[Quantproject-developers] QuantDownloader/Downloader Downloader.csproj.user,1.2,1.3 Downloader.cspro
Brought to you by:
glauco_1
|
From: <gla...@pr...> - 2004-01-26 10:33:01
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22737/Downloader Modified Files: Downloader.csproj.user Downloader.csproj Log Message: Added the Validation TabPage with the OHLC and the CloseToClose sub TabPages Index: Downloader.csproj.user =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj.user,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Downloader.csproj.user 30 Nov 2003 18:31:45 -0000 1.2 --- Downloader.csproj.user 25 Jan 2004 15:50:27 -0000 1.3 *************** *** 2,6 **** <CSHARP> <Build> ! <Settings ReferencePath = "" > <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\" > <Config Name = "Debug" Index: Downloader.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Downloader.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Downloader.csproj 22 Jan 2004 23:28:07 -0000 1.10 --- Downloader.csproj 25 Jan 2004 15:50:27 -0000 1.11 *************** *** 93,96 **** --- 93,136 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "scpl" + AssemblyName = "scpl" + HintPath = "..\..\lib\scpl.dll" + /> + <Reference + Name = "b3_Data" + Project = "{6AC0A2C1-B926-4921-A685-F5AA80E81C94}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "b4_Business" + Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "b5_Presentation" + Project = "{D3DC9EA6-3B06-4255-B19A-5FC5B66A1402}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "crystaldecisions.windows.forms" + AssemblyName = "CrystalDecisions.Windows.Forms" + HintPath = "..\..\..\..\..\..\windows\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\crystaldecisions.windows.forms.dll" + /> + <Reference + Name = "CrystalDecisions.Shared" + AssemblyName = "CrystalDecisions.Shared" + HintPath = "..\..\..\..\..\..\Program Files\Common Files\Crystal Decisions\1.0\Managed\CrystalDecisions.Shared.dll" + /> + <Reference + Name = "CrystalDecisions.ReportSource" + AssemblyName = "CrystalDecisions.ReportSource" + HintPath = "..\..\..\..\..\..\Program Files\Common Files\Crystal Decisions\1.0\Managed\CrystalDecisions.ReportSource.dll" + /> + <Reference + Name = "System.Web.Services" + AssemblyName = "System.Web.Services" + HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.Services.dll" + /> </References> </Build> *************** *** 136,139 **** --- 176,189 ---- /> <File + RelPath = "QuotesDataGrid.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "QuotesDataGrid.resx" + DependentUpon = "QuotesDataGrid.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "TestDownloadedData.cs" SubType = "Form" *************** *** 161,164 **** --- 211,224 ---- /> <File + RelPath = "WebDownloader.resx" + DependentUpon = "WebDownloader.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "QuotesEditor\QuotesChart.cs" + SubType = "UserControl" + BuildAction = "Compile" + /> + <File RelPath = "QuotesEditor\QuotesEditor.cs" SubType = "Form" *************** *** 166,197 **** /> <File ! RelPath = "Validate\IValidator.cs" ! SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Validate\QuotesToBeValidated.cs" SubType = "Component" BuildAction = "Compile" /> <File ! RelPath = "Validate\QuotesToBeValidated.resx" ! DependentUpon = "QuotesToBeValidated.cs" BuildAction = "EmbeddedResource" /> <File ! RelPath = "Validate\SospiciousDataRowEventArgs.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Validate\ValidateDataGrid.cs" SubType = "Component" BuildAction = "Compile" /> <File ! RelPath = "Validate\ValidateDataGrid.resx" ! DependentUpon = "ValidateDataGrid.cs" ! BuildAction = "EmbeddedResource" /> <File --- 226,282 ---- /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseChart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseDataGrid.cs" SubType = "Component" BuildAction = "Compile" /> <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseUserControl.cs" ! SubType = "UserControl" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "QuotesEditor\CloseToClose\CloseToCloseUserControl.resx" ! DependentUpon = "CloseToCloseUserControl.cs" BuildAction = "EmbeddedResource" /> <File ! RelPath = "QuotesEditor\OHLC\OHLCdataGrid.cs" ! SubType = "Component" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "QuotesEditor\OHLC\OHLCuserControl.cs" ! SubType = "UserControl" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "QuotesEditor\OHLC\OHLCuserControl.resx" ! DependentUpon = "OHLCuserControl.cs" ! BuildAction = "EmbeddedResource" ! /> ! <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" ! BuildAction = "Compile" /> <File *************** *** 216,219 **** --- 301,309 ---- /> <File + RelPath = "Validate\ValidationWarnings.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Validate\Validators\CloseToCloseValidator.cs" SubType = "Code" |