[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.9,1.10
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-05-11 22:01:13
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21080/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: Added class to access Ticker_tickerGroups table Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** b2_DataAccess.csproj 25 Apr 2004 17:37:52 -0000 1.9 --- b2_DataAccess.csproj 11 May 2004 22:00:34 -0000 1.10 *************** *** 143,146 **** --- 143,151 ---- /> <File + RelPath = "Tables\Tickers_tickerGroups.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Tables\ValidatedTickers.cs" SubType = "Code" |