Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/08 18:03:51 (15 years ago)
Author:
svonolfe
Message:

Added caching, thread safety to DataAccess layer (#372)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/HeuristicLab.Hive.Contracts.csproj

    r902 r925  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</ProjectGuid>
     
    8787    <Compile Include="Interfaces\IClientManager.cs" />
    8888    <Compile Include="Interfaces\IJobManager.cs" />
     89    <Compile Include="Interfaces\ILifecycleManager.cs" />
    8990    <Compile Include="Interfaces\IServerConsoleFacade.cs" />
    9091    <Compile Include="Interfaces\IUserRoleManager.cs" />
Note: See TracChangeset for help on using the changeset viewer.