Free cookie consent management tool by TermsFeed Policy Generator

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

#2520 changed references and plugin dependencies

Location:
branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj

    r13008 r14926  
    151151      <Name>HeuristicLab.Parameters-3.3</Name>
    152152    </ProjectReference>
    153     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    154       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    155       <Name>HeuristicLab.Persistence-3.3</Name>
     153    <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj">
     154      <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project>
     155      <Name>HeuristicLab.Persistence-4.0</Name>
    156156    </ProjectReference>
    157157    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
  • branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/Plugin.cs.frame

    r14195 r14926  
    3737  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3838  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    39   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     39  [PluginDependency("HeuristicLab.Persistence", "4.0")]
    4040  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    4141  public class HeuristicLabProblemsOrienteeringPlugin : PluginBase {    }
Note: See TracChangeset for help on using the changeset viewer.