Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/08/12 16:43:08 (11 years ago)
Author:
sforsten
Message:

#1942:

  • implemented changes suggested by mkommend in comment:15:ticket:1942 except the first remark
  • TimeSeriesPrognosisInstanceProvider has been adapted to work similar to other DataAnalysisInstanceProvider, also views have been created for it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj

    r8877 r8885  
    7070  </PropertyGroup>
    7171  <ItemGroup>
     72    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     73    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     74    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     75    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7276    <Reference Include="System" />
    7377    <Reference Include="System.Core" />
    7478    <Reference Include="System.Drawing" />
    7579    <Reference Include="System.Windows.Forms" />
     80    <Reference Include="System.Windows.Forms.DataVisualization" />
    7681    <Reference Include="System.Xml.Linq" />
    7782    <Reference Include="System.Data.DataSetExtensions" />
     
    9297    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
    9398      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
     99    </Compile>
     100    <Compile Include="TimeSeriesPrognosisImportTypeDialog.cs">
     101      <SubType>Form</SubType>
     102    </Compile>
     103    <Compile Include="TimeSeriesPrognosisImportTypeDialog.Designer.cs">
     104      <DependentUpon>TimeSeriesPrognosisImportTypeDialog.cs</DependentUpon>
     105    </Compile>
     106    <Compile Include="TimeSeriesPrognosisInstanceConsumerView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
     109    <Compile Include="TimeSeriesPrognosisInstanceConsumerView.Designer.cs">
     110      <DependentUpon>TimeSeriesPrognosisInstanceConsumerView.cs</DependentUpon>
    94111    </Compile>
    95112    <Compile Include="DataAnalysisImportTypeDialog.cs">
     
    155172      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    156173      <Name>HeuristicLab.MainForm-3.3</Name>
     174    </ProjectReference>
     175    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     176      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     177      <Name>HeuristicLab.Optimization.Views-3.3</Name>
    157178    </ProjectReference>
    158179    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.