Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/LINQDataAccessPlugin.cs @ 2636

Last change on this file since 2636 was 2611, checked in by kgrading, 15 years ago

Initial import of the LINQDataAccessPlugin (#830)

File size: 446 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive.Server.LINQDataAccess {
8  [Plugin("HeuristicLab.Hive.Server.LINQDataAccess-3.2")]
9  [PluginFile("HeuristicLab.Hive.Server.LINQDataAcces-3.2.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Core-3.2")]
11  public class LINQDataAccessPlugin: PluginBase {
12  }
13}
Note: See TracBrowser for help on using the repository browser.