[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.61, 1.62
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-09-08 15:27:38
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7265/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager\WFLagFixedPortfolioBruteForceOptimizableParametersManager.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** b7_Scripts.csproj 21 Aug 2006 19:46:41 -0000 1.61 --- b7_Scripts.csproj 8 Sep 2006 15:27:35 -0000 1.62 *************** *** 663,666 **** --- 663,667 ---- BuildAction = "Compile" /> + <Folder RelPath = "WalkForwardTesting\WalkForwardLag\EligibleTickers\" /> <File RelPath = "WalkForwardTesting\WalkForwardLag\GeneticOptimizerTesting\WFLagGOTester.cs" *************** *** 674,677 **** --- 675,683 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager\WFLagFixedPortfolioBruteForceOptimizableParametersManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagChosenPositions.cs" SubType = "Code" |