[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj,1.17,1.18 Downloader.csproj.u
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-04-26 15:51:57
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10205/Downloader Modified Files: Downloader.csproj Downloader.csproj.user Log Message: Validation has been moved from the QuantDownloader project to the QuantProject project Index: Downloader.csproj.user =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj.user,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Downloader.csproj.user 25 Jan 2004 15:50:27 -0000 1.3 --- Downloader.csproj.user 26 Apr 2004 15:51:48 -0000 1.4 *************** *** 2,6 **** <CSHARP> <Build> ! <Settings ReferencePath = "c:\windows\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\;C:\Documents and Settings\Glauco\Desktop\QuantProject\lib\" > <Config Name = "Debug" --- 2,6 ---- <CSHARP> <Build> ! <Settings ReferencePath = "c:\windows\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\;C:\Documents and Settings\Glauco\Desktop\QuantProject\lib\;C:\Documents and Settings\Glauco\Desktop\QuantProject\QuantDownloader\Downloader\bin\Debug\" > <Config Name = "Debug" Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Downloader.csproj 25 Apr 2004 17:24:48 -0000 1.17 --- Downloader.csproj 26 Apr 2004 15:51:48 -0000 1.18 *************** *** 94,102 **** /> <Reference - Name = "scpl" - AssemblyName = "scpl" - HintPath = "..\..\lib\scpl.dll" - /> - <Reference Name = "b3_Data" Project = "{6AC0A2C1-B926-4921-A685-F5AA80E81C94}" --- 94,97 ---- *************** *** 133,136 **** --- 128,136 ---- HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.Services.dll" /> + <Reference + Name = "scpl" + AssemblyName = "scpl" + HintPath = "bin\Debug\scpl.dll" + /> </References> </Build> *************** *** 247,251 **** <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 247,251 ---- <File RelPath = "QuotesEditor\VisualValidationChart.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 307,311 **** <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 307,311 ---- <File RelPath = "QuotesEditor\RangeToRange\RangeToRangeChart.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 351,359 **** /> <File - RelPath = "TickerSelectors\TickerSelectorForm.resx" - DependentUpon = "TickerSelectorForm.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "TickerSelectors\TickerViewer.cs" SubType = "Form" --- 351,354 ---- *************** *** 371,389 **** /> <File - RelPath = "Validate\IValidator.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\QuotesToBeValidated.cs" - SubType = "Component" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\SospiciousDataRowEventArgs.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Validate\ValidateDataGrid.cs" SubType = "Component" --- 366,369 ---- *************** *** 391,404 **** /> <File - RelPath = "Validate\ValidateDataTable.cs" - SubType = "Component" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\ValidateDataTable.resx" - DependentUpon = "ValidateDataTable.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Validate\ValidateForm.cs" SubType = "Form" --- 371,374 ---- *************** *** 410,438 **** BuildAction = "EmbeddedResource" /> - <File - RelPath = "Validate\ValidationWarnings.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\Validators\CloseToCloseValidator.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\Validators\MultiValidator.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\Validators\OHLCvalidator.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Validate\Validators\RangeToRangeValidator.cs" - SubType = "Code" - BuildAction = "Compile" - /> </Include> </Files> --- 380,383 ---- |