Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/09/11 20:31:31 (13 years ago)
Author:
ascheibe
Message:

#1233 updated plugin dependencies and cleaned project references

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3
Files:
2 edited

Legend:

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

    r6730 r6731  
    5252  <ItemGroup>
    5353    <Reference Include="HeuristicLab.Common-3.3">
    54       <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     54      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    5555    </Reference>
    5656    <Reference Include="HeuristicLab.Core-3.3">
    57       <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     57      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    5858    </Reference>
    5959    <Reference Include="HeuristicLab.Core.Views-3.3">
    60       <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     60      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
    6161    </Reference>
    6262    <Reference Include="HeuristicLab.MainForm-3.3">
    63       <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     63      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
    6464    </Reference>
    6565    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    66       <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     66      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    6767    </Reference>
    6868    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    69       <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     69      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    7070    </Reference>
    7171    <Reference Include="System" />
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLabClientsHiveSlaveAppPlugin.cs.frame

    r6704 r6731  
    3434  [PluginDependency("HeuristicLab.Core", "3.3")] 
    3535  [PluginDependency("HeuristicLab.Common", "3.3")] 
     36  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     37  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     38  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3639  public class HeuristicLabClientsHiveSlaveAppPlugin : PluginBase {
    3740  }
Note: See TracChangeset for help on using the changeset viewer.