Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/10 09:17:24 (14 years ago)
Author:
kgrading
Message:

added minor speedups and better transaction handling to the server (#828)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj

    r3578 r3931  
    9191    <Compile Include="ClientGroupDao.cs" />
    9292    <Compile Include="ContextFactory.cs" />
    93     <Compile Include="Hive.designer.cs">
    94       <AutoGen>True</AutoGen>
    95       <DesignTime>True</DesignTime>
    96       <DependentUpon>Hive.dbml</DependentUpon>
    97     </Compile>
     93    <Compile Include="HiveDataContext.cs" />
    9894    <Compile Include="JobDao.cs" />
    9995    <Compile Include="LINQDataAccessPlugin.cs" />
     
    109105  </ItemGroup>
    110106  <ItemGroup>
    111     <None Include="Hive.dbml">
    112       <Generator>MSLinqToSQLGenerator</Generator>
    113       <LastGenOutput>Hive.designer.cs</LastGenOutput>
    114       <SubType>Designer</SubType>
    115     </None>
    116107    <None Include="HeuristicLab.snk" />
    117108    <None Include="Properties\AssemblyInfo.frame" />
     
    144135  <ItemGroup>
    145136    <None Include="app.config" />
    146     <None Include="Hive.dbml.layout">
    147       <DependentUpon>Hive.dbml</DependentUpon>
    148     </None>
    149137    <None Include="Properties\Settings.settings">
    150138      <Generator>SettingsSingleFileGenerator</Generator>
    151139      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    152140    </None>
     141  </ItemGroup>
     142  <ItemGroup>
     143    <Content Include="HiveDataContext.xml" />
    153144  </ItemGroup>
    154145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.