[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.4,1.5
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-21 16:29:14
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28374/b1_ADT Modified Files: b1_ADT.csproj Log Message: Added the HashProvider class Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** b1_ADT.csproj 20 Dec 2003 18:39:37 -0000 1.4 --- b1_ADT.csproj 21 Mar 2004 16:18:41 -0000 1.5 *************** *** 98,101 **** --- 98,106 ---- /> <File + RelPath = "HashProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Keyed.cs" SubType = "Code" |