[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.16,1.17
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-01-09 20:02:04
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25227/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: The following script files have been removed from the project (because they don't work on the new timer/event based approach): - RunMultiTestOneRank.cs - RunMSFTsimpleTest.cs - AsMSFTsimpleTest_2.cs - RunMSFTsimpleTest_2.cs - AsOneRank.cs - RunOneRank.cs - RunOneRankWithExcelReport.cs - RunOneRankWithWindowsReport.cs - RunMSFTwalkForward.cs Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** b7_Scripts.csproj 20 Dec 2004 00:09:52 -0000 1.16 --- b7_Scripts.csproj 9 Jan 2005 20:01:55 -0000 1.17 *************** *** 117,130 **** BuildAction = "Compile" /> ! <File ! RelPath = "MultiTesting\MultiTestOneRank\RunMultiTestOneRank.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "SimpleTesting\MSFTsimpleTest\RunMSFTsimpleTest.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> <File RelPath = "SimpleTesting\MSFTsimpleTest\TsMSFTsimpleTest.cs" --- 117,121 ---- BuildAction = "Compile" /> ! <Folder RelPath = "MultiTesting\MultiTestOneRank\" /> <File RelPath = "SimpleTesting\MSFTsimpleTest\TsMSFTsimpleTest.cs" *************** *** 133,146 **** /> <File - RelPath = "SimpleTesting\MSFTSimpleTest_2\AsMSFTsimpleTest_2.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "SimpleTesting\MSFTSimpleTest_2\RunMSFTsimpleTest_2.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "SimpleTesting\MSFTSimpleTest_2\TsMSFTsimpleTest_2.cs" SubType = "Code" --- 124,127 ---- *************** *** 148,156 **** /> <File - RelPath = "SimpleTesting\OneRank\AsOneRank.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "SimpleTesting\OneRank\EndOfDayOneRank.cs" SubType = "Code" --- 129,132 ---- *************** *** 163,181 **** /> <File - RelPath = "SimpleTesting\OneRank\RunOneRank.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "SimpleTesting\OneRank\RunOneRankWithExcelReport.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "SimpleTesting\OneRank\RunOneRankWithWindowsReport.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "SimpleTesting\OneRank\TsOneRank.cs" SubType = "Code" --- 139,142 ---- *************** *** 208,216 **** /> <File - RelPath = "WalkForwardTesting\MSFTwalkForward\RunMSFTwalkForward.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" SubType = "Code" --- 169,172 ---- |