Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16714


Ignore:
Timestamp:
03/26/19 11:53:01 (5 years ago)
Author:
bburlacu
Message:

#2987: Reference HEAL.Attic dll from HL bin folder and add HeuristicLab.Attic to plugin dependencies.

Location:
branches/2987_MOEAD_Algorithm/HeuristicLab.Algorithms.MOEAD/3.4
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2987_MOEAD_Algorithm/HeuristicLab.Algorithms.MOEAD/3.4/HeuristicLab.Algorithms.MOEAD-3.4.csproj

    r16688 r16714  
    9898  </PropertyGroup>
    9999  <ItemGroup>
    100     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    101       <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    102     </Reference>
    103100    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    104       <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre04\lib\net461\HEAL.Attic.dll</HintPath>
     101      <SpecificVersion>False</SpecificVersion>
     102      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
     103      <Private>False</Private>
    105104    </Reference>
    106105    <Reference Include="HeuristicLab.Analysis-3.3">
     
    165164    <Reference Include="System.Data" />
    166165    <Reference Include="System.Drawing" />
    167     <Reference Include="System.Drawing.Common, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    168       <HintPath>..\..\packages\System.Drawing.Common.4.6.0-preview.19073.11\lib\net461\System.Drawing.Common.dll</HintPath>
    169     </Reference>
    170166    <Reference Include="System.Xml" />
    171167  </ItemGroup>
     
    173169    <None Include="app.config" />
    174170    <None Include="HeuristicLab.snk" />
    175     <None Include="packages.config" />
    176171    <None Include="Plugin.cs.frame" />
    177172    <Compile Include="MOEADAlgorithm.cs" />
  • branches/2987_MOEAD_Algorithm/HeuristicLab.Algorithms.MOEAD/3.4/Plugin.cs.frame

    r16657 r16714  
    2525  [Plugin("HeuristicLab.Algorithms.MOEAD", "Provides the multi-objective evolutonary algorithm based on decomposition (MOEA/D) as described by Zhang and Li: MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition, IEEE Transactions on Evolutionary Computation, Volume 11, Issue 6, Dec. 2007, pp. 712-731", "3.4.25.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Algorithms.MOEAD-3.4.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Attic", "1.0")]
    2728  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2829  [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.