Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 13:10:13 (5 years ago)
Author:
gkronber
Message:

#2520: added HEAL.Attic.dll, Google.Protobuf.dll and System.Drawing.Common.dll as PluginFiles provided by HeuristicLab.Persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Persistence/3.3/Plugin.cs.frame

    r16485 r16564  
    2929  [Plugin("HeuristicLab.Persistence", "3.3.15.$WCREV$")]
    3030  [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
     31  [PluginFile("HEAL.Attic.dll", PluginFileType.Assembly)]
     32  [PluginFile("Google.Protobuf.dll", PluginFileType.Assembly)]
     33  [PluginFile("System.Drawing.Common.dll", PluginFileType.Assembly)]
    3134  [PluginDependency("HeuristicLab.Tracing", "3.3")]
    3235  public class HeuristicLabPersistencePlugin : PluginBase { }
Note: See TracChangeset for help on using the changeset viewer.