Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 20:27:43 (15 years ago)
Author:
gkronber
Message:

Implemented changes as requested by swagner. #799

Location:
branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs

    r2504 r2527  
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("plugins")]
    29         public string PluginDir {
    30             get {
    31                 return ((string)(this["PluginDir"]));
    32             }
    33         }
    34        
    35         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    36         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    37         [global::System.Configuration.DefaultSettingValueAttribute("")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("Gabriel Kronberger")]
    3829        public string User {
    3930            get {
     
    4435        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    4536        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    46         [global::System.Configuration.DefaultSettingValueAttribute("")]
     37        [global::System.Configuration.DefaultSettingValueAttribute("HEAL")]
    4738        public string Organization {
    4839            get {
     
    5041            }
    5142        }
     43       
     44        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     45        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     46        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
     47            "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
     48            "tring>http://localhost:59253/UpdateLocation.svc</string>\r\n</ArrayOfString>")]
     49        public global::System.Collections.Specialized.StringCollection UpdateLocations {
     50            get {
     51                return ((global::System.Collections.Specialized.StringCollection)(this["UpdateLocations"]));
     52            }
     53        }
    5254    }
    5355}
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties/Settings.settings

    r2504 r2527  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="PluginDir" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">plugins</Value>
    7     </Setting>
    85    <Setting Name="User" Type="System.String" Scope="Application">
    9       <Value Profile="(Default)" />
     6      <Value Profile="(Default)">Gabriel Kronberger</Value>
    107    </Setting>
    118    <Setting Name="Organization" Type="System.String" Scope="Application">
    12       <Value Profile="(Default)" />
     9      <Value Profile="(Default)">HEAL</Value>
     10    </Setting>
     11    <Setting Name="UpdateLocations" Type="System.Collections.Specialized.StringCollection" Scope="Application">
     12      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
     13&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
     14  &lt;string&gt;http://localhost:59253/UpdateLocation.svc&lt;/string&gt;
     15&lt;/ArrayOfString&gt;</Value>
    1316    </Setting>
    1417  </Settings>
Note: See TracChangeset for help on using the changeset viewer.