Last change
on this file since 18117 was
11623,
checked in by ascheibe, 10 years ago
|
#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)
|
File size:
1.0 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.5"/>
|
---|
24 | </startup>
|
---|
25 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.