[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.60, 1.61
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-08-21 19:46:44
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26085/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - WalkForwardTesting\WalkForwardLag\GeneticOptimizerTesting\WFLagGOTester.cs has been added - WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager\WFLagBruteForceOptimizableParametersManager.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** b7_Scripts.csproj 3 Aug 2006 21:33:16 -0000 1.60 --- b7_Scripts.csproj 21 Aug 2006 19:46:41 -0000 1.61 *************** *** 664,667 **** --- 664,677 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\GeneticOptimizerTesting\WFLagGOTester.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagBruteForceOptimizableItemManager\WFLagBruteForceOptimizableParametersManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagChosenPositions.cs" SubType = "Code" |