Last change
on this file since 2494 was
854,
checked in by swagner, 16 years ago
|
Reviewed and fixed all application and user settings (#405).
|
File size:
872 bytes
|
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.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
[2] | 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
[854] | 8 | <applicationSettings>
|
---|
[2] | 9 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
| 10 | <setting name="PluginDir" serializeAs="String">
|
---|
| 11 | <value>plugins</value>
|
---|
| 12 | </setting>
|
---|
| 13 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
[854] | 14 | </applicationSettings>
|
---|
[2] | 15 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.