[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.4,1.5
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-24 20:01:46
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv4001
Modified Files:
b7_Scripts.csproj
Log Message:
- The script Funds has been removed.
- The script Profunds has been removed.
- The folder SimpleTesting has been added.
- The script MSFTsimpleTest has been moved under the folder SimpleTesting
- The script One Rank has been created under the folder SimpleTesting
- The folder WalkForwardTesting has been added
- The script MSFTwalkForward has been moved under the folder WalkForwardTesting
Index: b7_Scripts.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** b7_Scripts.csproj 27 Oct 2003 19:12:24 -0000 1.4
--- b7_Scripts.csproj 24 Nov 2003 20:01:43 -0000 1.5
***************
*** 103,142 ****
/>
<File
! RelPath = "Funds\AsFunds.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Funds\RunFunds.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Funds\TsFunds.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "MSFTsimpleTest\RunMSFTsimpleTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "MSFTsimpleTest\TsMSFTsimpleTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Profunds\AsProfunds.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Profunds\RunProfunds.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "Profunds\TsProfunds.cs"
SubType = "Code"
BuildAction = "Compile"
--- 103,137 ----
/>
<File
! RelPath = "SimpleTesting\MSFTsimpleTest\RunMSFTsimpleTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SimpleTesting\MSFTsimpleTest\TsMSFTsimpleTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SimpleTesting\OneRank\AsOneRank.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SimpleTesting\OneRank\RunOneRank.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SimpleTesting\OneRank\TsOneRank.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "WalkForwardTesting\MSFTwalkForward\RunMSFTwalkForward.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs"
SubType = "Code"
BuildAction = "Compile"
|