source:
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs.frame
@
3046
Last change on this file since 3046 was 3016, checked in by epitzer, 15 years ago | |
---|---|
File size: 421 bytes |
Line | |
---|---|
1 | using HeuristicLab.PluginInfrastructure; |
2 | |
3 | namespace HeuristicLab.Persistence { |
4 | |
5 | /// <summary> |
6 | /// The plugin for HeuriticLab.Persistence |
7 | /// </summary> |
8 | [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")] |
9 | [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)] |
10 | [PluginDependency("HeuristicLab.Tracing", "3.2")] |
11 | public class HeuristicLabPersistencePlugin : PluginBase { } |
12 | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.