Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/09 13:37:27 (15 years ago)
Author:
gkronber
Message:

Implemented and integrated first version of backend for execution of CEDMA runs on HL.Hive. #642 (Hive backend for CEDMA)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/HeuristicLab.CEDMA.Server-3.3.csproj

    r1873 r1898  
    9191  </ItemGroup>
    9292  <ItemGroup>
     93    <Compile Include="ExecuterBase.cs" />
     94    <Compile Include="HiveExecuter.cs">
     95      <SubType>Code</SubType>
     96    </Compile>
     97    <Compile Include="IExecuter.cs" />
    9398    <Compile Include="DispatcherBase.cs" />
     99    <Compile Include="GridExecuter.cs" />
    94100    <Compile Include="IDispatcher.cs" />
    95101    <Compile Include="Execution.cs" />
    96     <Compile Include="Executer.cs" />
    97102    <Compile Include="Server.cs" />
    98103    <Compile Include="ServerApplication.cs" />
     
    136141      <Name>HeuristicLab.Grid-3.2</Name>
    137142    </ProjectReference>
     143    <ProjectReference Include="..\..\HeuristicLab.Hive.Engine\3.2\HeuristicLab.Hive.Engine-3.2.csproj">
     144      <Project>{C8FEDAC1-0326-4293-B585-F0FEDDEDFC11}</Project>
     145      <Name>HeuristicLab.Hive.Engine-3.2</Name>
     146    </ProjectReference>
    138147    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
    139148      <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project>
Note: See TracChangeset for help on using the changeset viewer.