[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj, 1.31, 1.32
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-05-11 18:52:12
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3060/b1_ADT Modified Files: b1_ADT.csproj Log Message: Collections\StringArrayManager.cs has been removed. The standard method Array.Copy() is used now. Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** b1_ADT.csproj 27 Apr 2008 17:36:54 -0000 1.31 --- b1_ADT.csproj 11 May 2008 18:52:06 -0000 1.32 *************** *** 183,191 **** /> <File - RelPath = "Collections\StringArrayManager.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "FileManaging\ObjectArchiver.cs" SubType = "Code" --- 183,186 ---- |