[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.53, 1.54
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-22 21:26:24
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11369/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagDebugChosenPositionsCollection.cs has been added - WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagRunGenomesDebugger.cs has been added - WalkForwardTesting\WalkForwardLag\WFLagLogDebugger\WFLagLogDebugger.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** b7_Scripts.csproj 14 May 2006 20:50:54 -0000 1.53 --- b7_Scripts.csproj 22 Jun 2006 21:26:18 -0000 1.54 *************** *** 173,181 **** /> <File - RelPath = "ArbitrageTesting\PairTrading\SimplePairTrading\InSample\OutputDisplayer.resx" - DependentUpon = "OutputDisplayer.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "ArbitrageTesting\PairTrading\SimplePairTrading\InSample\RunSimplePairTradingIS.cs" SubType = "Code" --- 173,176 ---- *************** *** 229,237 **** /> <File - RelPath = "SimpleTesting\OneRank\OneRankForm.resx" - DependentUpon = "OneRankForm.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "SimpleTesting\OneRank\RunOneRank.cs" SubType = "Code" --- 224,227 ---- *************** *** 634,642 **** /> <File - RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagDebugGenome.resx" - DependentUpon = "WFLagDebugGenome.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagLog.cs" SubType = "Code" --- 624,627 ---- *************** *** 664,667 **** --- 649,677 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagDebugChosenPositionsCollection.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagDebugChosenPositionsCollection.resx" + DependentUpon = "WFLagDebugChosenPositionsCollection.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomesDebugger\WFLagRunGenomesDebugger.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagLogDebugger\WFLagLogDebugger.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagLogDebugger\WFLagLogDebugger.resx" + DependentUpon = "WFLagLogDebugger.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\RunWalkForwardMultiOneRank.cs" SubType = "Code" *************** *** 704,712 **** /> <File - RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankDebugInSampleForm.resx" - DependentUpon = "WFMultiOneRankDebugInSampleForm.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\ReportDebugger\WFMultiOneRankReportDebugger.cs" SubType = "Code" --- 714,717 ---- |