[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.8,1.9
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-12-21 21:28:32
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader
In directory sc8-pr-cvs1:/tmp/cvs-serv15843/Downloader
Modified Files:
Downloader.csproj
Log Message:
Removed the AdoNetTools class.
Added the QuotesEditor class.
Index: Downloader.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Downloader.csproj 19 Dec 2003 15:58:25 -0000 1.8
--- Downloader.csproj 21 Dec 2003 21:28:29 -0000 1.9
***************
*** 98,106 ****
<Include>
<File
- RelPath = "AdoNetTools.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "App.ico"
BuildAction = "Content"
--- 98,101 ----
***************
*** 154,157 ****
--- 149,167 ----
SubType = "Form"
BuildAction = "Compile"
+ />
+ <File
+ RelPath = "WebDownloader.resx"
+ DependentUpon = "WebDownloader.cs"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "QuotesEditor\QuotesEditor.cs"
+ SubType = "Form"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "QuotesEditor\QuotesEditor.resx"
+ DependentUpon = "QuotesEditor.cs"
+ BuildAction = "EmbeddedResource"
/>
<File
|