Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 16:39:01 (11 years ago)
Author:
psteiner
Message:

Added Views and Classes for Filtering

File:
1 edited

Legend:

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

    r10546 r10549  
    8080    <Compile Include="Implementations\DataGridLogic.cs" />
    8181    <Compile Include="Implementations\DataPreprocessingChangedEvent.cs" />
     82    <Compile Include="Implementations\Filter\ComparisonFilter.cs" />
     83    <Compile Include="Implementations\Filter\IFilter.cs" />
    8284    <Compile Include="Implementations\ManipulationLogic.cs" />
    8385    <Compile Include="Interfaces\IDataGridLogic.cs" />
     
    98100    <Compile Include="Interfaces\ITransformationLogic.cs" />
    99101    <Compile Include="ProblemDataCreator.cs" />
     102    <Compile Include="Views\ComparisonFilterView.cs">
     103      <SubType>UserControl</SubType>
     104    </Compile>
     105    <Compile Include="Views\ComparisonFilterView.Designer.cs">
     106      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
     107    </Compile>
    100108    <Compile Include="Views\FilterView.cs">
    101109      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.