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.LINQDataAccess/3.2/HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj

    r2904 r3011  
    8787  <ItemGroup>
    8888    <Compile Include="BaseDao.cs" />
     89    <Compile Include="ClientConfigDao.cs" />
    8990    <Compile Include="ClientDao.cs" />
     91    <Compile Include="ClientGroupDao.cs" />
    9092    <Compile Include="ContextFactory.cs" />
    9193    <Compile Include="Hive.designer.cs">
     
    9496      <DependentUpon>Hive.dbml</DependentUpon>
    9597    </Compile>
    96     <Compile Include="IClientDao.cs" />
    97     <Compile Include="IGenericDao.cs" />
    98     <Compile Include="IJobDao.cs" />
     98    <Compile Include="JobDao.cs" />
    9999    <Compile Include="LINQDataAccessPlugin.cs" />
     100    <Compile Include="PluginInfoDao.cs" />
    100101    <Compile Include="Properties\AssemblyInfo.cs" />
    101102    <Compile Include="Properties\Settings.Designer.cs">
     
    122123      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    123124      <Name>HeuristicLab.Hive.Contracts-3.2</Name>
     125    </ProjectReference>
     126    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.2\HeuristicLab.Hive.Server.DataAccess-3.2.csproj">
     127      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
     128      <Name>HeuristicLab.Hive.Server.DataAccess-3.2</Name>
    124129    </ProjectReference>
    125130    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.