Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/10 06:43:08 (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

    r4405 r4408  
    3939  </PropertyGroup>
    4040  <ItemGroup>
    41     <Reference Include="HeuristicLab.Clients.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     41    <Reference Include="HeuristicLab.Clients.Common-3.3">
     42      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
     43    </Reference>
     44    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    4245    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    43     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     46    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    4447    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    4548    <Reference Include="HeuristicLab.MainForm-3.3">
     
    6871  <ItemGroup>
    6972    <Compile Include="AdministrationMenuItem.cs" />
     73    <Compile Include="AlgorithmCollectionView.cs">
     74      <SubType>UserControl</SubType>
     75    </Compile>
     76    <Compile Include="AlgorithmCollectionView.Designer.cs">
     77      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
     78    </Compile>
    7079    <Compile Include="Extensions.cs" />
    7180    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
     
    7685      <DependentUpon>AdministrationView.cs</DependentUpon>
    7786    </Compile>
     87    <Compile Include="EntityCollection.cs" />
     88    <Compile Include="EntityCollectionView.cs">
     89      <SubType>UserControl</SubType>
     90    </Compile>
     91    <Compile Include="EntityCollectionView.Designer.cs">
     92      <DependentUpon>EntityCollectionView.cs</DependentUpon>
     93    </Compile>
     94    <Compile Include="EntityView.cs">
     95      <SubType>UserControl</SubType>
     96    </Compile>
     97    <Compile Include="EntityView.Designer.cs">
     98      <DependentUpon>EntityView.cs</DependentUpon>
     99    </Compile>
     100    <Compile Include="NamedEntityView.cs">
     101      <SubType>UserControl</SubType>
     102    </Compile>
     103    <Compile Include="NamedEntityView.Designer.cs">
     104      <DependentUpon>NamedEntityView.cs</DependentUpon>
     105    </Compile>
     106    <Compile Include="AlgorithmClassCollectionView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
     109    <Compile Include="AlgorithmClassCollectionView.Designer.cs">
     110      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
     111    </Compile>
    78112    <Compile Include="Properties\AssemblyInfo.cs" />
     113    <Compile Include="ReadOnlyEntityCollection.cs" />
    79114    <Compile Include="Service References\AdminService\Reference.cs">
    80115      <AutoGen>True</AutoGen>
Note: See TracChangeset for help on using the changeset viewer.