source:
branches/Persistence Test/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs
@
3681
Last change on this file since 3681 was 2749, checked in by epitzer, 15 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | using HeuristicLab.PluginInfrastructure; |
2 | |
3 | namespace 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.