[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.7,1.8
Brought to you by:
glauco_1
|
From: <mi...@us...> - 2003-12-17 19:34:59
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv24844/b7_Scripts
Modified Files:
b7_Scripts.csproj
Log Message:
Removed file Stat.cs. The same functions are now in the new file BasicFunctions.cs under the Statistics folder. Added new method to Instrument class and to the History class. Fixed some bugs
Index: b7_Scripts.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** b7_Scripts.csproj 2 Dec 2003 19:11:16 -0000 1.7
--- b7_Scripts.csproj 17 Dec 2003 19:34:55 -0000 1.8
***************
*** 113,127 ****
/>
<File
! RelPath = "SimpleTesting\MSFTsimpleTest\RunMSFTsimpleTest_2.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SimpleTesting\MSFTsimpleTest\TsMSFTsimpleTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
! RelPath = "SimpleTesting\MSFTsimpleTest\TsMSFTsimpleTest_2.cs"
SubType = "Code"
BuildAction = "Compile"
--- 113,127 ----
/>
<File
! RelPath = "SimpleTesting\MSFTsimpleTest\TsMSFTsimpleTest.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"
BuildAction = "Compile"
|