Rev | Line | |
---|
[5163] | 1 | <?xml version="1.0"?>
|
---|
[2492] | 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"/>
|
---|
[5163] | 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"/>
|
---|
[2492] | 19 | </DbProviderFactories>
|
---|
| 20 | </system.data>
|
---|
[5163] | 21 |
|
---|
| 22 | <startup>
|
---|
[11920] | 23 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
[5163] | 24 | </startup>
|
---|
| 25 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.