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 | |
---|---|
File size: 398 bytes |
Rev | Line | |
---|---|---|
[1454] | 1 | using HeuristicLab.PluginInfrastructure; |
2 | ||
3 | namespace 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.