Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Persistence Test/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs @ 3962

Last change on this file since 3962 was 2749, checked in by epitzer, 15 years ago

include ZIP library requirement. (#802)

File size: 398 bytes
RevLine 
[1454]1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Persistence {
4
[2744]5  [Plugin("HeuristicLab.Persistence-3.3")]
6  [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
[2749]7  [PluginFile("ICSharpCode.SharpZipLib.dll", PluginFileType.Assembly)]
8  [PluginDependency("HeuristicLab.Tracing-3.2")] 
[1566]9  public class HeuristicLabPersistencePlugin : PluginBase { }
[1454]10
11}
Note: See TracBrowser for help on using the repository browser.