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

    r1272 r1377  
    7373    <Compile Include="HiveServerCorePlugin.cs" />
    7474    <Compile Include="HiveServerMessages.Designer.cs" />
    75     <Compile Include="InternalInterfaces\DataAccess\IClientAdapter.cs" />
    76     <Compile Include="InternalInterfaces\DataAccess\IClientGroupAdapter.cs" />
    77     <Compile Include="InternalInterfaces\DataAccess\IDataAdapter.cs" />
    78     <Compile Include="InternalInterfaces\DataAccess\IJobAdapter.cs" />
    79     <Compile Include="InternalInterfaces\DataAccess\IJobResultsAdapter.cs" />
    80     <Compile Include="InternalInterfaces\DataAccess\IPermissionOwnerAdapter.cs" />
    81     <Compile Include="InternalInterfaces\DataAccess\IResourceAdapter.cs" />
    82     <Compile Include="InternalInterfaces\DataAccess\IUserAdapter.cs" />
    83     <Compile Include="InternalInterfaces\DataAccess\IUserGroupAdapter.cs" />
    8475    <Compile Include="InternalInterfaces\IInternalJobManager.cs" />
    8576    <Compile Include="InternalInterfaces\IScheduler.cs" />
     
    8980    <Compile Include="ServerConsoleFacade.cs" />
    9081    <Compile Include="ServiceLocator.cs" />
    91     <Compile Include="UserRoleManager.cs" />
    9282  </ItemGroup>
    9383  <ItemGroup>
     
    10090      <Name>HeuristicLab.Core</Name>
    10191    </ProjectReference>
     92    <ProjectReference Include="..\HeuristicLab.DataAccess\HeuristicLab.DataAccess.csproj">
     93      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
     94      <Name>HeuristicLab.DataAccess</Name>
     95    </ProjectReference>
    10296    <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
    10397      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
     
    107101      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
    108102      <Name>HeuristicLab.Hive.JobBase</Name>
     103    </ProjectReference>
     104    <ProjectReference Include="..\HeuristicLab.Hive.Server.DataAccess\HeuristicLab.Hive.Server.DataAccess.csproj">
     105      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
     106      <Name>HeuristicLab.Hive.Server.DataAccess</Name>
    109107    </ProjectReference>
    110108    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.