Last change
on this file since 581 was
498,
checked in by gkronber, 16 years ago
|
added configuration option to make the SQLite plugin work when it is not installed in the GAC
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
| 4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, 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" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
| 8 | <userSettings>
|
---|
| 9 | <HeuristicLab.Properties.Settings>
|
---|
| 10 | <setting name="User" serializeAs="String">
|
---|
| 11 | <value />
|
---|
| 12 | </setting>
|
---|
| 13 | <setting name="Organization" serializeAs="String">
|
---|
| 14 | <value />
|
---|
| 15 | </setting>
|
---|
| 16 | </HeuristicLab.Properties.Settings>
|
---|
| 17 | </userSettings>
|
---|
[498] | 18 | <system.data>
|
---|
| 19 | <DbProviderFactories>
|
---|
| 20 | <remove invariant="System.Data.SQLite"/>
|
---|
| 21 | <add name="SQLite Data Provider" invariant="System.Data.SQLite"
|
---|
| 22 | description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
| 23 | </DbProviderFactories>
|
---|
| 24 | </system.data>
|
---|
[2] | 25 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.