Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SQLServerCompact/3.2/HeuristicLabSQLServerCompactPlugin.cs @ 2223

Last change on this file since 2223 was 2223, checked in by mkommend, 15 years ago

reintegrated branch new heuristic.modeling database backend (ticket #712)

File size: 514 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6using HeuristicLab.PluginInfrastructure;
7
8namespace HeuristicLab.SQLServerCompact {
9  [ClassInfo(Name = "HeuristicLab.SQLServerCompact-3.2")]
10  [PluginFile(Filename = "HeuristicLab.SQLServerCompact-3.2.dll", Filetype = PluginFileType.Assembly)]
11  [PluginFile(Filename = "System.Data.SqlServerCe.dll", Filetype = PluginFileType.Assembly)]
12  public class HeuristicLabSQLServerCompactPlugin : PluginBase {
13  }
14}
Note: See TracBrowser for help on using the repository browser.