Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.7/HeuristicLab/3.3/app.config @ 8260

Last change on this file since 8260 was 5163, checked in by swagner, 13 years ago

Reintegrated .NET 4.0 migration branch (#1350)

File size: 1.1 KB
Line 
1<?xml version="1.0"?>
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" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/>
17      <remove invariant="System.Data.SqlServerCe.3.5"/>
18      <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
19    </DbProviderFactories>
20  </system.data>
21
22  <startup>
23    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
24  </startup>
25</configuration>
Note: See TracBrowser for help on using the repository browser.