[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.5,1.6
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-12-12 00:23:14
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader
In directory sc8-pr-cvs1:/tmp/cvs-serv6650/Downloader
Modified Files:
Downloader.csproj
Log Message:
- Added IValidator.cs
- Added SospiciousDataRowEventArgs.cs
Index: Downloader.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Downloader.csproj 9 Dec 2003 22:35:06 -0000 1.5
--- Downloader.csproj 12 Dec 2003 00:23:11 -0000 1.6
***************
*** 151,157 ****
/>
<File
! RelPath = "WebDownloader.resx"
! DependentUpon = "WebDownloader.cs"
! BuildAction = "EmbeddedResource"
/>
<File
--- 151,157 ----
/>
<File
! RelPath = "Validate\IValidator.cs"
! SubType = "Code"
! BuildAction = "Compile"
/>
<File
***************
*** 161,164 ****
--- 161,169 ----
/>
<File
+ RelPath = "Validate\SospiciousDataRowEventArgs.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Validate\ValidateDataTable.cs"
SubType = "Component"
***************
*** 175,178 ****
--- 180,184 ----
BuildAction = "EmbeddedResource"
/>
+ <Folder RelPath = "Validate\Validators\" />
</Include>
</Files>
|