source:
branches/Mainform refactoring/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs
@
2420
Last change on this file since 2420 was 1566, checked in by epitzer, 16 years ago | |
---|---|
File size: 363 bytes |
Line | |
---|---|
1 | using HeuristicLab.PluginInfrastructure; |
2 | |
3 | namespace HeuristicLab.Persistence { |
4 | |
5 | [ClassInfo(Name = "HeuristicLab.Persistence-3.3")] |
6 | [PluginFile(Filename = "HeuristicLab.Persistence-3.3.dll", Filetype = PluginFileType.Assembly)] |
7 | [Dependency(Dependency = "HeuristicLab.Tracing-3.2")] |
8 | public class HeuristicLabPersistencePlugin : PluginBase { } |
9 | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.