Changeset 2527 for branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties
- Timestamp:
- 11/23/09 20:27:43 (15 years ago)
- 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 26 26 [global::System.Configuration.ApplicationScopedSettingAttribute()] 27 27 [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")] 38 29 public string User { 39 30 get { … … 44 35 [global::System.Configuration.ApplicationScopedSettingAttribute()] 45 36 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 46 [global::System.Configuration.DefaultSettingValueAttribute(" ")]37 [global::System.Configuration.DefaultSettingValueAttribute("HEAL")] 47 38 public string Organization { 48 39 get { … … 50 41 } 51 42 } 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 } 52 54 } 53 55 } -
branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties/Settings.settings
r2504 r2527 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="PluginDir" Type="System.String" Scope="Application">6 <Value Profile="(Default)">plugins</Value>7 </Setting>8 5 <Setting Name="User" Type="System.String" Scope="Application"> 9 <Value Profile="(Default)" />6 <Value Profile="(Default)">Gabriel Kronberger</Value> 10 7 </Setting> 11 8 <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)"><?xml version="1.0" encoding="utf-16"?> 13 <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 14 <string>http://localhost:59253/UpdateLocation.svc</string> 15 </ArrayOfString></Value> 13 16 </Setting> 14 17 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.