[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.3,1.4
Brought to you by:
glauco_1
|
From: <mi...@us...> - 2003-12-20 18:39:41
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT
In directory sc8-pr-cvs1:/tmp/cvs-serv468/b1_ADT
Modified Files:
b1_ADT.csproj
Log Message:
Added new enumeration (Function) in the new Function.cs file under Statistics folder
Index: b1_ADT.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** b1_ADT.csproj 17 Dec 2003 19:34:55 -0000 1.3
--- b1_ADT.csproj 20 Dec 2003 18:39:37 -0000 1.4
***************
*** 112,120 ****
BuildAction = "Compile"
/>
- <File
- RelPath = "Statistics\BasicFunctions.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
<File
RelPath = "Optimizing\Optimizable.cs"
--- 112,115 ----
***************
*** 129,132 ****
--- 124,137 ----
<File
RelPath = "Optimizing\Parameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Statistics\BasicFunctions.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Statistics\Function.cs"
SubType = "Code"
BuildAction = "Compile"
|