Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/13 11:38:38 (11 years ago)
Author:
ascheibe
Message:

#2030 merged r9665,r9666,r9675 into the stable branch

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

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

    r9207 r9700  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.586
     4//     Runtime Version:4.0.30319.18047
    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", "10.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
     
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("1")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("2")]
    2929        public int MaxParallelUploads {
    3030            get {
     
    7777            }
    7878        }
     79       
     80        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     81        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     82        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
     83<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>
     86</ArrayOfString>")]
     87        public global::System.Collections.Specialized.StringCollection EndpointConfigurationPriorities {
     88            get {
     89                return ((global::System.Collections.Specialized.StringCollection)(this["EndpointConfigurationPriorities"]));
     90            }
     91        }
     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        }
    79101    }
    80102}
Note: See TracChangeset for help on using the changeset viewer.