Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 13:54:34 (8 years ago)
Author:
gkronber
Message:

#2520 changed references and plugin dependencies

Location:
branches/PersistenceReintegration/HeuristicLab.Problems.GrammaticalEvolution/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.GrammaticalEvolution/3.4/HeuristicLab.Problems.GrammaticalEvolution-3.4.csproj

    r14354 r14926  
    212212      <Private>False</Private>
    213213    </ProjectReference>
    214     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    215       <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    216       <Name>HeuristicLab.Persistence-3.3</Name>
     214    <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj">
     215      <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project>
     216      <Name>HeuristicLab.Persistence-4.0</Name>
    217217      <Private>False</Private>
    218218    </ProjectReference>
  • branches/PersistenceReintegration/HeuristicLab.Problems.GrammaticalEvolution/3.4/Plugin.cs.frame

    r14195 r14926  
    3838  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3939  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    40   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     40  [PluginDependency("HeuristicLab.Persistence", "4.0")]
    4141  [PluginDependency("HeuristicLab.Problems.GeneticProgramming", "3.3")] // for artificial ant problem
    4242  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
Note: See TracChangeset for help on using the changeset viewer.