Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/08 15:40:42 (16 years ago)
Author:
whackl
Message:

added client service (#397)

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  
    1010
    1111namespace 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        }
    2437    }
    25   }
    2638}
  • trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Settings.settings

    r717 r953  
    11<?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>
    79</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.