[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.29,1.30
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-03-29 14:59:35
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28720/Downloader Modified Files: Downloader.csproj Log Message: A new graphic library version has been used. Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Downloader.csproj 27 Mar 2005 20:07:51 -0000 1.29 --- Downloader.csproj 29 Mar 2005 14:59:25 -0000 1.30 *************** *** 129,135 **** /> <Reference ! Name = "scpl" ! AssemblyName = "scpl" ! HintPath = "..\..\lib\scpl.dll" /> </References> --- 129,135 ---- /> <Reference ! Name = "NPlot" ! AssemblyName = "NPlot" ! HintPath = "bin\Debug\NPlot.dll" /> </References> *************** *** 201,205 **** <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 201,205 ---- <File RelPath = "QuotesEditor\QuotesChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 236,240 **** <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 236,240 ---- <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 251,255 **** <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 251,255 ---- <File RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> *************** *** 281,285 **** <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "Code" BuildAction = "Compile" /> --- 281,285 ---- <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> |