[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.4,1.5
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-12-09 22:35:09
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader
In directory sc8-pr-cvs1:/tmp/cvs-serv5467/Downloader
Modified Files:
Downloader.csproj
Log Message:
- Removed Validate.cs and Validate.resx
- Removed ValidateDataset.xsd and ValidateDataset.cs and ValidateDataset.xsx
- Added QuotesToBeValidated.cs
- Added ValidateDataTable.cs
- Added ValidateForm.cs
Index: Downloader.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Downloader.csproj 30 Nov 2003 22:58:24 -0000 1.4
--- Downloader.csproj 9 Dec 2003 22:35:06 -0000 1.5
***************
*** 156,186 ****
/>
<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>
--- 156,177 ----
/>
<File
! RelPath = "Validate\QuotesToBeValidated.cs"
! SubType = "Component"
BuildAction = "Compile"
/>
<File
! RelPath = "Validate\ValidateDataTable.cs"
! SubType = "Component"
! BuildAction = "Compile"
/>
<File
! RelPath = "Validate\ValidateForm.cs"
! SubType = "Form"
BuildAction = "Compile"
/>
<File
! RelPath = "Validate\ValidateForm.resx"
! DependentUpon = "ValidateForm.cs"
! BuildAction = "EmbeddedResource"
/>
</Include>
|