[Quantproject-developers] QuantProject/b1_ADT ADT_SD.csproj, 1.4, 1.5
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-19 18:19:57
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29713/b1_ADT Modified Files: ADT_SD.csproj Log Message: Messaging\IMessageSender.cs has been added Messaging\NewMessageEventArgs.cs has been added Optimizing\Decoding\IDecoder.cs has been added Optimizing\Decoding\MeaningForUndecodableEncoded.cs has been added Index: ADT_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ADT_SD.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ADT_SD.csproj 28 Oct 2007 18:28:46 -0000 1.4 --- ADT_SD.csproj 19 Jan 2008 18:19:54 -0000 1.5 *************** *** 55,59 **** --- 55,63 ---- <Compile Include="IProgressNotifier.cs" /> <Compile Include="Keyed.cs" /> + <Compile Include="Messaging\IMessageSender.cs" /> + <Compile Include="Messaging\NewMessageEventArgs.cs" /> <Compile Include="NewProgressEventArgs.cs" /> + <Compile Include="Optimizing\Decoding\IDecoder.cs" /> + <Compile Include="Optimizing\Decoding\MeaningForUndecodableEncoded.cs" /> <Compile Include="RecursiveHashTable.cs" /> <Compile Include="FileManaging\ObjectArchiver.cs" /> *************** *** 91,95 **** --- 95,101 ---- </ItemGroup> <ItemGroup> + <Folder Include="Messaging" /> <Folder Include="Optimizing\BruteForce" /> + <Folder Include="Optimizing\Decoding" /> <Folder Include="Statistics\Combinatorial" /> </ItemGroup> |