Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8912/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
a2_Strategies\IInSampleChooser.cs has been moved to a2_Strategies\InSample\IInSampleChooser.cs
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** b4_Business.csproj 30 Mar 2008 15:23:32 -0000 1.62
--- b4_Business.csproj 1 Apr 2008 21:17:50 -0000 1.63
***************
*** 655,663 ****
/>
<File
- RelPath = "a2_Strategies\IInSampleChooser.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "a2_Strategies\Signal.cs"
SubType = "Code"
--- 655,658 ----
***************
*** 770,773 ****
--- 765,773 ----
/>
<File
+ RelPath = "a2_Strategies\InSample\IInSampleChooser.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\Logging\BackTestLog.cs"
SubType = "Code"
|