Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/11 19:07:24 (13 years ago)
Author:
ascheibe
Message:

#1233

  • don't lock engines for so long in StartJobInAppDomain
  • move SlaveCommListener to ConsoleClient
  • delete orphaned job folders at startup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/HeuristicLab.Clients.Hive.Slave.Tests-3.4.csproj

    r5852 r6101  
    6666  </PropertyGroup>
    6767  <ItemGroup>
    68     <Reference Include="ALGLIB-2.5.0">
    69       <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-2.5.0.dll</HintPath>
    70     </Reference>
    7168    <Reference Include="ALGLIB-3.1.0">
    7269      <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
     
    7471    <Reference Include="Google.ProtocolBuffers-0.9.1">
    7572      <HintPath>C:\Program Files\HeuristicLab 3.3\Google.ProtocolBuffers-0.9.1.dll</HintPath>
    76     </Reference>
    77     <Reference Include="HeuristicLab.ALGLIB-2.5.0">
    78       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-2.5.0.dll</HintPath>
    7973    </Reference>
    8074    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
     
    347341    <Compile Include="Properties\AssemblyInfo.cs" />
    348342    <Compile Include="Mocks\MockServiceLocator.cs" />
    349     <Compile Include="SlaveCommListener.cs" />
    350343    <Compile Include="SlaveTest.cs" />
    351344  </ItemGroup>
    352345  <ItemGroup>
     346    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4\HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4.csproj">
     347      <Project>{464D70B8-2D91-485C-B622-22E4A4891C68}</Project>
     348      <Name>HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4</Name>
     349    </ProjectReference>
    353350    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
    354351      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
Note: See TracChangeset for help on using the changeset viewer.