Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.3/HeuristicLabClientsHiveSlaveViewsPlugin.cs @ 4593

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

recreated basic project structure (#1233)

File size: 576 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Clients.Hive.Slave.Views {
8  [Plugin("HeuristicLab.Clients.Hive.Slave.Views", "3.3")]
9  [PluginFile("HeuristicLab.Clients.Hive.Slave.Views-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 HeuristicLabClientsHiveSlaveViewsPlugin : PluginBase {
14  }
15}
Note: See TracBrowser for help on using the repository browser.