Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/17 16:33:37 (7 years ago)
Author:
gkronber
Message:

#2650: merged r14504:14533 from trunk to branch

Location:
branches/symbreg-factors-2650
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650

  • branches/symbreg-factors-2650/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r14421 r14542  
    9898  <ItemGroup>
    9999    <Compile Include="DataPreprocessingMenuItem.cs" />
     100    <Compile Include="PreprocessingCheckedVariablesView.cs">
     101      <SubType>UserControl</SubType>
     102    </Compile>
     103    <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
     104      <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
     105    </Compile>
    100106    <Compile Include="PreprocessingFeatureCorrelationView.cs">
    101107      <SubType>UserControl</SubType>
     
    165171      <DependentUpon>FilterView.cs</DependentUpon>
    166172    </Compile>
    167     <Compile Include="ScatterPlotMultiView.cs" />
     173    <Compile Include="ScatterPlotMultiView.cs">
     174      <SubType>UserControl</SubType>
     175    </Compile>
    168176    <Compile Include="ScatterPlotMultiView.Designer.cs">
    169177      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
     
    181189      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
    182190    </Compile>
    183     <Compile Include="HistogramView.cs" />
     191    <Compile Include="HistogramView.cs">
     192      <SubType>UserControl</SubType>
     193    </Compile>
    184194    <Compile Include="HistogramView.Designer.cs">
    185195      <DependentUpon>HistogramView.cs</DependentUpon>
    186196    </Compile>
    187     <Compile Include="LineChartView.cs" />
     197    <Compile Include="LineChartView.cs">
     198      <SubType>UserControl</SubType>
     199    </Compile>
    188200    <Compile Include="LineChartView.Designer.cs">
    189201      <DependentUpon>LineChartView.cs</DependentUpon>
     
    196208    </Compile>
    197209    <Compile Include="Plugin.cs" />
    198     <Compile Include="PreprocessingChartView.cs" />
     210    <Compile Include="PreprocessingChartView.cs">
     211      <SubType>UserControl</SubType>
     212    </Compile>
    199213    <Compile Include="PreprocessingChartView.Designer.cs">
    200214      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.