Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/08 02:56:12 (16 years ago)
Author:
swagner
Message:

Experimented with the .NET application settings framework (#7)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Settings/Properties/Settings.settings

    r757 r775  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="MySetting" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">Nice Value</Value>
     5    <Setting Name="MyApplicationSetting" Type="System.String" Scope="Application">
     6      <Value Profile="(Default)">Application Setting Value</Value>
    77    </Setting>
    8     <Setting Name="AnotherSetting" Type="System.String" Scope="User">
    9       <Value Profile="(Default)">COOL!!</Value>
     8    <Setting Name="MyUserSetting" Type="System.String" Scope="User">
     9      <Value Profile="(Default)">User Setting Value</Value>
    1010    </Setting>
    1111  </Settings>
Note: See TracChangeset for help on using the changeset viewer.