Changeset 3292 for trunk/sources/HeuristicLab.Optimizer/3.3/Properties
- Timestamp:
- 04/09/10 03:34:39 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimizer/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs
r3290 r3292 47 47 } 48 48 } 49 50 [global::System.Configuration.UserScopedSettingAttribute()] 51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 52 [global::System.Configuration.DefaultSettingValueAttribute("True")] 53 public bool ShowClipboard { 54 get { 55 return ((bool)(this["ShowClipboard"])); 56 } 57 set { 58 this["ShowClipboard"] = value; 59 } 60 } 49 61 } 50 62 } -
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.settings
r3290 r3292 9 9 <Value Profile="(Default)">False</Value> 10 10 </Setting> 11 <Setting Name="ShowClipboard" Type="System.Boolean" Scope="User"> 12 <Value Profile="(Default)">True</Value> 13 </Setting> 11 14 </Settings> 12 15 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.