[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.18, 1.19
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-03-26 00:47:08
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9585/b4_Business Modified Files: Business_SD.csproj Log Message: a2_Strategies\InSample\BruteForceChooser.cs has been added Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Business_SD.csproj 16 Mar 2008 20:14:10 -0000 1.18 --- Business_SD.csproj 26 Mar 2008 00:47:03 -0000 1.19 *************** *** 77,80 **** --- 77,81 ---- <Compile Include="a2_Strategies\IEndOfDayStrategyForBacktester.cs" /> <Compile Include="a2_Strategies\IInSampleChooser.cs" /> + <Compile Include="a2_Strategies\InSample\BruteForceChooser.cs" /> <Compile Include="a2_Strategies\InSample\ConstantWeightedPositionsChooser.cs" /> <Compile Include="a2_Strategies\InSample\DummyInSampleChooser.cs" /> |