Last change
on this file since 2867 was
2643,
checked in by swagner, 15 years ago
|
Applied changes resulting from the refactored plugin infrastructure to HeuristicLab 3.3 (#799)
|
File size:
1.7 KB
|
Rev | Line | |
---|
[2492] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
[2643] | 3 | <configSections>
|
---|
| 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" />
|
---|
| 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
[2492] | 8 | <connectionStrings>
|
---|
| 9 | </connectionStrings>
|
---|
[2643] | 10 | <system.serviceModel>
|
---|
| 11 | </system.serviceModel>
|
---|
| 12 | <runtime>
|
---|
| 13 | <gcServer enabled="true"/>
|
---|
| 14 | </runtime>
|
---|
[2492] | 15 |
|
---|
| 16 | <system.data>
|
---|
| 17 | <DbProviderFactories>
|
---|
| 18 | <remove invariant="System.Data.SQLite"/>
|
---|
| 19 | <add name="SQLite Data Provider" invariant="System.Data.SQLite"
|
---|
| 20 | description=".Net Framework Data Provider for SQLite"
|
---|
| 21 | type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
| 22 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
| 23 | <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5"
|
---|
| 24 | description=".NET Framework Data Provider for Microsoft SQL Server Compact"
|
---|
| 25 | type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
---|
| 26 | </DbProviderFactories>
|
---|
| 27 | </system.data>
|
---|
| 28 | <applicationSettings>
|
---|
[2643] | 29 | <HeuristicLab.Properties.Settings>
|
---|
[2492] | 30 | <setting name="User" serializeAs="String">
|
---|
| 31 | <value>unknown</value>
|
---|
| 32 | </setting>
|
---|
| 33 | <setting name="Organization" serializeAs="String">
|
---|
| 34 | <value>unknown</value>
|
---|
| 35 | </setting>
|
---|
[2643] | 36 | </HeuristicLab.Properties.Settings>
|
---|
[2492] | 37 | </applicationSettings>
|
---|
| 38 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.