[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.63, 1.64 Business_SD.cspro
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-04-08 22:05:00
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15736/b4_Business Modified Files: b4_Business.csproj Business_SD.csproj Log Message: Updated sharpdevelop and vs net projects' files Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Business_SD.csproj 1 Apr 2008 21:29:39 -0000 1.21 --- Business_SD.csproj 8 Apr 2008 22:04:54 -0000 1.22 *************** *** 79,82 **** --- 79,83 ---- <Compile Include="a2_Strategies\InSample\ConstantWeightedPositionsChooser.cs" /> <Compile Include="a2_Strategies\InSample\DummyInSampleChooser.cs" /> + <Compile Include="a2_Strategies\InSample\BasicChooserFromSavedBackTestLog.cs" /> <Compile Include="a2_Strategies\InSample\GeneticChooser.cs" /> <Compile Include="a2_Strategies\InSample\IInSampleChooser.cs" /> Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** b4_Business.csproj 1 Apr 2008 21:17:50 -0000 1.63 --- b4_Business.csproj 8 Apr 2008 22:04:54 -0000 1.64 *************** *** 130,133 **** --- 130,138 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "System.Drawing" + AssemblyName = "System.Drawing" + HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll" + /> </References> </Build> *************** *** 745,748 **** --- 750,758 ---- /> <File + RelPath = "a2_Strategies\InSample\BasicChooserFromSavedBackTestLog.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\InSample\BruteForceChooser.cs" SubType = "Code" |