[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.24,1.25
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-01 15:48:51
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17043/Downloader Modified Files: Downloader.csproj Log Message: .resx files have been removed Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Downloader.csproj 7 Jul 2004 20:10:29 -0000 1.24 --- Downloader.csproj 1 Dec 2004 15:48:38 -0000 1.25 *************** *** 165,173 **** /> <File - RelPath = "DataSet1.xsx" - DependentUpon = "DataSet1.xsd" - BuildAction = "None" - /> - <File RelPath = "Main.cs" SubType = "Form" --- 165,168 ---- *************** *** 175,183 **** /> <File - RelPath = "Main.resx" - DependentUpon = "Main.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesDataGrid.cs" SubType = "Component" --- 170,173 ---- *************** *** 185,193 **** /> <File - RelPath = "QuotesDataGrid.resx" - DependentUpon = "QuotesDataGrid.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "TestDownloadedData.cs" SubType = "Form" --- 175,178 ---- *************** *** 205,223 **** /> <File - RelPath = "WebDownloader.resx" - DependentUpon = "WebDownloader.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> <File - RelPath = "QuotesEditor\QuotesChart.resx" - DependentUpon = "QuotesChart.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesEditor\QuotesEditor.cs" SubType = "Form" --- 190,198 ---- /> <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "Code" BuildAction = "Compile" /> <File RelPath = "QuotesEditor\QuotesEditor.cs" SubType = "Form" *************** *** 225,233 **** /> <File - RelPath = "QuotesEditor\QuotesEditor.resx" - DependentUpon = "QuotesEditor.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesEditor\ValidationDataGrid.cs" SubType = "Component" --- 200,203 ---- *************** *** 251,255 **** <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 221,225 ---- <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 266,270 **** <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 236,240 ---- <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 295,305 **** /> <File - RelPath = "QuotesEditor\OHLC\OHLCuserControl.resx" - DependentUpon = "OHLCuserControl.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 265,270 ---- /> <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 325,333 **** /> <File - RelPath = "TickerSelectors\TickerGroupsListViewMenu.resx" - DependentUpon = "TickerGroupsListViewMenu.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "TickerSelectors\TickerGroupsViewer.cs" SubType = "Form" --- 290,293 ---- *************** *** 335,343 **** /> <File - RelPath = "TickerSelectors\TickerGroupsViewer.resx" - DependentUpon = "TickerGroupsViewer.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "TickerSelectors\TickerSelectorForm.cs" SubType = "Form" --- 295,298 ---- *************** *** 355,363 **** /> <File - RelPath = "TickerSelectors\TickerViewerMenu.resx" - DependentUpon = "TickerViewerMenu.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Validate\ValidateDataGrid.cs" SubType = "Component" --- 310,313 ---- *************** *** 369,377 **** BuildAction = "Compile" /> - <File - RelPath = "Validate\ValidateForm.resx" - DependentUpon = "ValidateForm.cs" - BuildAction = "EmbeddedResource" - /> </Include> </Files> --- 319,322 ---- |