[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj, 1.31, 1.32 Downloader.cspro
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-07-01 17:43:09
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11094 Modified Files: Downloader.csproj Downloader.csproj.user QuantDownloader_SD.csproj Log Message: Added OTWebDownloader (form that will use the OTTickerDownloader) Index: Downloader.csproj.user =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj.user,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Downloader.csproj.user 7 Jul 2004 20:10:29 -0000 1.5 --- Downloader.csproj.user 1 Jul 2008 17:43:03 -0000 1.6 *************** *** 2,6 **** <CSHARP> <Build> ! <Settings ReferencePath = "C:\Documents and Settings\Glauco\Desktop\QuantProject\QuantDownloader\Downloader\bin\Debug\;C:\Documents and Settings\Glauco\My Documents\nostri\GLAUCO\bin\;c:\windows\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\;C:\Documents and Settings\Glauco\Desktop\QuantProject\lib\" > <Config Name = "Debug" --- 2,6 ---- <CSHARP> <Build> ! <Settings ReferencePath = "C:\Documents and Settings\Glauco\Desktop\QuantProject\QuantDownloader\Downloader\bin\Debug\;C:\Documents and Settings\Glauco\My Documents\nostri\GLAUCO\bin\;c:\windows\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\;C:\Documents and Settings\Glauco\Desktop\QuantProject\lib\;C:\Quant\QuantDownloader\Downloader\bin\Debug\;C:\Quant\" > <Config Name = "Debug" Index: QuantDownloader_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuantDownloader_SD.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** QuantDownloader_SD.csproj 7 Jun 2008 16:54:58 -0000 1.2 --- QuantDownloader_SD.csproj 1 Jul 2008 17:43:04 -0000 1.3 *************** *** 31,34 **** --- 31,38 ---- </PropertyGroup> <ItemGroup> + <Reference Include="OTFeed_NET"> + <HintPath>..\..\OTFeed_NET\OTFeed_NET.dll</HintPath> + <SpecificVersion>False</SpecificVersion> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> *************** *** 46,49 **** --- 50,58 ---- <Compile Include="DataSet1.cs" /> <Compile Include="Main.cs" /> + <Compile Include="OpenTickDownloader\DatabaseUpdatedEventArgs.cs" /> + <Compile Include="OpenTickDownloader\DownloadedCompletedEventArgs.cs" /> + <Compile Include="OpenTickDownloader\DownloadingStartedEventArgs.cs" /> + <Compile Include="OpenTickDownloader\OTTickerDownloader.cs" /> + <Compile Include="OpenTickDownloader\UserForms\OTWebDownloader.cs" /> <Compile Include="QuotesDataGrid.cs" /> <Compile Include="TestDownloadedData.cs" /> *************** *** 78,81 **** --- 87,99 ---- <None Include="app.config" /> <None Include="App.ico" /> + <EmbeddedResource Include="OpenTickDownloader\UserForms\OTWebDownloader.resx"> + <DependentUpon>OTWebDownloader.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="TickerSelectors\TickerSelectorForm.resx"> + <DependentUpon>TickerSelectorForm.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="WebDownloader.resx"> + <DependentUpon>WebDownloader.cs</DependentUpon> + </EmbeddedResource> </ItemGroup> <ItemGroup> *************** *** 100,103 **** --- 118,123 ---- <Name>b5_Presentation</Name> </ProjectReference> + <Folder Include="OpenTickDownloader" /> + <Folder Include="OpenTickDownloader\UserForms" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** Downloader.csproj 8 Sep 2006 13:59:22 -0000 1.31 --- Downloader.csproj 1 Jul 2008 17:43:03 -0000 1.32 *************** *** 131,135 **** Name = "NPlot" AssemblyName = "NPlot" ! HintPath = "bin\Debug\NPlot.dll" /> </References> --- 131,135 ---- Name = "NPlot" AssemblyName = "NPlot" ! HintPath = "..\..\lib\NPlot.dll" /> </References> |