[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj, 1.32, 1.33
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-05-25 15:58:58
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28453/b1_ADT Modified Files: b1_ADT.csproj Log Message: Collections\IntArrayManager.cs has been removed, Array.Copy() is used, now Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** b1_ADT.csproj 11 May 2008 18:52:06 -0000 1.32 --- b1_ADT.csproj 25 May 2008 15:58:43 -0000 1.33 *************** *** 168,176 **** /> <File - RelPath = "Collections\IntArrayManager.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Collections\QPHashtable.cs" SubType = "Code" --- 168,171 ---- |