source:
branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Plugin.cs.frame
@
16574
Last change on this file since 16574 was 16523, checked in by ddorfmei, 6 years ago | |
---|---|
File size: 311 bytes |
Line | |
---|---|
1 | using HeuristicLab.PluginInfrastructure; |
2 | |
3 | namespace HeuristicLab.Problems.Scheduling.MRCPSP { |
4 | [Plugin("HeuristicLab.Problems.Scheduling.MRCPSP", "3.3.15.$WCREV$")] |
5 | [PluginFile("HeuristicLab.Problems.Scheduling.MRCPSP-3.3.dll", PluginFileType.Assembly)] |
6 | public class Plugin : PluginBase { |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.