Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/13 20:11:14 (11 years ago)
Author:
abeham
Message:

#2110: merged to stable

Location:
stable
Files:
8 deleted
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.Instances.DataAnalysis.Views

  • stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisInstanceProviderView.cs

    r10001 r10021  
    2929namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    3030  [View("DataAnalysis InstanceProvider View")]
    31   public partial class DataAnalysisInstanceProviderView<T> : ProblemInstanceProviderViewGeneric<T>
     31  public partial class DataAnalysisInstanceProviderView<T> : ProblemInstanceProviderView<T>
    3232    where T : class, IDataAnalysisProblemData {
    3333
  • stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj

    r8885 r10021  
    9292      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
    9393    </Compile>
    94     <Compile Include="ClassificationInstanceConsumerView.cs">
    95       <SubType>UserControl</SubType>
    96     </Compile>
    97     <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
    98       <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
     94    <Compile Include="ClassificationInstanceProviderView.cs">
     95      <SubType>UserControl</SubType>
     96    </Compile>
     97    <Compile Include="ClassificationInstanceProviderView.Designer.cs">
     98      <DependentUpon>ClassificationInstanceProviderView.cs</DependentUpon>
     99    </Compile>
     100    <Compile Include="ClusteringInstanceProviderView.cs">
     101      <SubType>UserControl</SubType>
     102    </Compile>
     103    <Compile Include="ClusteringInstanceProviderView.Designer.cs">
     104      <DependentUpon>ClusteringInstanceProviderView.cs</DependentUpon>
    99105    </Compile>
    100106    <Compile Include="TimeSeriesPrognosisImportTypeDialog.cs">
     
    104110      <DependentUpon>TimeSeriesPrognosisImportTypeDialog.cs</DependentUpon>
    105111    </Compile>
    106     <Compile Include="TimeSeriesPrognosisInstanceConsumerView.cs">
    107       <SubType>UserControl</SubType>
    108     </Compile>
    109     <Compile Include="TimeSeriesPrognosisInstanceConsumerView.Designer.cs">
    110       <DependentUpon>TimeSeriesPrognosisInstanceConsumerView.cs</DependentUpon>
     112    <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
     115    <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs">
     116      <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon>
    111117    </Compile>
    112118    <Compile Include="DataAnalysisImportTypeDialog.cs">
     
    116122      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
    117123    </Compile>
    118     <Compile Include="DataAnalysisInstanceConsumerView.cs">
    119       <SubType>UserControl</SubType>
    120     </Compile>
    121     <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
    122       <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
     124    <Compile Include="DataAnalysisInstanceProviderView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="DataAnalysisInstanceProviderView.Designer.cs">
     128      <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon>
    123129    </Compile>
    124130    <Compile Include="Plugin.cs" />
     
    129135      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
    130136    </Compile>
    131     <Compile Include="RegressionInstanceConsumerView.cs">
    132       <SubType>UserControl</SubType>
    133     </Compile>
    134     <Compile Include="RegressionInstanceConsumerView.Designer.cs">
    135       <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
     137    <Compile Include="RegressionInstanceProviderView.cs">
     138      <SubType>UserControl</SubType>
     139    </Compile>
     140    <Compile Include="RegressionInstanceProviderView.Designer.cs">
     141      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
    136142    </Compile>
    137143    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.