Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/11 11:51:41 (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

    r5304 r5338  
    9494  <ItemGroup>
    9595    <Compile Include="AdministratorMenuItem.cs" />
     96    <Compile Include="SingleObjectiveOKBProblem.cs" />
     97    <Compile Include="OKBProblem.cs" />
    9698    <Compile Include="QueryMenuItem.cs" />
    9799    <Compile Include="OKBClient.cs" />
     
    182184      <DependentUpon>AlgorithmParameterView.cs</DependentUpon>
    183185    </Compile>
     186    <Compile Include="Views\OKBProblemView.cs">
     187      <SubType>UserControl</SubType>
     188    </Compile>
     189    <Compile Include="Views\OKBProblemView.Designer.cs">
     190      <DependentUpon>OKBProblemView.cs</DependentUpon>
     191    </Compile>
    184192    <Compile Include="Views\SetComparisonStringAvailableValuesFilterView.cs">
    185193      <SubType>UserControl</SubType>
     
    382390    <None Include="HeuristicLab.snk" />
    383391    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
     392  </ItemGroup>
     393  <ItemGroup>
     394    <EmbeddedResource Include="Views\OKBProblemView.resx">
     395      <DependentUpon>OKBProblemView.cs</DependentUpon>
     396    </EmbeddedResource>
    384397  </ItemGroup>
    385398  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.