[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.44,1.45
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-11-22 16:25:31
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23225 Modified Files: b7_Scripts.csproj Log Message: IWalkForwardProgressNotifier has been moved in the WalkForwardTesting script root Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** b7_Scripts.csproj 17 Nov 2005 21:40:58 -0000 1.44 --- b7_Scripts.csproj 22 Nov 2005 16:25:15 -0000 1.45 *************** *** 349,352 **** --- 349,357 ---- /> <File + RelPath = "WalkForwardTesting\IWalkForwardProgressNotifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\GenomeRepresentation.cs" SubType = "Code" *************** *** 439,463 **** /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\BestPerformingTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\ChosenTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\ComparableAccount.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\EligibleTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\IWalkForwardProgressNotifier.cs" SubType = "Code" BuildAction = "Compile" --- 444,478 ---- /> <File ! RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankDebugEndOfDayTimerHandler.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankDebugInSample.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankReportDebugger.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\BestPerformingTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\ChosenTickers.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\ComparableAccount.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "WalkForwardTesting\WalkForwardOneRank\EligibleTickers.cs" SubType = "Code" BuildAction = "Compile" |