source:
branches/2635_HeuristicLab.OSGAEvaluator/HeuristicLab.OSGAEvaluator/Plugin.cs
@
16459
Last change on this file since 16459 was 14072, checked in by bburlacu, 8 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | using HeuristicLab.PluginInfrastructure; |
2 | |
3 | namespace HeuristicLab.OSGAEvaluator { |
4 | [Plugin("HeuristicLab.OSGAEvaluator", "OSGA Evaluator", "3.3.13.0")] |
5 | [PluginFile("HeuristicLab.OSGAEvaluator.dll", PluginFileType.Assembly)] |
6 | public class Plugin : PluginBase { |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.