[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj, 1.25, 1.26
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-10-07 12:03:41
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10980/b1_ADT Modified Files: b1_ADT.csproj Log Message: Collections\IntArrayManager.cs has been added Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** b1_ADT.csproj 13 Jul 2007 10:00:42 -0000 1.25 --- b1_ADT.csproj 7 Oct 2007 10:27:50 -0000 1.26 *************** *** 163,166 **** --- 163,171 ---- /> <File + RelPath = "Collections\IntArrayManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collections\QPHashtable.cs" SubType = "Code" |