[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.27,1.28
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-10-15 18:00:31
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14210/b4_Business Modified Files: b4_Business.csproj Log Message: - a1_Financial\a2_Accounting\EquityLine.cs has been added - a1_Financial\a2_Accounting\PositionType.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** b4_Business.csproj 3 Sep 2005 23:54:24 -0000 1.27 --- b4_Business.csproj 15 Oct 2005 18:00:19 -0000 1.28 *************** *** 273,276 **** --- 273,281 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\EquityLine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\Portfolio.cs" SubType = "Code" *************** *** 283,286 **** --- 288,296 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\PositionType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\TimedTransaction.cs" SubType = "Code" |