[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.22,1.23
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-04-17 23:03:16
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29812/b4_Business Modified Files: b4_Business.csproj Log Message: - added h5_Reporting\SummaryRows\NumberEvenPeriods.cs - added h5_Reporting\SummaryRows\NumberLosingPeriods.cs - added h5_Reporting\SummaryRows\NumberWinningPeriods.cs - added h5_Reporting\SummaryRows\PercentageWinningPeriods.cs Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** b4_Business.csproj 30 Mar 2005 23:45:28 -0000 1.22 --- b4_Business.csproj 17 Apr 2005 23:03:07 -0000 1.23 *************** *** 258,266 **** /> <File - RelPath = "a1_Financial\a2_Accounting\Account.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "a1_Financial\a2_Accounting\AccountReportRecord.cs" SubType = "Code" --- 258,261 ---- *************** *** 378,381 **** --- 373,386 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberEvenPeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberLosingPeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningLongTrades.cs" SubType = "Code" *************** *** 383,386 **** --- 388,396 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningPeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningShortTrades.cs" SubType = "Code" *************** *** 393,396 **** --- 403,411 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\PercentageWinningPeriods.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\ReturnOnAccount.cs" SubType = "Code" *************** *** 428,431 **** --- 443,451 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Account.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Equity.cs" SubType = "Code" |