Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive.Common/3.3/HeuristicLabServicesHiveCommonPlugin.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: 561 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Services.Hive.Common {
8  [Plugin("HeuristicLab.Services.Hive.Common", "3.3")]
9  [PluginFile("HeuristicLab.Services.Hive.Common-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 HeuristicLabServicesHiveCommonPlugin : PluginBase {
14  }
15}
Note: See TracBrowser for help on using the repository browser.