Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/09 13:37:39 (15 years ago)
Author:
svonolfe
Message:

Created Heuristiclab DB Core (refactoring) #527

File:
1 edited

Legend:

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

    r1143 r1377  
    6464  </ItemGroup>
    6565  <ItemGroup>
    66     <Compile Include="CachedDataAdapter.cs" />
    6766    <Compile Include="ClientAdapter.cs" />
    6867    <Compile Include="ClientGroupAdapter.cs" />
    69     <Compile Include="DataAdapterBase.cs" />
    7068    <Compile Include="dsHiveServer.cs">
    7169      <DependentUpon>dsHiveServer.xsd</DependentUpon>
     
    7876    </Compile>
    7977    <Compile Include="HiveServerADODataAccessPlugin.cs" />
    80     <Compile Include="ICachedDataAdapter.cs" />
    8178    <Compile Include="JobAdapter.cs" />
    8279    <Compile Include="JobResultsAdapter.cs" />
    83     <Compile Include="PermissionOwnerAdapter.cs" />
    8480    <Compile Include="Properties\AssemblyInfo.cs" />
    8581    <Compile Include="Properties\Settings.Designer.cs">
     
    8985    </Compile>
    9086    <Compile Include="ResourceAdapter.cs" />
    91     <Compile Include="TransactionManager.cs" />
    92     <Compile Include="UserAdapter.cs" />
    93     <Compile Include="UserGroupAdapter.cs" />
    9487  </ItemGroup>
    9588  <ItemGroup>
     
    114107  </ItemGroup>
    115108  <ItemGroup>
     109    <ProjectReference Include="..\HeuristicLab.DataAccess.ADOHelper\HeuristicLab.DataAccess.ADOHelper.csproj">
     110      <Project>{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}</Project>
     111      <Name>HeuristicLab.DataAccess.ADOHelper</Name>
     112    </ProjectReference>
     113    <ProjectReference Include="..\HeuristicLab.DataAccess\HeuristicLab.DataAccess.csproj">
     114      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
     115      <Name>HeuristicLab.DataAccess</Name>
     116    </ProjectReference>
    116117    <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
    117118      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
     
    121122      <Project>{898B31CF-81DC-453B-AEB3-BDF83197A7EE}</Project>
    122123      <Name>HeuristicLab.Hive.Server.Core</Name>
     124    </ProjectReference>
     125    <ProjectReference Include="..\HeuristicLab.Hive.Server.DataAccess\HeuristicLab.Hive.Server.DataAccess.csproj">
     126      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
     127      <Name>HeuristicLab.Hive.Server.DataAccess</Name>
    123128    </ProjectReference>
    124129    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.