[Quantproject-developers] QuantProject/b2_DataAccess b2_DataAccess.csproj,1.8,1.9
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-04-25 17:39:44
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9708/b2_DataAccess Modified Files: b2_DataAccess.csproj Log Message: Added new methods to the class (also cleaned code in Tickers class) Index: b2_DataAccess.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/b2_DataAccess.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** b2_DataAccess.csproj 21 Apr 2004 12:07:52 -0000 1.8 --- b2_DataAccess.csproj 25 Apr 2004 17:37:52 -0000 1.9 *************** *** 138,157 **** /> <File ! RelPath = "Tables\ValidatedTickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Tables\TickerDataTable.cs" ! SubType = "Component" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Tables\TickerDataTable.resx" ! DependentUpon = "TickerDataTable.cs" ! BuildAction = "EmbeddedResource" ! /> ! <File ! RelPath = "Tables\Tickers.cs" SubType = "Code" BuildAction = "Compile" --- 138,147 ---- /> <File ! RelPath = "Tables\Tickers.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Tables\ValidatedTickers.cs" SubType = "Code" BuildAction = "Compile" |