[Quantproject-developers] QuantProject/b1_ADT ADT_SD.csproj, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-09-17 23:02:33
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32745/b1_ADT Modified Files: ADT_SD.csproj Log Message: Updated sharpDevelop project's files Index: ADT_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ADT_SD.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ADT_SD.csproj 2 Jul 2006 20:07:59 -0000 1.1 --- ADT_SD.csproj 17 Sep 2006 23:02:24 -0000 1.2 *************** *** 72,75 **** --- 72,85 ---- <Compile Include="Optimizing\Genetic\GenomeCounter.cs" /> <Compile Include="Collections\QPHashtable.cs" /> + <Compile Include="Optimizing\BruteForce\BruteForceOptimizableParameters.cs" /> + <Compile Include="Optimizing\BruteForce\BruteForceOptimizer.cs" /> + <Compile Include="Optimizing\BruteForce\IBruteForceOptimizableParametersManager.cs" /> + <Compile Include="Statistics\Combinatorial\Combination.cs" /> + <Compile Include="ExtendedMath.cs" /> + <Compile Include="Collections\CollectionManager.cs" /> + </ItemGroup> + <ItemGroup> + <Folder Include="Optimizing\BruteForce" /> + <Folder Include="Statistics\Combinatorial" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |