Changeset 17928 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.Clients.Hive.Slave/3.3/Properties
- Timestamp:
- 04/06/21 13:13:32 (4 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace
- Property svn:mergeinfo changed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.Clients.Hive.Slave
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Clients.Hive.Slave (added) merged: 17316,17445,17576
- Property svn:mergeinfo changed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r14164 r17928 1 1 //------------------------------------------------------------------------------ 2 2 // <auto-generated> 3 // Dieser Code wurde von einem Tool generiert.4 // Laufzeitversion:4.0.30319.420003 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.42000 5 5 // 6 // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn7 // der Code erneut generiert wird.6 // Changes to this file may cause incorrect behavior and will be lost if 7 // the code is regenerated. 8 8 // </auto-generated> 9 9 //------------------------------------------------------------------------------ … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 4.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.2.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 323 323 } 324 324 } 325 326 [global::System.Configuration.UserScopedSettingAttribute()] 327 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 328 [global::System.Configuration.DefaultSettingValueAttribute("00000000-0000-0000-0000-000000000000")] 329 public global::System.Guid MachineId { 330 get { 331 return ((global::System.Guid)(this["MachineId"])); 332 } 333 set { 334 this["MachineId"] = value; 335 } 336 } 325 337 } 326 338 } -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r14164 r17928 78 78 <Value Profile="(Default)">00:05:00</Value> 79 79 </Setting> 80 <Setting Name="MachineId" Type="System.Guid" Scope="User"> 81 <Value Profile="(Default)">00000000-0000-0000-0000-000000000000</Value> 82 </Setting> 80 83 </Settings> 81 84 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.