Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/10 01:21:32 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj

    r4321 r4381  
    128128    <Compile Include="Interfaces\IDataService.cs" />
    129129    <Compile Include="Interfaces\IQueryService.cs" />
    130     <Compile Include="Interfaces\IRunnerService.cs" />
     130    <Compile Include="Interfaces\IRunnerService.cs">
     131      <SubType>Code</SubType>
     132    </Compile>
    131133    <Compile Include="Interfaces\ITableService.cs" />
    132134    <Compile Include="Properties\AssemblyInfo.cs" />
    133135    <Compile Include="QueryService.cs" />
    134     <Compile Include="RunnerService.cs" />
     136    <Compile Include="RunnerService.cs">
     137      <SubType>Code</SubType>
     138    </Compile>
    135139    <Compile Include="StarterKit.cs" />
    136140    <Compile Include="TableService.cs" />
Note: See TracChangeset for help on using the changeset viewer.