Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/11 15:03:46 (13 years ago)
Author:
gkronber
Message:

Merged changes from trunk to data analysis exploration branch and added fractional distance metric evaluator. #1142

File:
1 edited

Legend:

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

    r5265 r5275  
    9292  </PropertyGroup>
    9393  <ItemGroup>
    94     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
     94    <Reference Include="HeuristicLab.Collections-3.3">
     95      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     96    </Reference>
     97    <Reference Include="HeuristicLab.Common-3.3">
     98      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     99    </Reference>
     100    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     101      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     102    </Reference>
     103    <Reference Include="HeuristicLab.Core-3.3">
     104      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     105    </Reference>
     106    <Reference Include="HeuristicLab.Core.Views-3.3">
     107      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     108    </Reference>
     109    <Reference Include="HeuristicLab.Data-3.3">
     110      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     111    </Reference>
     112    <Reference Include="HeuristicLab.Data.Views-3.3">
     113      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
     114    </Reference>
     115    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
     116      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
     117    </Reference>
     118    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
     119      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
     120    </Reference>
     121    <Reference Include="HeuristicLab.MainForm-3.3">
     122      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     123    </Reference>
     124    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     125      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     126    </Reference>
     127    <Reference Include="HeuristicLab.Operators-3.3">
     128      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     129    </Reference>
     130    <Reference Include="HeuristicLab.Optimization-3.3">
     131      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     132    </Reference>
     133    <Reference Include="HeuristicLab.Parameters-3.3">
     134      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     135    </Reference>
     136    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     137      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     138    </Reference>
    95139    <Reference Include="System" />
    96140    <Reference Include="System.Core">
     
    110154  </ItemGroup>
    111155  <ItemGroup>
    112     <Compile Include="PrognosisView.cs" />
     156    <Compile Include="PrognosisView.cs">
     157      <SubType>UserControl</SubType>
     158    </Compile>
    113159    <Compile Include="PrognosisView.Designer.cs">
    114160      <DependentUpon>PrognosisView.cs</DependentUpon>
    115161    </Compile>
    116162    <Compile Include="HeuristicLabProblemsDataAnalysisMultiVariateTimeSeriesPrognosisViewsPlugin.cs" />
    117     <Compile Include="InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.cs" />
     163    <Compile Include="InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.cs">
     164      <SubType>UserControl</SubType>
     165    </Compile>
    118166    <Compile Include="InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.Designer.cs">
    119167      <DependentUpon>InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView.cs</DependentUpon>
    120168    </Compile>
    121     <Compile Include="TimeSeriesPrognosisLineChartView.cs" />
     169    <Compile Include="TimeSeriesPrognosisLineChartView.cs">
     170      <SubType>UserControl</SubType>
     171    </Compile>
    122172    <Compile Include="TimeSeriesPrognosisLineChartView.Designer.cs">
    123173      <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
    124174    </Compile>
    125     <Compile Include="ResultsView.cs" />
     175    <Compile Include="ResultsView.cs">
     176      <SubType>UserControl</SubType>
     177    </Compile>
    126178    <Compile Include="ResultsView.Designer.cs">
    127179      <DependentUpon>ResultsView.cs</DependentUpon>
    128180    </Compile>
    129     <Compile Include="SimplifiedSymbolicTimeSeriesPrognosisModelView.cs" />
     181    <Compile Include="SimplifiedSymbolicTimeSeriesPrognosisModelView.cs">
     182      <SubType>UserControl</SubType>
     183    </Compile>
    130184    <Compile Include="SimplifiedSymbolicTimeSeriesPrognosisModelView.designer.cs">
    131185      <DependentUpon>SimplifiedSymbolicTimeSeriesPrognosisModelView.cs</DependentUpon>
    132186    </Compile>
    133     <Compile Include="SymbolicTimeSeriesPrognosisSolutionView.cs" />
     187    <Compile Include="SymbolicTimeSeriesPrognosisSolutionView.cs">
     188      <SubType>UserControl</SubType>
     189    </Compile>
    134190    <Compile Include="SymbolicTimeSeriesPrognosisSolutionView.Designer.cs">
    135191      <DependentUpon>SymbolicTimeSeriesPrognosisSolutionView.cs</DependentUpon>
    136192    </Compile>
    137     <Compile Include="SymbolicTimeSeriesPrognosisModelView.cs" />
     193    <Compile Include="SymbolicTimeSeriesPrognosisModelView.cs">
     194      <SubType>UserControl</SubType>
     195    </Compile>
    138196    <Compile Include="SymbolicTimeSeriesPrognosisModelView.designer.cs">
    139197      <DependentUpon>SymbolicTimeSeriesPrognosisModelView.cs</DependentUpon>
    140198    </Compile>
    141     <Compile Include="Symbols\DerivativeVariableView.cs" />
     199    <Compile Include="Symbols\DerivativeVariableView.cs">
     200      <SubType>UserControl</SubType>
     201    </Compile>
    142202    <Compile Include="Symbols\DerivativeVariableView.Designer.cs">
    143203      <DependentUpon>DerivativeVariableView.cs</DependentUpon>
    144204    </Compile>
    145     <Compile Include="Symbols\IntegratedVariableView.cs" />
     205    <Compile Include="Symbols\IntegratedVariableView.cs">
     206      <SubType>UserControl</SubType>
     207    </Compile>
    146208    <Compile Include="Symbols\IntegratedVariableView.Designer.cs">
    147209      <DependentUpon>IntegratedVariableView.cs</DependentUpon>
    148210    </Compile>
    149     <Compile Include="Symbols\MovingAverageView.cs" />
     211    <Compile Include="Symbols\MovingAverageView.cs">
     212      <SubType>UserControl</SubType>
     213    </Compile>
    150214    <Compile Include="Symbols\MovingAverageView.Designer.cs">
    151215      <DependentUpon>MovingAverageView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.