Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj

    r910 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>{715A9134-B6E4-4CB9-8A5A-E6601497565A}</ProjectGuid>
     
    6666    <Compile Include="ClientAdapter.cs" />
    6767    <Compile Include="ClientGroupAdapter.cs" />
     68    <Compile Include="DataAdapterBase.cs" />
    6869    <Compile Include="dsHiveServer.cs">
    6970      <DependentUpon>dsHiveServer.xsd</DependentUpon>
     
    8485    </Compile>
    8586    <Compile Include="ResourceAdapter.cs" />
     87    <Compile Include="TransactionManager.cs" />
    8688    <Compile Include="UserAdapter.cs" />
    8789    <Compile Include="UserGroupAdapter.cs" />
Note: See TracChangeset for help on using the changeset viewer.