Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/3.3/app.config @ 3837

Last change on this file since 3837 was 3837, checked in by swagner, 14 years ago

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
6  </connectionStrings>
7  <system.serviceModel>
8  </system.serviceModel>
9  <runtime>
10    <gcServer enabled="true"/>
11  </runtime>
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.