Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 17:33:24 (7 years ago)
Author:
gkronber
Message:

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

Location:
branches/PersistenceOverhaul/HeuristicLab.Hive/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Hive/3.3/HeuristicLab.Hive-3.3.csproj

    r11623 r14712  
    118118      <Private>False</Private>
    119119    </ProjectReference>
     120    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     121      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
     122      <Name>HeuristicLab.Persistence-3.3</Name>
     123    </ProjectReference>
    120124    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    121125      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
  • branches/PersistenceOverhaul/HeuristicLab.Hive/3.3/ITask.cs

    r12012 r14712  
    2525
    2626namespace HeuristicLab.Hive {
     27  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("8F3919CC-A516-4109-9BCD-AE34AB70081A")]
    2728  public interface ITask : IDeepCloneable, ICloneable {
    2829    TimeSpan ExecutionTime { get; }
  • branches/PersistenceOverhaul/HeuristicLab.Hive/3.3/Plugin.cs.frame

    r13321 r14712  
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")] 
     33  [PluginDependency("HeuristicLab.Persistence", "3.3")] 
    3334  public class HeuristicLabHivePlugin : PluginBase {
    3435  }
Note: See TracChangeset for help on using the changeset viewer.