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

    r4248 r4253  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Hive.Client.Common</RootNamespace>
    12     <AssemblyName>HeuristicLab.Hive.Client.Common-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Hive.Slave.Common</RootNamespace>
     12    <AssemblyName>HeuristicLab.Hive.Slave.Common-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    118118  </ItemGroup>
    119119  <ItemGroup>
    120     <Compile Include="HeuristicLabHiveClientCommonPlugin.cs" />
     120    <Compile Include="HeuristicLabHiveSlaveCommonPlugin.cs" />
    121121    <Compile Include="MessageQueue.cs" />
    122122    <Compile Include="NetworkEnum.cs" />
Note: See TracChangeset for help on using the changeset viewer.