Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/04/17 17:52:44 (7 years ago)
Author:
gkronber
Message:

#2650: merged the factors branch into trunk

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.DataPreprocessing.Views

  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r14381 r14826  
    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>
     106    <Compile Include="PreprocessingFeatureCorrelationView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
     109    <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
     110      <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
     111    </Compile>
     112    <Compile Include="CheckedFilterCollectionView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
     115    <Compile Include="CheckedFilterCollectionView.Designer.cs">
     116      <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
     117    </Compile>
     118    <Compile Include="CheckedTransformationListView.cs">
     119      <SubType>UserControl</SubType>
     120    </Compile>
     121    <Compile Include="CheckedTransformationListView.Designer.cs">
     122      <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
     123    </Compile>
     124    <Compile Include="ComparisonFilterView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="ComparisonFilterView.Designer.cs">
     128      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
     129    </Compile>
     130    <Compile Include="RenameColumnsDialog.cs">
     131      <SubType>Form</SubType>
     132    </Compile>
     133    <Compile Include="RenameColumnsDialog.Designer.cs">
     134      <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
     135    </Compile>
     136    <Compile Include="ScatterPlotSingleView.cs">
     137      <SubType>UserControl</SubType>
     138    </Compile>
     139    <Compile Include="ScatterPlotSingleView.Designer.cs">
     140      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
     141    </Compile>
     142    <Compile Include="DataCompletenessView.cs">
     143      <SubType>UserControl</SubType>
     144    </Compile>
     145    <Compile Include="DataCompletenessView.Designer.cs">
     146      <DependentUpon>DataCompletenessView.cs</DependentUpon>
     147    </Compile>
     148    <Compile Include="DataGridContentView.cs">
     149      <SubType>UserControl</SubType>
     150    </Compile>
     151    <Compile Include="DataGridContentView.Designer.cs">
     152      <DependentUpon>DataGridContentView.cs</DependentUpon>
     153    </Compile>
     154    <Compile Include="DataPreprocessingView.cs">
     155      <SubType>UserControl</SubType>
     156    </Compile>
     157    <Compile Include="DataPreprocessingView.designer.cs">
     158      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
     159    </Compile>
     160    <Compile Include="DataPreprocessorStarter.cs" />
     161    <Compile Include="PreprocessingDataTableView.cs">
     162      <SubType>UserControl</SubType>
     163    </Compile>
     164    <Compile Include="PreprocessingDataTableView.Designer.cs">
     165      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
     166    </Compile>
     167    <Compile Include="FilterView.cs">
     168      <SubType>UserControl</SubType>
     169    </Compile>
     170    <Compile Include="FilterView.Designer.cs">
     171      <DependentUpon>FilterView.cs</DependentUpon>
     172    </Compile>
     173    <Compile Include="ScatterPlotMultiView.cs">
     174      <SubType>UserControl</SubType>
     175    </Compile>
     176    <Compile Include="ScatterPlotMultiView.Designer.cs">
     177      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
     178    </Compile>
     179    <Compile Include="PreprocessingScatterPlotView.cs">
     180      <SubType>UserControl</SubType>
     181    </Compile>
     182    <Compile Include="PreprocessingScatterPlotView.Designer.cs">
     183      <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
     184    </Compile>
     185    <Compile Include="SearchAndReplaceDialog.cs">
     186      <SubType>Form</SubType>
     187    </Compile>
     188    <Compile Include="SearchAndReplaceDialog.Designer.cs">
     189      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
     190    </Compile>
     191    <Compile Include="HistogramView.cs">
     192      <SubType>UserControl</SubType>
     193    </Compile>
     194    <Compile Include="HistogramView.Designer.cs">
     195      <DependentUpon>HistogramView.cs</DependentUpon>
     196    </Compile>
     197    <Compile Include="LineChartView.cs">
     198      <SubType>UserControl</SubType>
     199    </Compile>
     200    <Compile Include="LineChartView.Designer.cs">
     201      <DependentUpon>LineChartView.cs</DependentUpon>
     202    </Compile>
     203    <Compile Include="ManipulationView.cs">
     204      <SubType>UserControl</SubType>
     205    </Compile>
     206    <Compile Include="ManipulationView.Designer.cs">
     207      <DependentUpon>ManipulationView.cs</DependentUpon>
     208    </Compile>
     209    <Compile Include="Plugin.cs" />
    100210    <Compile Include="PreprocessingChartView.cs">
    101211      <SubType>UserControl</SubType>
     
    103213    <Compile Include="PreprocessingChartView.Designer.cs">
    104214      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
    105     </Compile>
    106     <Compile Include="PreprocessingFeatureCorrelationView.cs">
    107       <SubType>UserControl</SubType>
    108     </Compile>
    109     <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
    110       <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
    111     </Compile>
    112     <Compile Include="CheckedFilterCollectionView.cs">
    113       <SubType>UserControl</SubType>
    114     </Compile>
    115     <Compile Include="CheckedFilterCollectionView.Designer.cs">
    116       <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
    117     </Compile>
    118     <Compile Include="CheckedTransformationListView.cs">
    119       <SubType>UserControl</SubType>
    120     </Compile>
    121     <Compile Include="CheckedTransformationListView.Designer.cs">
    122       <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
    123     </Compile>
    124     <Compile Include="ComparisonFilterView.cs">
    125       <SubType>UserControl</SubType>
    126     </Compile>
    127     <Compile Include="ComparisonFilterView.Designer.cs">
    128       <DependentUpon>ComparisonFilterView.cs</DependentUpon>
    129     </Compile>
    130     <Compile Include="RenameColumnsDialog.cs">
    131       <SubType>Form</SubType>
    132     </Compile>
    133     <Compile Include="RenameColumnsDialog.Designer.cs">
    134       <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
    135     </Compile>
    136     <Compile Include="ScatterPlotSingleView.cs">
    137       <SubType>UserControl</SubType>
    138     </Compile>
    139     <Compile Include="ScatterPlotSingleView.Designer.cs">
    140       <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
    141     </Compile>
    142     <Compile Include="DataCompletenessView.cs">
    143       <SubType>UserControl</SubType>
    144     </Compile>
    145     <Compile Include="DataCompletenessView.Designer.cs">
    146       <DependentUpon>DataCompletenessView.cs</DependentUpon>
    147     </Compile>
    148     <Compile Include="DataGridContentView.cs">
    149       <SubType>UserControl</SubType>
    150     </Compile>
    151     <Compile Include="DataGridContentView.Designer.cs">
    152       <DependentUpon>DataGridContentView.cs</DependentUpon>
    153     </Compile>
    154     <Compile Include="DataPreprocessingView.cs">
    155       <SubType>UserControl</SubType>
    156     </Compile>
    157     <Compile Include="DataPreprocessingView.designer.cs">
    158       <DependentUpon>DataPreprocessingView.cs</DependentUpon>
    159     </Compile>
    160     <Compile Include="DataPreprocessorStarter.cs" />
    161     <Compile Include="PreprocessingDataTableView.cs">
    162       <SubType>UserControl</SubType>
    163     </Compile>
    164     <Compile Include="PreprocessingDataTableView.Designer.cs">
    165       <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
    166     </Compile>
    167     <Compile Include="FilterView.cs">
    168       <SubType>UserControl</SubType>
    169     </Compile>
    170     <Compile Include="FilterView.Designer.cs">
    171       <DependentUpon>FilterView.cs</DependentUpon>
    172     </Compile>
    173     <Compile Include="ScatterPlotMultiView.cs">
    174       <SubType>UserControl</SubType>
    175     </Compile>
    176     <Compile Include="ScatterPlotMultiView.Designer.cs">
    177       <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
    178     </Compile>
    179     <Compile Include="PreprocessingScatterPlotView.cs">
    180       <SubType>UserControl</SubType>
    181     </Compile>
    182     <Compile Include="PreprocessingScatterPlotView.Designer.cs">
    183       <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
    184     </Compile>
    185     <Compile Include="SearchAndReplaceDialog.cs">
    186       <SubType>Form</SubType>
    187     </Compile>
    188     <Compile Include="SearchAndReplaceDialog.Designer.cs">
    189       <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
    190     </Compile>
    191     <Compile Include="HistogramView.cs">
    192       <SubType>UserControl</SubType>
    193     </Compile>
    194     <Compile Include="HistogramView.Designer.cs">
    195       <DependentUpon>HistogramView.cs</DependentUpon>
    196     </Compile>
    197     <Compile Include="LineChartView.cs">
    198       <SubType>UserControl</SubType>
    199     </Compile>
    200     <Compile Include="LineChartView.Designer.cs">
    201       <DependentUpon>LineChartView.cs</DependentUpon>
    202     </Compile>
    203     <Compile Include="ManipulationView.cs">
    204       <SubType>UserControl</SubType>
    205     </Compile>
    206     <Compile Include="ManipulationView.Designer.cs">
    207       <DependentUpon>ManipulationView.cs</DependentUpon>
    208     </Compile>
    209     <Compile Include="Plugin.cs" />
    210     <Compile Include="PreprocessingCheckedVariablesView.cs">
    211       <SubType>UserControl</SubType>
    212     </Compile>
    213     <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
    214       <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
    215215    </Compile>
    216216    <Compile Include="PreprocessingCheckedItemListView.cs">
Note: See TracChangeset for help on using the changeset viewer.