Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/07/10 01:49:31 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r4553 r4566  
    8989    <Compile Include="ServiceClients\AuthenticationServiceClient.cs" />
    9090    <Compile Include="ServiceClients\AlgorithmData.cs" />
     91    <Compile Include="ServiceClients\AlgorithmParameter.cs" />
     92    <Compile Include="ServiceClients\Result.cs" />
     93    <Compile Include="ServiceClients\ProblemParameter.cs" />
    9194    <Compile Include="ServiceClients\OKBServiceClient.cs" />
    9295    <Compile Include="ServiceClients\ProblemData.cs" />
     
    134137    <Compile Include="Views\AlgorithmDataView.Designer.cs">
    135138      <DependentUpon>AlgorithmDataView.cs</DependentUpon>
     139    </Compile>
     140    <Compile Include="Views\AlgorithmParameterCollectionView.cs">
     141      <SubType>UserControl</SubType>
     142    </Compile>
     143    <Compile Include="Views\AlgorithmParameterCollectionView.Designer.cs">
     144      <DependentUpon>AlgorithmParameterCollectionView.cs</DependentUpon>
     145    </Compile>
     146    <Compile Include="Views\ResultCollectionView.cs">
     147      <SubType>UserControl</SubType>
     148    </Compile>
     149    <Compile Include="Views\ResultCollectionView.Designer.cs">
     150      <DependentUpon>ResultCollectionView.cs</DependentUpon>
     151    </Compile>
     152    <Compile Include="Views\ProblemParameterCollectionView.cs">
     153      <SubType>UserControl</SubType>
     154    </Compile>
     155    <Compile Include="Views\ProblemParameterCollectionView.Designer.cs">
     156      <DependentUpon>ProblemParameterCollectionView.cs</DependentUpon>
    136157    </Compile>
    137158    <Compile Include="Views\OKBExperimentView.cs">
Note: See TracChangeset for help on using the changeset viewer.