[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.14,1.15
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-01-20 19:12:40
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31817/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: Added FaultyTickers class to access faultyTickers table Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** b2_DataAccess.csproj 20 Jan 2005 01:11:32 -0000 1.14 --- b2_DataAccess.csproj 20 Jan 2005 19:12:28 -0000 1.15 *************** *** 138,141 **** --- 138,146 ---- /> <File + RelPath = "Tables\FaultyTickers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Tables\Quotes.cs" SubType = "Code" |