[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.11,1.12
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-28 17:28:07
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10941/b3_Data Modified Files: b3_Data.csproj Log Message: Added: - HistoricalDataStreamer.cs - IDataStreamer.cs - NewExtendedDateTimeEventArgs.cs - NewQuoteEventArgs.cs - Quote.cs - Timer.cs Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** b3_Data.csproj 23 Aug 2004 22:37:52 -0000 1.11 --- b3_Data.csproj 28 Aug 2004 17:27:58 -0000 1.12 *************** *** 158,161 **** --- 158,191 ---- /> <File + RelPath = "DataProviders\HistoricalDataStreamer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "DataProviders\IDataStreamer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "DataProviders\NewExtendedDateTimeEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "DataProviders\NewQuoteEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "DataProviders\Quote.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "DataProviders\Timer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DataTables\GroupQuotes.cs" SubType = "Component" *************** *** 163,166 **** --- 193,201 ---- /> <File + RelPath = "DataTables\GroupQuotes.resx" + DependentUpon = "GroupQuotes.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "DataTables\Quotes.cs" SubType = "Component" |