Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/10 05:25:00 (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

    r4426 r4433  
    7777    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
    7878    <Compile Include="Properties\AssemblyInfo.cs" />
    79     <Compile Include="ServiceClients\AlgorithmClass.cs" />
    80     <Compile Include="ServiceClients\IOKBItem.cs" />
    81     <Compile Include="ServiceClients\INamedOKBItem.cs" />
    82     <Compile Include="ServiceClients\OKBItem.cs" />
     79    <Compile Include="ServiceClients\Algorithm.cs">
     80      <SubType>Code</SubType>
     81    </Compile>
     82    <Compile Include="ServiceClients\AlgorithmClass.cs">
     83      <SubType>Code</SubType>
     84    </Compile>
     85    <Compile Include="ServiceClients\INamedOKBItem.cs">
     86      <SubType>Code</SubType>
     87    </Compile>
     88    <Compile Include="ServiceClients\IOKBItem.cs">
     89      <SubType>Code</SubType>
     90    </Compile>
     91    <Compile Include="ServiceClients\OKBItem.cs">
     92      <SubType>Code</SubType>
     93    </Compile>
    8394    <Compile Include="ServiceClients\ServiceClients.cs" />
    84     <Compile Include="ServiceClients\Algorithm.cs" />
    8595    <Compile Include="Views\AdministratorView.cs">
    8696      <SubType>UserControl</SubType>
     
    116126    <None Include="Properties\AssemblyInfo.frame" />
    117127    <None Include="ServiceClients\GenerateServiceClients.cmd" />
     128    <None Include="ServiceClients\TweakServiceClients.ps1" />
    118129    <None Include="UpdateLocalInstallation.cmd" />
    119130  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.