Last change
on this file since 2354 was
854,
checked in by swagner, 16 years ago
|
Reviewed and fixed all application and user settings (#405).
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 | <?xml version='1.0' encoding='utf-8'?>
|
---|
| 2 | <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.PluginInfrastructure.GUI.Properties" GeneratedClassName="Settings">
|
---|
| 3 | <Profiles />
|
---|
| 4 | <Settings>
|
---|
| 5 | <Setting Name="PluginSources" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
---|
| 6 | <Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
---|
| 7 | <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
| 8 | <string>http://update.heuristiclab.com/hl-nextgen/</string>
|
---|
| 9 | </ArrayOfString></Value>
|
---|
| 10 | </Setting>
|
---|
[854] | 11 | <Setting Name="CacheDir" Type="System.String" Scope="Application">
|
---|
[2] | 12 | <Value Profile="(Default)">plugins\cache</Value>
|
---|
| 13 | </Setting>
|
---|
[854] | 14 | <Setting Name="BackupDir" Type="System.String" Scope="Application">
|
---|
[2] | 15 | <Value Profile="(Default)">plugins\backup</Value>
|
---|
| 16 | </Setting>
|
---|
[854] | 17 | <Setting Name="TempDir" Type="System.String" Scope="Application">
|
---|
[2] | 18 | <Value Profile="(Default)">plugins\temp</Value>
|
---|
| 19 | </Setting>
|
---|
| 20 | </Settings>
|
---|
| 21 | </SettingsFile> |
---|
Note: See
TracBrowser
for help on using the repository browser.