Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/10 10:57:21 (14 years ago)
Author:
kgrading
Message:

changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/HeuristicLab.Hive.Server.DataAccess-3.2.csproj

    r1999 r3011  
    7777  <ItemGroup>
    7878    <Compile Include="IClientConfigAdapter.cs" />
     79    <Compile Include="IClientConfigDao.cs" />
     80    <Compile Include="IClientDao.cs" />
     81    <Compile Include="IClientGroupDao.cs" />
     82    <Compile Include="IGenericDao.cs" />
     83    <Compile Include="IJobDao.cs" />
    7984    <Compile Include="IPluginInfoAdapter.cs" />
     85    <Compile Include="IPluginInfoDao.cs" />
    8086    <Compile Include="IProjectAdapter.cs" />
    8187    <Compile Include="Properties\AssemblyInfo.cs" />
     
    8692    <Compile Include="IJobResultsAdapter.cs" />
    8793    <Compile Include="IResourceAdapter.cs" />
     94    <Compile Include="VarBinaryStream.cs" />
    8895  </ItemGroup>
    8996  <ItemGroup>
     
    116123    <Reference Include="System" />
    117124    <Reference Include="System.Data" />
     125    <Reference Include="System.Transactions" />
    118126    <Reference Include="System.Xml" />
    119127  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.