[Quantproject-developers] QuantProject/b1_ADT ADT_SD.csproj, 1.11, 1.12
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-12 20:32:16
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12892/b1_ADT Modified Files: ADT_SD.csproj Log Message: Timing\Time.cs has been added Index: ADT_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ADT_SD.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ADT_SD.csproj 7 Jun 2008 14:08:32 -0000 1.11 --- ADT_SD.csproj 12 Nov 2008 20:32:06 -0000 1.12 *************** *** 98,104 **** --- 98,106 ---- <Compile Include="Collections\FloatArrayManager.cs" /> <Compile Include="Collections\Set.cs" /> + <Compile Include="Timing\Time.cs" /> </ItemGroup> <ItemGroup> <Folder Include="Messaging" /> + <Folder Include="Timing" /> <Folder Include="Optimizing\BruteForce" /> <Folder Include="Optimizing\BruteForce\ParametersManagers" /> |