[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.16,1.17
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-01-11 18:47:23
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24411/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: MissingQuoteException.cs has been added Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** b2_DataAccess.csproj 27 Aug 2005 19:20:26 -0000 1.16 --- b2_DataAccess.csproj 11 Jan 2006 18:47:15 -0000 1.17 *************** *** 113,116 **** --- 113,121 ---- /> <File + RelPath = "MissingQuoteException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "OleDbSingleTableAdapter.cs" SubType = "Code" |