[Quantproject-developers] QuantProject/b1_ADT ADT_SD.csproj, 1.16, 1.17
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2011-08-21 09:59:44
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT
In directory vz-cvs-3.sog:/tmp/cvs-serv26149
Modified Files:
ADT_SD.csproj
Log Message:
Updated ADT project file
Index: ADT_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ADT_SD.csproj,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ADT_SD.csproj 13 Feb 2011 18:53:52 -0000 1.16
--- ADT_SD.csproj 21 Aug 2011 09:59:42 -0000 1.17
***************
*** 48,51 ****
--- 48,52 ----
<Compile Include="AssemblyInfo.cs" />
<Compile Include="BarComponent.cs" />
+ <Compile Include="Collections\DoubleArrayManager.cs" />
<Compile Include="ConstantsProvider.cs" />
<Compile Include="Econometrics\ILinearRegression.cs" />
***************
*** 111,114 ****
--- 112,116 ----
<Compile Include="Collections\Set.cs" />
<Compile Include="Timing\Date.cs" />
+ <Compile Include="Timing\DayOfMonth.cs" />
<Compile Include="Timing\Time.cs" />
</ItemGroup>
|