Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/14 15:13:26 (10 years ago)
Author:
mleitner
Message:

Dont calculate filter preview when no constraintdata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10658 r10667  
    9191      <DependentUpon>FindAndReplaceDialog.cs</DependentUpon>
    9292    </Compile>
    93     <Compile Include="HistogramView.cs" />
     93    <Compile Include="HistogramView.cs">
     94      <SubType>UserControl</SubType>
     95    </Compile>
    9496    <Compile Include="HistogramView.Designer.cs">
    9597      <DependentUpon>HistogramView.cs</DependentUpon>
    9698    </Compile>
    97     <Compile Include="LineChartView.cs" />
     99    <Compile Include="LineChartView.cs">
     100      <SubType>UserControl</SubType>
     101    </Compile>
    98102    <Compile Include="LineChartView.Designer.cs">
    99103      <DependentUpon>LineChartView.cs</DependentUpon>
    100104    </Compile>
    101105    <Compile Include="Plugin.cs" />
    102     <Compile Include="PreprocessingChartView.cs" />
     106    <Compile Include="PreprocessingChartView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
    103109    <Compile Include="PreprocessingChartView.Designer.cs">
    104110      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.