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.Communication/3.3/HeuristicLab.Hive.Slave.Communication-3.3.csproj

    r4248 r4253  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Hive.Client.Communication</RootNamespace>
    12     <AssemblyName>HeuristicLab.Hive.Client.Communication-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Hive.Slave.Communication</RootNamespace>
     12    <AssemblyName>HeuristicLab.Hive.Slave.Communication-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    8282      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    8383    </Reference>
     84    <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    8485    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    8586      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     
    108109  </ItemGroup>
    109110  <ItemGroup>
    110     <Compile Include="HeuristicLabHiveClientCommunicationPlugin.cs" />
     111    <Compile Include="HeuristicLabHiveSlaveCommunicationPlugin.cs" />
    111112    <Compile Include="Properties\AssemblyInfo.cs" />
    112113    <Compile Include="SendJobCompletedEventArgs.cs" />
     
    152153  </ItemGroup>
    153154  <ItemGroup>
    154     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    155       <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    156       <Name>HeuristicLab.DataAccess-3.3</Name>
    157     </ProjectReference>
    158     <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj">
    159       <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
    160       <Name>HeuristicLab.Hive.Client.Common-3.3</Name>
    161     </ProjectReference>
    162155    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    163156      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    164157      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
     158    </ProjectReference>
     159    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
     160      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
     161      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
    165162    </ProjectReference>
    166163  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.