[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.2,1.3 Downloader.csproj.use
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-30 18:31:48
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader
In directory sc8-pr-cvs1:/tmp/cvs-serv2419/Downloader
Modified Files:
Downloader.csproj Downloader.csproj.user WebDownloader.cs
Log Message:
The solution now uses the QuantProject libraries.
Checkout the QuantDownloader module in the
same folder where you checkout the QuantProject
module (so that the two modules are side
by side on your disk).
Index: Downloader.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Downloader.csproj 20 Nov 2003 22:38:48 -0000 1.2
--- Downloader.csproj 30 Nov 2003 18:31:45 -0000 1.3
***************
*** 83,86 ****
--- 83,91 ----
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
+ <Reference
+ Name = "b2_DataAccess"
+ Project = "{8CF7C0D8-A8CB-43DC-B406-77DE62729487}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
</References>
</Build>
***************
*** 98,106 ****
<File
RelPath = "DataBaseImporter.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "DataBaseLocator.cs"
SubType = "Code"
BuildAction = "Compile"
--- 103,106 ----
Index: Downloader.csproj.user
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj.user,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Downloader.csproj.user 16 Oct 2003 18:08:36 -0000 1.1.1.1
--- Downloader.csproj.user 30 Nov 2003 18:31:45 -0000 1.2
***************
*** 41,45 ****
CopyProjectUncPath = ""
CopyProjectOption = "0"
! ProjectView = "ProjectFiles"
ProjectTrust = "0"
/>
--- 41,45 ----
CopyProjectUncPath = ""
CopyProjectOption = "0"
! ProjectView = "ShowAllFiles"
ProjectTrust = "0"
/>
Index: WebDownloader.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/WebDownloader.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WebDownloader.cs 25 Nov 2003 14:52:16 -0000 1.3
--- WebDownloader.cs 30 Nov 2003 18:31:45 -0000 1.4
***************
*** 9,12 ****
--- 9,13 ----
using System.IO;
using System.Threading;
+ using QuantProject.DataAccess;
namespace QuantDownloader
|