[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.20,1.21
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-02-06 18:13:15
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5169/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - EndOfDayOneRank and TsOneRank are not used anymore. - RunOneRank has been added to the project. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** b7_Scripts.csproj 4 Feb 2005 00:07:56 -0000 1.20 --- b7_Scripts.csproj 6 Feb 2005 18:13:05 -0000 1.21 *************** *** 134,142 **** /> <File - RelPath = "SimpleTesting\OneRank\EndOfDayOneRank.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "SimpleTesting\OneRank\OneRank.cs" SubType = "Code" --- 134,137 ---- *************** *** 144,148 **** /> <File ! RelPath = "SimpleTesting\OneRank\TsOneRank.cs" SubType = "Code" BuildAction = "Compile" --- 139,143 ---- /> <File ! RelPath = "SimpleTesting\OneRank\RunOneRank.cs" SubType = "Code" BuildAction = "Compile" |