Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/10 05:41:23 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174)

File:
1 edited

Legend:

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

    r4421 r4422  
    7272  <ItemGroup>
    7373    <Compile Include="AdministrationMenuItem.cs" />
     74    <Compile Include="AlgorithmCollectionView.cs">
     75      <SubType>UserControl</SubType>
     76    </Compile>
     77    <Compile Include="AlgorithmCollectionView.Designer.cs">
     78      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
     79    </Compile>
    7480    <Compile Include="Extensions.cs" />
    7581    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
     
    8086      <DependentUpon>AdministrationView.cs</DependentUpon>
    8187    </Compile>
     88    <Compile Include="OKBItem.cs" />
    8289    <Compile Include="NamedEntityView.cs">
    8390      <SubType>UserControl</SubType>
     
    8592    <Compile Include="NamedEntityView.Designer.cs">
    8693      <DependentUpon>NamedEntityView.cs</DependentUpon>
     94    </Compile>
     95    <Compile Include="AlgorithmClassCollectionView.cs">
     96      <SubType>UserControl</SubType>
     97    </Compile>
     98    <Compile Include="AlgorithmClassCollectionView.Designer.cs">
     99      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
    87100    </Compile>
    88101    <Compile Include="Properties\AssemblyInfo.cs" />
     
    96109    <None Include="HeuristicLab.snk" />
    97110    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
    98   </ItemGroup>
    99   <ItemGroup>
    100     <EmbeddedResource Include="AdministrationView.resx">
    101       <DependentUpon>AdministrationView.cs</DependentUpon>
    102     </EmbeddedResource>
    103111  </ItemGroup>
    104112  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.