Changeset 2597
- Timestamp:
- 01/05/10 14:31:46 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure
- Files:
-
- 3 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"> -
trunk/sources/HeuristicLab.PluginInfrastructure/app.config
r2527 r2597 9 9 <HeuristicLab.PluginInfrastructure.Properties.Settings> 10 10 <setting name="User" serializeAs="String"> 11 <value> Gabriel Kronberger</value>11 <value>-</value> 12 12 </setting> 13 13 <setting name="Organization" serializeAs="String"> 14 <value> HEAL</value>14 <value>-</value> 15 15 </setting> 16 16 <setting name="UpdateLocations" serializeAs="Xml">
Note: See TracChangeset
for help on using the changeset viewer.