Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/10 21:11:11 (14 years ago)
Author:
gkronber
Message:

Added model and solution classes for time series prognosis and added views for time series prognosis solutions. #1142

Location:
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.MultiVariate.Views/3.3
Files:
4 added
1 edited

Legend:

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

    r4079 r4401  
    111111    <None Include="HeuristicLabProblemsDataAnalysisMultiVariateViewsPlugin.cs.frame" />
    112112    <None Include="Properties\AssemblyInfo.frame" />
     113    <Compile Include="EstimatedValuesView.cs">
     114      <SubType>UserControl</SubType>
     115    </Compile>
     116    <Compile Include="EstimatedValuesView.Designer.cs">
     117      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
     118    </Compile>
     119    <Compile Include="LineChartView.cs">
     120      <SubType>UserControl</SubType>
     121    </Compile>
     122    <Compile Include="LineChartView.Designer.cs">
     123      <DependentUpon>LineChartView.cs</DependentUpon>
     124    </Compile>
     125    <Compile Include="MultiVariateDataAnalysisSolutionView.cs">
     126      <SubType>UserControl</SubType>
     127    </Compile>
     128    <Compile Include="MultiVariateDataAnalysisSolutionView.Designer.cs">
     129      <DependentUpon>MultiVariateDataAnalysisSolutionView.cs</DependentUpon>
     130    </Compile>
    113131    <Compile Include="HeuristicLabProblemsDataAnalysisMultiVariateViewsPlugin.cs" />
    114132    <Compile Include="MultiVariateDataAnalysisProblemDataView.cs">
     
    121139  </ItemGroup>
    122140  <ItemGroup>
     141    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     142      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     143      <Name>HeuristicLab.Collections-3.3</Name>
     144    </ProjectReference>
    123145    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    124146      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    137159      <Name>HeuristicLab.Data.Views-3.3</Name>
    138160    </ProjectReference>
     161    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     162      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     163      <Name>HeuristicLab.Data-3.3</Name>
     164    </ProjectReference>
    139165    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    140166      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     
    156182      <Project>{2B88DCD0-EE28-4DCA-90A8-2F4ECACFC515}</Project>
    157183      <Name>HeuristicLab.Problems.DataAnalysis.MultiVariate-3.3</Name>
     184    </ProjectReference>
     185    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
     186      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
     187      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
    158188    </ProjectReference>
    159189  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.