- Timestamp:
- 05/04/10 20:16:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs
r3547 r3612 92 92 [global::System.Configuration.UserScopedSettingAttribute()] 93 93 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 94 [global::System.Configuration.DefaultSettingValueAttribute(" False")]94 [global::System.Configuration.DefaultSettingValueAttribute("True")] 95 95 public bool ShowPluginUploadControls { 96 96 get { -
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings
r3547 r3612 22 22 </Setting> 23 23 <Setting Name="ShowPluginUploadControls" Type="System.Boolean" Scope="User"> 24 <Value Profile="(Default)"> False</Value>24 <Value Profile="(Default)">True</Value> 25 25 </Setting> 26 26 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.