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.Problems.ExternalEvaluation.GP/3.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.ExternalEvaluation.GP/3.5/HeuristicLab.Problems.ExternalEvaluation.GP-3.5.csproj

    r16625 r16658  
    192192  </ItemGroup>
    193193  <ItemGroup>
    194     <PackageReference Include="HEAL.Attic">
    195       <Version>1.0.0-pre03</Version>
    196     </PackageReference>
     194    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     195      <SpecificVersion>False</SpecificVersion>
     196      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
     197      <Private>False</Private>
     198    </Reference>
    197199  </ItemGroup>
    198200  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/HeuristicLab.Problems.ExternalEvaluation.GP/3.5/Plugin.cs.frame

    r16565 r16658  
    2525  [Plugin("HeuristicLab.Problems.ExternalEvaluation.GP", "Provides a symbolic expression tree grammar and formatters for external evaluation problems.", "3.5.10.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Attic", "1.0")]
    2728  [PluginDependency("HeuristicLab.Common", "3.3")]
    2829  [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.