[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.14, 1.15
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-03-06 20:05:32
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19681/b4_Business Modified Files: Business_SD.csproj Log Message: a2_Strategies\InSample\DummyInSampleChooser.cs has been added Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Business_SD.csproj 5 Mar 2008 17:16:38 -0000 1.14 --- Business_SD.csproj 6 Mar 2008 20:05:25 -0000 1.15 *************** *** 75,78 **** --- 75,79 ---- <Compile Include="a2_Strategies\IInSampleChooser.cs" /> <Compile Include="a2_Strategies\InSample\ConstantWeightedPositionsChooser.cs" /> + <Compile Include="a2_Strategies\InSample\DummyInSampleChooser.cs" /> <Compile Include="a2_Strategies\InSample\GeneticChooser.cs" /> <Compile Include="a2_Strategies\Logging\BackTestLog.cs" /> |