[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj, 1.23, 1.24
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-09-08 15:23:44
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5595/b1_ADT Modified Files: b1_ADT.csproj Log Message: - ExtendedMath.cs has been added - Collections\CollectionManager.cs has been added Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** b1_ADT.csproj 21 Aug 2006 19:48:17 -0000 1.23 --- b1_ADT.csproj 8 Sep 2006 15:23:36 -0000 1.24 *************** *** 118,121 **** --- 118,126 ---- /> <File + RelPath = "ExtendedMath.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "HashProvider.cs" SubType = "Code" *************** *** 148,151 **** --- 153,161 ---- /> <File + RelPath = "Collections\CollectionManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collections\QPHashtable.cs" SubType = "Code" |