[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.14,1.15
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-28 22:23:08
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20378/Downloader Modified Files: Downloader.csproj Log Message: visualValidatedTickers table is dropped and visualValidatedQuotes is handled now Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Downloader.csproj 24 Mar 2004 18:29:51 -0000 1.14 --- Downloader.csproj 28 Mar 2004 22:11:44 -0000 1.15 *************** *** 241,244 **** --- 241,249 ---- /> <File + RelPath = "QuotesEditor\QuotesChart.resx" + DependentUpon = "QuotesChart.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "QuotesEditor\QuotesEditor.cs" SubType = "Form" |