Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/12/11 15:48:53 (13 years ago)
Author:
ascheibe
Message:

#1233 fixed a bug where the slave didn't report the cpu utilization correctly

File:
1 edited

Legend:

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

    r6896 r6910  
    4040  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
    4141    <PlatformTarget>AnyCPU</PlatformTarget>
    42     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     42    <OutputPath>bin\Debug\</OutputPath>
    4343  </PropertyGroup>
    4444  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     
    6565      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
    6666      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
    67       <Private>False</Private>
     67      <Private>True</Private>
    6868    </ProjectReference>
    6969    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
    7070      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
    7171      <Name>HeuristicLab.Clients.Hive-3.3</Name>
    72       <Private>False</Private>
     72      <Private>True</Private>
    7373    </ProjectReference>
    7474    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
    7575      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
    7676      <Name>HeuristicLab.Hive-3.3</Name>
    77       <Private>False</Private>
     77      <Private>True</Private>
    7878    </ProjectReference>
    7979  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.