Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/26/08 16:30:47 (16 years ago)
Author:
svonolfe
Message:

Added initial version of the DAL (#372)

Location:
trunk/sources/HeuristicLab.Hive.Server.Core
Files:
4 added
1 edited

Legend:

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

    r823 r826  
    5050    <Compile Include="ClientCommunicator.cs" />
    5151    <Compile Include="ClientManager.cs" />
     52    <Compile Include="DbTestApp.cs" />
    5253    <Compile Include="HiveServerCorePlugin.cs" />
     54    <Compile Include="InternalInterfaces\DataAccess\IClientAdapter.cs" />
     55    <Compile Include="InternalInterfaces\DataAccess\IResourceAdapter.cs" />
    5356    <Compile Include="JobManager.cs" />
    5457    <Compile Include="Properties\AssemblyInfo.cs" />
    5558    <Compile Include="ServerConsoleFacade.cs" />
     59    <Compile Include="ServiceLocator.cs" />
    5660    <Compile Include="UserRoleManager.cs" />
    5761  </ItemGroup>
     
    7478    </ProjectReference>
    7579  </ItemGroup>
    76   <ItemGroup>
    77     <Folder Include="InternalInterfaces\DataAccess\" />
    78   </ItemGroup>
    7980  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    8081  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.