[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.11,1.12
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-09-05 13:51:52
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22726/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added new script file with use of TickerSelectorClass Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** b7_Scripts.csproj 28 Aug 2004 17:30:30 -0000 1.11 --- b7_Scripts.csproj 5 Sep 2004 13:51:38 -0000 1.12 *************** *** 168,171 **** --- 168,181 ---- /> <File + RelPath = "TickerSelectionTesting\DataStreamerHandler.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\RunBestTwoIndipendent.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\MSFTwalkForward\RunMSFTwalkForward.cs" SubType = "Code" |