Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/12 09:49:43 (12 years ago)
Author:
sforsten
Message:

#1942:

  • added csv import dialog for regression
  • improved existing dialog (tool tip, design, preview of dataset)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj

    r8701 r8715  
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.Common-3.3">
    41       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     40    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     41      <Private>False</Private>
    4242    </Reference>
    4343    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4444      <Private>False</Private>
    4545    </Reference>
    46     <Reference Include="HeuristicLab.Core-3.3">
    47       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     46    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     47      <Private>False</Private>
     48    </Reference>
     49    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     50      <Private>False</Private>
    4851    </Reference>
    4952    <Reference Include="HeuristicLab.Data-3.3">
    5053      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     54      <Private>False</Private>
    5155    </Reference>
    5256    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    5559    <Reference Include="HeuristicLab.MainForm-3.3">
    5660      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     61      <Private>False</Private>
    5762    </Reference>
    5863    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    5964      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     65      <Private>False</Private>
    6066    </Reference>
    6167    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    6268      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    63     </Reference>
    64     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    65       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     69      <Private>False</Private>
    6670    </Reference>
    6771    <Reference Include="HeuristicLab.Problems.Instances-3.3">
    6872      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     73      <Private>False</Private>
    6974    </Reference>
    7075    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
    7176      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
     77      <Private>False</Private>
    7278    </Reference>
    7379    <Reference Include="System">
    74       <Private>True</Private>
     80      <Private>False</Private>
    7581    </Reference>
    7682    <Reference Include="System.Core">
    77       <Private>True</Private>
     83      <Private>False</Private>
    7884    </Reference>
    7985    <Reference Include="System.Drawing">
    80       <Private>True</Private>
     86      <Private>False</Private>
    8187    </Reference>
    8288    <Reference Include="System.Windows.Forms">
    83       <Private>True</Private>
     89      <Private>False</Private>
    8490    </Reference>
    8591    <Reference Include="System.Xml.Linq">
    86       <Private>True</Private>
     92      <Private>False</Private>
    8793    </Reference>
    8894    <Reference Include="System.Data.DataSetExtensions">
    89       <Private>True</Private>
     95      <Private>False</Private>
    9096    </Reference>
    9197    <Reference Include="Microsoft.CSharp">
    92       <Private>True</Private>
     98      <Private>False</Private>
    9399    </Reference>
    94100    <Reference Include="System.Data">
    95       <Private>True</Private>
     101      <Private>False</Private>
    96102    </Reference>
    97103    <Reference Include="System.Xml">
    98       <Private>True</Private>
     104      <Private>False</Private>
    99105    </Reference>
    100106  </ItemGroup>
     
    111117    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
    112118      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
     119    </Compile>
     120    <Compile Include="RegressionImportTypeDialog.cs">
     121      <SubType>Form</SubType>
     122    </Compile>
     123    <Compile Include="RegressionImportTypeDialog.Designer.cs">
     124      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
     125    </Compile>
     126    <Compile Include="RegressionInstanceConsumerView.cs">
     127      <SubType>UserControl</SubType>
     128    </Compile>
     129    <Compile Include="RegressionInstanceConsumerView.Designer.cs">
     130      <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
    113131    </Compile>
    114132    <Compile Include="DataAnalysisImportTypeDialog.cs">
     
    131149  </ItemGroup>
    132150  <ItemGroup>
     151    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     152      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     153      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     154      <Private>False</Private>
     155    </ProjectReference>
    133156    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
    134157      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
Note: See TracChangeset for help on using the changeset viewer.