[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.30,1.31
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-07-23 17:11:58
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3693/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - WalkForwardTesting\LinearCombination\GenomeRepresentation.cs has been added - WalkForwardTesting\LinearCombination\LinearCombinationTest.cs has been added - WalkForwardTesting\LinearCombination\OptimizationOutput.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** b7_Scripts.csproj 13 Jul 2005 16:42:24 -0000 1.30 --- b7_Scripts.csproj 23 Jul 2005 17:11:22 -0000 1.31 *************** *** 244,247 **** --- 244,257 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\GenomeRepresentation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\LinearCombination\LinearCombinationTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\MainForm.cs" SubType = "Form" *************** *** 254,257 **** --- 264,272 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\OptimizationOutput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\RunBestLinearCombination.cs" SubType = "Code" |