Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 17:40:26 (5 years ago)
Author:
gkronber
Message:

#2520: removed unnecessary references / plugin dependencies in Hive.Slave projects

Location:
trunk/HeuristicLab.Clients.Hive.Slave/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj

    r16565 r16572  
    9393      <Private>False</Private>
    9494    </Reference>
    95     <Reference Include="HeuristicLab.Common-3.3">
     95    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <SpecificVersion>False</SpecificVersion>
    9697      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
    97       <Private>False</Private>
    9898    </Reference>
    9999    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    103103    <Reference Include="HeuristicLab.Core-3.3">
    104104      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
    105       <Private>False</Private>
    106     </Reference>
    107     <Reference Include="HeuristicLab.Persistence-3.3">
    108       <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    109105      <Private>False</Private>
    110106    </Reference>
  • trunk/HeuristicLab.Clients.Hive.Slave/3.3/Plugin.cs.frame

    r16565 r16572  
    3636  [PluginDependency("HeuristicLab.Core", "3.3")]
    3737  [PluginDependency("HeuristicLab.Hive", "3.3")]
    38   [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3938  public class HeuristicLabClientsHiveSlavePlugin : PluginBase {
    4039  }
Note: See TracChangeset for help on using the changeset viewer.