[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.3,1.4
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-09 16:26:38
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13942/b3_Data Modified Files: b3_Data.csproj Log Message: Minor changes Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** b3_Data.csproj 8 May 2004 17:35:42 -0000 1.3 --- b3_Data.csproj 9 May 2004 16:26:27 -0000 1.4 *************** *** 137,140 **** --- 137,145 ---- /> <File + RelPath = "DataTables\Quotes.resx" + DependentUpon = "Quotes.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "DataTables\TickerDataTable.cs" SubType = "Component" *************** *** 147,150 **** --- 152,160 ---- /> <File + RelPath = "DataTables\ValidatedTickers.resx" + DependentUpon = "ValidatedTickers.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "Selectors\ITickerReceiver.cs" SubType = "Code" |