[Quantproject-developers] QuantProject/b3_Data b3_Data.csproj,1.9,1.10 DataProvider.cs,1.4,NONE
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-23 22:36:58
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4406/b3_Data Modified Files: b3_Data.csproj Removed Files: DataProvider.cs Log Message: QuantProject.Data.DataProvider has been replaced by QuantProject.Data.DataProviders.HistoricalDataProvider --- DataProvider.cs DELETED --- Index: b3_Data.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/b3_Data.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** b3_Data.csproj 4 Aug 2004 22:47:59 -0000 1.9 --- b3_Data.csproj 23 Aug 2004 22:36:46 -0000 1.10 *************** *** 125,128 **** --- 125,136 ---- WrapperTool = "primary" /> + <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> </References> </Build> *************** *** 150,153 **** --- 158,166 ---- /> <File + RelPath = "DataProviders\HistoricalDataProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DataTables\GroupQuotes.cs" SubType = "Component" |