- Timestamp:
- 01/05/10 14:31:46 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs
r2527 r2597 26 26 [global::System.Configuration.ApplicationScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute(" Gabriel Kronberger")]28 [global::System.Configuration.DefaultSettingValueAttribute("-")] 29 29 public string User { 30 30 get { … … 35 35 [global::System.Configuration.ApplicationScopedSettingAttribute()] 36 36 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 37 [global::System.Configuration.DefaultSettingValueAttribute(" HEAL")]37 [global::System.Configuration.DefaultSettingValueAttribute("-")] 38 38 public string Organization { 39 39 get { -
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings
r2527 r2597 4 4 <Settings> 5 5 <Setting Name="User" Type="System.String" Scope="Application"> 6 <Value Profile="(Default)"> Gabriel Kronberger</Value>6 <Value Profile="(Default)">-</Value> 7 7 </Setting> 8 8 <Setting Name="Organization" Type="System.String" Scope="Application"> 9 <Value Profile="(Default)"> HEAL</Value>9 <Value Profile="(Default)">-</Value> 10 10 </Setting> 11 11 <Setting Name="UpdateLocations" Type="System.Collections.Specialized.StringCollection" Scope="Application">
Note: See TracChangeset
for help on using the changeset viewer.