Last change
on this file since 2476 was
2223,
checked in by mkommend, 15 years ago
|
reintegrated branch new heuristic.modeling database backend (ticket #712)
|
File size:
514 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 | [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.