Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/10 10:57:21 (15 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/3.2/HeuristicLab.Hive.Server-3.2.csproj

    r2904 r3011  
    8888      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    8989    </Reference>
     90    <Reference Include="System.Data.Linq">
     91      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     92    </Reference>
    9093    <Reference Include="System.Runtime.Serialization">
    9194      <RequiredTargetFramework>3.0</RequiredTargetFramework>
     
    9497      <RequiredTargetFramework>3.0</RequiredTargetFramework>
    9598    </Reference>
     99    <Reference Include="System.Transactions" />
    96100    <Reference Include="System.Xml.Linq">
    97101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    156160      <Name>HeuristicLab.Hive.Server.Core-3.2</Name>
    157161    </ProjectReference>
     162    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3.2\HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj">
     163      <Project>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</Project>
     164      <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.2</Name>
     165    </ProjectReference>
    158166    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    159167      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.