Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/17 13:03:37 (7 years ago)
Author:
jkarder
Message:

#2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, r14828, r15005 and r15075 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive/3.3/Settings.Designer.cs

    r11920 r15261  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.34014
     4//     Runtime Version:4.0.30319.42000
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
     
    8080        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    8181        [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()]
    8291        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
    8392<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>
    8695</ArrayOfString>")]
    8796        public global::System.Collections.Specialized.StringCollection EndpointConfigurationPriorities {
     
    9099            }
    91100        }
    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         }
    101101    }
    102102}
Note: See TracChangeset for help on using the changeset viewer.