[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.33, 1.34
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-20 20:35:41
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30060/b4_Business Modified Files: Business_SD.csproj Log Message: a07_DataProviders\HistoricalQuoteProvider.cs has been added Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Business_SD.csproj 17 Nov 2008 19:46:39 -0000 1.33 --- Business_SD.csproj 20 Nov 2008 20:35:34 -0000 1.34 *************** *** 50,53 **** --- 50,54 ---- <Compile Include="a07_DataProviders\HistoricalBarProvider.cs" /> <Compile Include="a07_DataProviders\HistoricalMarketValueProvider.cs" /> + <Compile Include="a07_DataProviders\HistoricalQuoteProvider.cs" /> <Compile Include="a07_DataProviders\TickerNotExchangedException.cs" /> <Compile Include="a1_Financial\a2_Accounting\AccountProviding\IAccountProvider.cs" /> |