Last change
on this file since 2227 was
2223,
checked in by mkommend, 15 years ago
|
reintegrated branch new heuristic.modeling database backend (ticket #712)
|
File size:
1.7 KB
|
Rev | Line | |
---|
[2] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
[854] | 4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
---|
| 5 | <section name="HeuristicLab.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
[2] | 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
[1143] | 8 | <connectionStrings>
|
---|
| 9 | </connectionStrings>
|
---|
[974] | 10 | <system.serviceModel>
|
---|
| 11 | </system.serviceModel>
|
---|
| 12 |
|
---|
[498] | 13 | <system.data>
|
---|
| 14 | <DbProviderFactories>
|
---|
| 15 | <remove invariant="System.Data.SQLite"/>
|
---|
| 16 | <add name="SQLite Data Provider" invariant="System.Data.SQLite"
|
---|
[2223] | 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"/>
|
---|
[498] | 23 | </DbProviderFactories>
|
---|
| 24 | </system.data>
|
---|
[854] | 25 | <applicationSettings>
|
---|
| 26 | <HeuristicLab.Properties.Settings>
|
---|
| 27 | <setting name="User" serializeAs="String">
|
---|
| 28 | <value>unknown</value>
|
---|
| 29 | </setting>
|
---|
| 30 | <setting name="Organization" serializeAs="String">
|
---|
| 31 | <value>unknown</value>
|
---|
| 32 | </setting>
|
---|
| 33 | </HeuristicLab.Properties.Settings>
|
---|
| 34 | </applicationSettings>
|
---|
[2] | 35 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.