Last change
on this file since 4893 was
3837,
checked in by swagner, 15 years ago
|
Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)
|
File size:
1.0 KB
|
Rev | Line | |
---|
[2492] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
[2643] | 3 | <configSections>
|
---|
| 4 | </configSections>
|
---|
[2492] | 5 | <connectionStrings>
|
---|
| 6 | </connectionStrings>
|
---|
[2643] | 7 | <system.serviceModel>
|
---|
| 8 | </system.serviceModel>
|
---|
| 9 | <runtime>
|
---|
| 10 | <gcServer enabled="true"/>
|
---|
| 11 | </runtime>
|
---|
[2492] | 12 |
|
---|
| 13 | <system.data>
|
---|
| 14 | <DbProviderFactories>
|
---|
| 15 | <remove invariant="System.Data.SQLite"/>
|
---|
| 16 | <add name="SQLite Data Provider" invariant="System.Data.SQLite"
|
---|
| 17 | description=".Net Framework Data Provider for SQLite"
|
---|
| 18 | type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
| 19 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
| 20 | <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5"
|
---|
| 21 | description=".NET Framework Data Provider for Microsoft SQL Server Compact"
|
---|
| 22 | type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
---|
| 23 | </DbProviderFactories>
|
---|
| 24 | </system.data>
|
---|
| 25 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.