Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/11 01:06:26 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

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

    r5587 r5606  
    180180    <Compile Include="Authentication\AuthenticationClient.cs" />
    181181    <Compile Include="Authentication\ServiceClient\AuthenticationServiceClient.cs" />
     182    <Compile Include="Query\QueryClient.cs" />
     183    <Compile Include="Query\QueryMenuItem.cs" />
     184    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
     185    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
     186    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
     187    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
     188    <Compile Include="Query\ServiceClient\Filter.cs" />
     189    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
     190    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
     191    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
     192    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
     193    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
     194    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
     195    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
     196    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
    182197    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
     198    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
     199    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
     200    <Compile Include="Query\Views\CombinedFilterView.cs">
     201      <SubType>UserControl</SubType>
     202    </Compile>
     203    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
     204      <DependentUpon>CombinedFilterView.cs</DependentUpon>
     205    </Compile>
     206    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
     207      <SubType>UserControl</SubType>
     208    </Compile>
     209    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
     210      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
     211    </Compile>
     212    <Compile Include="Query\Views\FilterView.cs">
     213      <SubType>UserControl</SubType>
     214    </Compile>
     215    <Compile Include="Query\Views\FilterView.Designer.cs">
     216      <DependentUpon>FilterView.cs</DependentUpon>
     217    </Compile>
     218    <Compile Include="Query\Views\NameEqualityComparisonBoolFilterView.cs">
     219      <SubType>UserControl</SubType>
     220    </Compile>
     221    <Compile Include="Query\Views\NameEqualityComparisonBoolFilterView.Designer.cs">
     222      <DependentUpon>NameEqualityComparisonBoolFilterView.cs</DependentUpon>
     223    </Compile>
     224    <Compile Include="Query\Views\NameOrdinalComparisonDoubleFilterView.cs">
     225      <SubType>UserControl</SubType>
     226    </Compile>
     227    <Compile Include="Query\Views\NameOrdinalComparisonDoubleFilterView.Designer.cs">
     228      <DependentUpon>NameOrdinalComparisonDoubleFilterView.cs</DependentUpon>
     229    </Compile>
     230    <Compile Include="Query\Views\NameOrdinalComparisonLongFilterView.cs">
     231      <SubType>UserControl</SubType>
     232    </Compile>
     233    <Compile Include="Query\Views\NameOrdinalComparisonLongFilterView.Designer.cs">
     234      <DependentUpon>NameOrdinalComparisonLongFilterView.cs</DependentUpon>
     235    </Compile>
     236    <Compile Include="Query\Views\NameStringComparisonAvailableValuesFilterView.cs">
     237      <SubType>UserControl</SubType>
     238    </Compile>
     239    <Compile Include="Query\Views\NameStringComparisonAvailableValuesFilterView.Designer.cs">
     240      <DependentUpon>NameStringComparisonAvailableValuesFilterView.cs</DependentUpon>
     241    </Compile>
     242    <Compile Include="Query\Views\NameStringComparisonFilterView.cs">
     243      <SubType>UserControl</SubType>
     244    </Compile>
     245    <Compile Include="Query\Views\NameStringComparisonFilterView.Designer.cs">
     246      <DependentUpon>NameStringComparisonFilterView.cs</DependentUpon>
     247    </Compile>
     248    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
     249      <SubType>UserControl</SubType>
     250    </Compile>
     251    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
     252      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
     253    </Compile>
     254    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
     255      <SubType>UserControl</SubType>
     256    </Compile>
     257    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
     258      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
     259    </Compile>
     260    <Compile Include="Query\Views\QueryView.cs">
     261      <SubType>UserControl</SubType>
     262    </Compile>
     263    <Compile Include="Query\Views\QueryView.Designer.cs">
     264      <DependentUpon>QueryView.cs</DependentUpon>
     265    </Compile>
     266    <Compile Include="Query\Views\SetComparisonStringFilterView.cs" />
     267    <Compile Include="Query\Views\SetComparisonStringFilterView.Designer.cs">
     268      <DependentUpon>SetComparisonStringFilterView.cs</DependentUpon>
     269    </Compile>
     270    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
     271      <SubType>UserControl</SubType>
     272    </Compile>
     273    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
     274      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
     275    </Compile>
     276    <Compile Include="Query\Views\StringComparisonFilterView.cs">
     277      <SubType>UserControl</SubType>
     278    </Compile>
     279    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
     280      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
     281    </Compile>
    183282    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
    184283    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.