Last change
on this file since 2636 was
2591,
checked in by gkronber, 15 years ago
|
Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #799
|
File size:
848 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | using HeuristicLab.PluginInfrastructure;
|
---|
7 |
|
---|
8 | namespace HeuristicLab.SQLServerCompact {
|
---|
9 | [Plugin("HeuristicLab.SQLServerCompact-3.2")]
|
---|
10 | [PluginFile("HeuristicLab.SQLServerCompact-3.2.dll", PluginFileType.Assembly)]
|
---|
11 | [PluginFile("System.Data.SqlServerCe.dll", PluginFileType.Assembly)]
|
---|
12 | [PluginFile("sqlceca35.dll", PluginFileType.Data)]
|
---|
13 | [PluginFile("sqlcecompact35.dll", PluginFileType.Data)]
|
---|
14 | [PluginFile("sqlceer35EN.dll", PluginFileType.Data)]
|
---|
15 | [PluginFile("sqlceme35.dll", PluginFileType.Data)]
|
---|
16 | [PluginFile("sqlceoledb35.dll", PluginFileType.Data)]
|
---|
17 | [PluginFile("sqlceqp35.dll", PluginFileType.Data)]
|
---|
18 | [PluginFile("sqlcese35.dll", PluginFileType.Data)]
|
---|
19 | public class HeuristicLabSQLServerCompactPlugin : PluginBase {
|
---|
20 | }
|
---|
21 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.