[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.5,1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-28 20:27:25
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28287/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: - added the ValidationTypes class - added the VisuallyValidatedQuotes class Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** b2_DataAccess.csproj 21 Mar 2004 16:17:31 -0000 1.5 --- b2_DataAccess.csproj 28 Mar 2004 20:16:03 -0000 1.6 *************** *** 128,131 **** --- 128,136 ---- /> <File + RelPath = "ValidationTypes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Tables\Quotes.cs" SubType = "Code" *************** *** 133,136 **** --- 138,146 ---- /> <File + RelPath = "Tables\VisuallyValidatedQuotes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Tables\VisuallyValidatedTickers.cs" SubType = "Code" |