[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.12,1.13
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-21 17:15:53
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6403/Downloader Modified Files: Downloader.csproj Log Message: - added the ValidationDataGrid class - added the ValidationGridTabPage class - added the ValidationTabControl class - added the ValidationTabPage class - added the VisualValidationChart class - added the VisualValidationDataGrid class - added the VisualValidationTabPage class - added the CloseToCloseDataGrid class - added the CloseToCloseTabPage class - added the OHLCtabPage class - added the RangeToRangeChart class - added the RangeToRangeDataGrid class - added the RangeToRangeTabPage class Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Downloader.csproj 4 Feb 2004 19:27:10 -0000 1.12 --- Downloader.csproj 21 Mar 2004 17:05:45 -0000 1.13 *************** *** 237,241 **** <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 237,241 ---- <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 246,251 **** /> <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 246,291 ---- /> <File + RelPath = "QuotesEditor\QuotesEditor.resx" + DependentUpon = "QuotesEditor.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "QuotesEditor\ValidationDataGrid.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\ValidationGridTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\ValidationTabControl.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\ValidationTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\VisualValidationChart.cs" + SubType = "UserControl" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\VisualValidationDataGrid.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\VisualValidationTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 256,266 **** /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseUserControl.cs" ! SubType = "UserControl" BuildAction = "Compile" /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseUserControl.resx" ! DependentUpon = "CloseToCloseUserControl.cs" BuildAction = "EmbeddedResource" /> --- 296,311 ---- /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseDataGrid.resx" ! DependentUpon = "CloseToCloseDataGrid.cs" ! BuildAction = "EmbeddedResource" ! /> ! <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseTabPage.cs" ! SubType = "Component" BuildAction = "Compile" /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseTabPage.resx" ! DependentUpon = "CloseToCloseTabPage.cs" BuildAction = "EmbeddedResource" /> *************** *** 271,274 **** --- 316,324 ---- /> <File + RelPath = "QuotesEditor\OHLC\OHLCtabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "QuotesEditor\OHLC\OHLCuserControl.cs" SubType = "UserControl" *************** *** 281,284 **** --- 331,349 ---- /> <File + RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" + SubType = "UserControl" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\RangeToRange\RangeToRangeDataGrid.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesEditor\RangeToRange\RangeToRangeTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "Validate\IValidator.cs" SubType = "Code" |