Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/12 19:06:17 (12 years ago)
Author:
ascheibe
Message:

#1174 added support for PercentValue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r7556 r7573  
    206206    <Compile Include="Query\QueryMenuItem.cs" />
    207207    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
     208    <Compile Include="Query\ServiceClient\OrdinalComparisonPercentFilter.cs" />
     209    <Compile Include="Query\ServiceClient\NameOrdinalComparisonPercentFilter.cs" />
    208210    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
    209211    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
     
    231233      <DependentUpon>CombinedFilterView.cs</DependentUpon>
    232234    </Compile>
     235    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.cs">
     236      <SubType>UserControl</SubType>
     237    </Compile>
     238    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.Designer.cs">
     239      <DependentUpon>OrdinalComparisonPercentFilterView.cs</DependentUpon>
     240    </Compile>
    233241    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
    234242      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.