[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.19,1.20
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-09 16:35:22
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15658/Downloader Modified Files: Downloader.csproj Log Message: Minor changes Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Downloader.csproj 8 May 2004 17:33:30 -0000 1.19 --- Downloader.csproj 9 May 2004 16:35:13 -0000 1.20 *************** *** 247,251 **** <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 247,251 ---- <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 262,266 **** <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 262,266 ---- <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 271,279 **** /> <File - RelPath = "QuotesEditor\CloseToClose\CloseToCloseDataGrid.resx" - DependentUpon = "CloseToCloseDataGrid.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseTabPage.cs" SubType = "Component" --- 271,274 ---- *************** *** 281,289 **** /> <File - RelPath = "QuotesEditor\CloseToClose\CloseToCloseTabPage.resx" - DependentUpon = "CloseToCloseTabPage.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesEditor\OHLC\OHLCdataGrid.cs" SubType = "Component" --- 276,279 ---- *************** *** 307,311 **** <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 297,301 ---- <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> |