Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLabClientsHiveSlavePlugin.cs @ 4598

Last change on this file since 4598 was 4593, checked in by cneumuel, 14 years ago

recreated basic project structure (#1233)

File size: 553 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Clients.Hive.Slave {
8  [Plugin("HeuristicLab.Clients.Hive.Slave", "3.3")]
9  [PluginFile("HeuristicLab.Clients.Hive.Slave-3.3.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Common", "3.3")]
11  [PluginDependency("HeuristicLab.Core", "3.3")]
12  [PluginDependency("HeuristicLab.Persistence", "3.3")]
13  public class HeuristicLabClientsHiveSlavePlugin : PluginBase {
14  }
15}
Note: See TracBrowser for help on using the repository browser.