[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.12,1.13
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-01-09 19:42:19
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20641/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: - the QuoteField.cs class file has been added to the project Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** b2_DataAccess.csproj 4 Aug 2004 22:46:08 -0000 1.12 --- b2_DataAccess.csproj 9 Jan 2005 19:41:54 -0000 1.13 *************** *** 118,121 **** --- 118,126 ---- /> <File + RelPath = "QuoteField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SQLBuilder.cs" SubType = "Code" |