Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/19 16:57:20 (5 years ago)
Author:
gkronber
Message:

#2520: created a extlibs wrapper plugin for the HEAL.Attic nuget package (and updated to 1.0.0-pre4)

Location:
trunk/HeuristicLab.Algorithms.Benchmarks/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj

    r16625 r16658  
    158158  </ItemGroup>
    159159  <ItemGroup>
    160     <PackageReference Include="HEAL.Attic">
    161       <Version>1.0.0-pre03</Version>
    162     </PackageReference>
     160    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     161      <SpecificVersion>False</SpecificVersion>
     162      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
     163      <Private>False</Private>
     164    </Reference>
    163165  </ItemGroup>
    164166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/HeuristicLab.Algorithms.Benchmarks/3.3/Plugin.cs.frame

    r16565 r16658  
    3535  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3636  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    37   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     37  [PluginDependency("HeuristicLab.Attic", "1.0")]
    3838  public class HeuristicLabAlgorithmsBenchmarksPlugin : PluginBase {
    3939  }
Note: See TracChangeset for help on using the changeset viewer.