[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.82, 1.83
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-07 18:30:33
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23957/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: General\Logging\LogArchiver.cs has been added General\Logging\LogViewer.cs has been added General\Reporting\BackTesterReportViewer.cs has been added WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesLogItem.cs has been added WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs has been added WalkForwardTesting\PairsTrading\ has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** b7_Scripts.csproj 19 Jan 2008 18:45:50 -0000 1.82 --- b7_Scripts.csproj 7 Feb 2008 18:30:28 -0000 1.83 *************** *** 243,246 **** --- 243,266 ---- BuildAction = "Compile" /> + <File + RelPath = "General\Logging\LogArchiver.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "General\Logging\LogViewer.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "General\Logging\LogViewer.resx" + DependentUpon = "LogViewer.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "General\Reporting\BackTesterReportViewer.cs" + SubType = "Code" + BuildAction = "Compile" + /> <Folder RelPath = "MultiTesting\MultiTestOneRank\" /> <File *************** *** 670,678 **** /> <File - RelPath = "WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesLogItem.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesMain.cs" SubType = "Code" --- 690,693 ---- *************** *** 700,703 **** --- 715,723 ---- /> <File + RelPath = "WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\CloseToOpenDailyStrategy.cs" SubType = "Code" *************** *** 799,802 **** --- 819,823 ---- BuildAction = "Compile" /> + <Folder RelPath = "WalkForwardTesting\PairsTrading\" /> <File RelPath = "WalkForwardTesting\WalkForwardLag\RunSimpleLag.cs" *************** *** 931,934 **** --- 952,960 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagDebugGenome.resx" + DependentUpon = "WFLagDebugGenome.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagLog.cs" SubType = "Code" *************** *** 971,974 **** --- 997,1005 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagDebugChosenPositionsCollection.resx" + DependentUpon = "WFLagDebugChosenPositionsCollection.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagRunGenomesDebugger.cs" SubType = "Code" *************** *** 986,989 **** --- 1017,1025 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagLogDebugger\WFLagLogDebugger.resx" + DependentUpon = "WFLagLogDebugger.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\RunWalkForwardMultiOneRank.cs" SubType = "Code" |