[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.3,1.4
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-30 22:58:28
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader
In directory sc8-pr-cvs1:/tmp/cvs-serv24896
Modified Files:
Downloader.csproj
Log Message:
- Some useless forms have been removed from the project
- The Validate form has been added to the project
Index: Downloader.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Downloader.csproj 30 Nov 2003 18:31:45 -0000 1.3
--- Downloader.csproj 30 Nov 2003 22:58:24 -0000 1.4
***************
*** 17,21 ****
DelaySign = "false"
OutputType = "WinExe"
! RootNamespace = "QuantProject.Downloader"
StartupObject = ""
>
--- 17,21 ----
DelaySign = "false"
OutputType = "WinExe"
! RootNamespace = "QuantProject.Applications.Downloader"
StartupObject = ""
>
***************
*** 93,96 ****
--- 93,101 ----
<Include>
<File
+ RelPath = "AdoNetTools.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "App.ico"
BuildAction = "Content"
***************
*** 136,144 ****
/>
<File
- RelPath = "TestDownloadedData.resx"
- DependentUpon = "TestDownloadedData.cs"
- BuildAction = "EmbeddedResource"
- />
- <File
RelPath = "TickerDownloader.cs"
SubType = "Code"
--- 141,144 ----
***************
*** 154,157 ****
--- 154,186 ----
DependentUpon = "WebDownloader.cs"
BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "Validate\Validate.cs"
+ SubType = "Form"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Validate\Validate.resx"
+ DependentUpon = "Validate.cs"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "Validate\ValidateDataset.xsd"
+ BuildAction = "Content"
+ Generator = "MSDataSetGenerator"
+ LastGenOutput = "ValidateDataset.cs"
+ />
+ <File
+ RelPath = "Validate\ValidateDataset.cs"
+ DependentUpon = "ValidateDataset.xsd"
+ SubType = "code"
+ BuildAction = "Compile"
+ DesignTime = "True"
+ AutoGen = "True"
+ />
+ <File
+ RelPath = "Validate\ValidateDataset.xsx"
+ DependentUpon = "ValidateDataset.xsd"
+ BuildAction = "None"
/>
</Include>
|