[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.31, 1.32
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-18 14:25:39
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21642/b4_Business Modified Files: b4_Business.csproj Log Message: - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\ExpectancyScore.cs has been added - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberNegativePeriods.cs has been added - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberPositivePeriods.cs has been added - a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentagePositivePeriods.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** b4_Business.csproj 8 Apr 2006 18:30:22 -0000 1.31 --- b4_Business.csproj 18 Jun 2006 14:25:36 -0000 1.32 *************** *** 383,386 **** --- 383,391 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\ExpectancyScore.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\IntegerSummaryRow.cs" SubType = "Code" *************** *** 413,416 **** --- 418,431 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberNegativePeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberPositivePeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningLongTrades.cs" SubType = "Code" *************** *** 433,436 **** --- 448,456 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentagePositivePeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentageSummaryRow.cs" SubType = "Code" |