Changeset 953 for trunk/sources/HeuristicLab.Hive.Client.Console/Properties
- Timestamp:
- 12/10/08 15:40:42 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Settings.Designer.cs
r717 r953 10 10 11 11 namespace HeuristicLab.Hive.Client.Console.Properties { 12 13 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 20 public static Settings Default { 21 get { 22 return defaultInstance; 23 } 12 13 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 20 public static Settings Default { 21 get { 22 return defaultInstance; 23 } 24 } 25 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("10.0.0.1")] 29 public string IpAdress { 30 get { 31 return ((string)(this["IpAdress"])); 32 } 33 set { 34 this["IpAdress"] = value; 35 } 36 } 24 37 } 25 }26 38 } -
trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Settings.settings
r717 r953 1 1 <?xml version='1.0' encoding='utf-8'?> 2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> 3 <Profiles> 4 <Profile Name="(Default)" /> 5 </Profiles> 6 <Settings /> 2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Hive.Client.Console.Properties" GeneratedClassName="Settings"> 3 <Profiles /> 4 <Settings> 5 <Setting Name="IpAdress" Type="System.String" Scope="User"> 6 <Value Profile="(Default)">10.0.0.1</Value> 7 </Setting> 8 </Settings> 7 9 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.