Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.PluginInfrastructure;
|
---|
6 |
|
---|
7 | namespace HiveParallelEngine {
|
---|
8 | /// <summary>
|
---|
9 | /// Plugin class for HeuristicLab.HiveParallelEngine plugin.
|
---|
10 | /// </summary>
|
---|
11 | [Plugin("HeuristicLab.SequentialEngine", "3.3.2.$WCREV$")]
|
---|
12 | [PluginFile("HeuristicLab.SequentialEngine-3.3.dll", PluginFileType.Assembly)]
|
---|
13 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
14 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
15 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
16 | class HeuristicLabHiveParallelEnginePlugin {
|
---|
17 | }
|
---|
18 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.