[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.26,1.27
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-05 02:38:48
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18413/QuantDownloader/Downloader Modified Files: Downloader.csproj Log Message: Automatic changes have been applied Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Downloader.csproj 1 Dec 2004 22:54:01 -0000 1.26 --- Downloader.csproj 5 Dec 2004 02:38:38 -0000 1.27 *************** *** 170,173 **** --- 170,178 ---- /> <File + RelPath = "Main.resx" + DependentUpon = "Main.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "QuotesDataGrid.cs" SubType = "Component" *************** *** 191,195 **** <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 196,200 ---- <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 200,203 **** --- 205,213 ---- /> <File + RelPath = "QuotesEditor\QuotesEditor.resx" + DependentUpon = "QuotesEditor.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "QuotesEditor\ValidationDataGrid.cs" SubType = "Component" *************** *** 221,225 **** <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 231,235 ---- <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 236,240 **** <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 246,250 ---- <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 266,270 **** <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 276,280 ---- <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> |