[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.16,1.17 WebDownloader.cs,1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-04-25 19:21:07
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6945/Downloader Modified Files: Downloader.csproj WebDownloader.cs Log Message: Updated code due to change in namespace for the TickerDataTable Index: WebDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/WebDownloader.cs,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** WebDownloader.cs 17 Apr 2004 14:14:41 -0000 1.10 --- WebDownloader.cs 25 Apr 2004 17:24:49 -0000 1.11 *************** *** 12,15 **** --- 12,17 ---- using QuantProject.DataAccess.Tables; using QuantProject.Applications.Downloader.TickerSelectors; + using QuantProject.Data.DataTables; + using QuantProject.Data.Selectors; namespace QuantProject.Applications.Downloader Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Downloader.csproj 17 Apr 2004 14:16:29 -0000 1.16 --- Downloader.csproj 25 Apr 2004 17:24:48 -0000 1.17 *************** *** 326,339 **** /> <File - RelPath = "TickerSelectors\ITickerReceiver.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "TickerSelectors\ITickerSelector.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "TickerSelectors\TickerGroupsListViewMenu.cs" SubType = "Component" --- 326,329 ---- *************** *** 351,354 **** --- 341,359 ---- /> <File + RelPath = "TickerSelectors\TickerGroupsViewer.resx" + DependentUpon = "TickerGroupsViewer.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "TickerSelectors\TickerSelectorForm.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectors\TickerSelectorForm.resx" + DependentUpon = "TickerSelectorForm.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "TickerSelectors\TickerViewer.cs" SubType = "Form" |