Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/18/10 15:29:57 (14 years ago)
Author:
cneumuel
Message:

Rename "Client" to "Slave" #1157

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.ExecutionEngine/3.3/HeuristicLab.Hive.Slave.ExecutionEngine-3.3.csproj

    r4248 r4253  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Hive.Client.ExecutionEngine</RootNamespace>
    12     <AssemblyName>HeuristicLab.Hive.Client.ExecutionEngine-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Hive.Slave.ExecutionEngine</RootNamespace>
     12    <AssemblyName>HeuristicLab.Hive.Slave.ExecutionEngine-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    101101  <ItemGroup>
    102102    <Compile Include="Executor.cs" />
    103     <Compile Include="HeuristicLabHiveClientExecutionEnginePlugin.cs" />
     103    <Compile Include="HeuristicLabHiveSlaveExecutionEnginePlugin.cs" />
    104104    <Compile Include="InvalidStateException.cs" />
    105105    <Compile Include="Properties\AssemblyInfo.cs" />
     
    110110  </ItemGroup>
    111111  <ItemGroup>
    112     <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj">
    113       <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
    114       <Name>HeuristicLab.Hive.Client.Common-3.3</Name>
    115     </ProjectReference>
    116112    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    117113      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
     
    121117      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
    122118      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
     119    </ProjectReference>
     120    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
     121      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
     122      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
    123123    </ProjectReference>
    124124  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.