[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.6,1.7
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-24 19:51:39
|
Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs1:/tmp/cvs-serv2116/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
- Added the BackTester class.
- Tester and WalkForwardTester inherit such new class.
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** b4_Business.csproj 16 Nov 2003 17:18:45 -0000 1.6
--- b4_Business.csproj 24 Nov 2003 19:51:35 -0000 1.7
***************
*** 347,350 ****
--- 347,355 ----
/>
<File
+ RelPath = "a3_Testing\BackTester.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a3_Testing\Tester.cs"
SubType = "Code"
|