Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4539 was 2749, checked in by epitzer, 14 years ago

include ZIP library requirement. (#802)

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