[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.16,1.17
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-01-09 19:44:57
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21290/b4_Business Modified Files: b4_Business.csproj Log Message: - the IHistoricalQuoteProvider.cs class file has been added to the project - the HistoricalRawQuoteProvider.cs class file has been added to the project - the HistoricalAdjustedQuoteProvider.cs class file has been added to the project Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** b4_Business.csproj 8 Jan 2005 11:45:34 -0000 1.16 --- b4_Business.csproj 9 Jan 2005 19:44:45 -0000 1.17 *************** *** 223,226 **** --- 223,231 ---- /> <File + RelPath = "a07_DataProviders\HistoricalAdjustedQuoteProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a07_DataProviders\HistoricalEndOfDayDataStreamer.cs" SubType = "Code" *************** *** 228,231 **** --- 233,246 ---- /> <File + RelPath = "a07_DataProviders\HistoricalRawQuoteProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a07_DataProviders\IHistoricalQuoteProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a1_Instruments\Instrument.cs" SubType = "Code" |