[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.24,1.25
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-06-19 15:29:19
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29985/b4_Business Modified Files: b4_Business.csproj Log Message: - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\DoubleSummaryRow.cs has been added - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\IntegerSummaryRow.cs has been added - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentageSummaryRow.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** b4_Business.csproj 20 Apr 2005 17:39:40 -0000 1.24 --- b4_Business.csproj 19 Jun 2005 15:29:10 -0000 1.25 *************** *** 363,366 **** --- 363,376 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\DoubleSummaryRow.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\IntegerSummaryRow.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\LargestLosingTradePercentage.cs" SubType = "Code" *************** *** 408,411 **** --- 418,426 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentageSummaryRow.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentageWinningPeriods.cs" SubType = "Code" |