[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-08 17:35:51
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10342/b3_Data Modified Files: b3_Data.csproj Log Message: The following classes (of DataTable type) have been added: - Quotes - ValidatedTickers Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** b3_Data.csproj 25 Apr 2004 17:36:20 -0000 1.2 --- b3_Data.csproj 8 May 2004 17:35:42 -0000 1.3 *************** *** 132,135 **** --- 132,140 ---- /> <File + RelPath = "DataTables\Quotes.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "DataTables\TickerDataTable.cs" SubType = "Component" *************** *** 137,140 **** --- 142,150 ---- /> <File + RelPath = "DataTables\ValidatedTickers.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "Selectors\ITickerReceiver.cs" SubType = "Code" |