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.Encodings.RealVectorEncoding/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r14660 r14926  
    232232      <Private>False</Private>
    233233    </ProjectReference>
    234     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    235       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    236       <Name>HeuristicLab.Persistence-3.3</Name>
     234    <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj">
     235      <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project>
     236      <Name>HeuristicLab.Persistence-4.0</Name>
    237237      <Private>False</Private>
    238238    </ProjectReference>
  • branches/PersistenceReintegration/HeuristicLab.Encodings.RealVectorEncoding/3.3/Plugin.cs.frame

    r14195 r14926  
    3636  [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
    3737  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    38   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     38  [PluginDependency("HeuristicLab.Persistence", "4.0")]
    3939  [PluginDependency("HeuristicLab.Random", "3.3")]
    4040  public class HeuristicLabEncodingsRealVectorEncodingPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.