Last change
on this file since 775 was
775,
checked in by swagner, 16 years ago
|
Experimented with the .NET application settings framework (#7)
|
File size:
617 bytes
|
Rev | Line | |
---|
[757] | 1 | <?xml version='1.0' encoding='utf-8'?>
|
---|
| 2 | <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Settings.Properties" GeneratedClassName="Settings">
|
---|
| 3 | <Profiles />
|
---|
| 4 | <Settings>
|
---|
[775] | 5 | <Setting Name="MyApplicationSetting" Type="System.String" Scope="Application">
|
---|
| 6 | <Value Profile="(Default)">Application Setting Value</Value>
|
---|
[757] | 7 | </Setting>
|
---|
[775] | 8 | <Setting Name="MyUserSetting" Type="System.String" Scope="User">
|
---|
| 9 | <Value Profile="(Default)">User Setting Value</Value>
|
---|
[757] | 10 | </Setting>
|
---|
| 11 | </Settings>
|
---|
| 12 | </SettingsFile> |
---|
Note: See
TracBrowser
for help on using the repository browser.