- Timestamp:
- 07/23/17 11:17:18 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/Async/HeuristicLab.Clients.Hive/3.3/Settings.Designer.cs
r11623 r15281 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 80 80 [global::System.Configuration.ApplicationScopedSettingAttribute()] 81 81 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 82 [global::System.Configuration.DefaultSettingValueAttribute("3")] 83 public int MaxEndpointRetries { 84 get { 85 return ((int)(this["MaxEndpointRetries"])); 86 } 87 } 88 89 [global::System.Configuration.ApplicationScopedSettingAttribute()] 90 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 82 91 [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?> 83 92 <ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema""> 84 <string> netTcpBinding_IHiveService</string>85 <string> wsHttpBinding_IHiveService</string>93 <string>NetBinding_IHiveService</string> 94 <string>WSHttpBinding_IHiveService</string> 86 95 </ArrayOfString>")] 87 96 public global::System.Collections.Specialized.StringCollection EndpointConfigurationPriorities { … … 90 99 } 91 100 } 92 93 [global::System.Configuration.ApplicationScopedSettingAttribute()]94 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]95 [global::System.Configuration.DefaultSettingValueAttribute("3")]96 public int MaxEndpointRetries {97 get {98 return ((int)(this["MaxEndpointRetries"]));99 }100 }101 101 } 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.