[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.20,1.21
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-02-13 21:16:24
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27475/b4_Business Modified Files: b4_Business.csproj Log Message: - ZeroCommission.cs has been added - ZeroCommissionManager.cs has been added - h5_Reporting\SummaryRows\TotalCommissionAmount.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** b4_Business.csproj 13 Feb 2005 00:46:39 -0000 1.20 --- b4_Business.csproj 13 Feb 2005 21:16:13 -0000 1.21 *************** *** 318,321 **** --- 318,331 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\Commissions\ZeroCommission.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\Commissions\ZeroCommissionManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\AccountReport.cs" SubType = "Code" *************** *** 393,396 **** --- 403,411 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalCommissionAmount.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalNetProfit.cs" SubType = "Code" |