Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 10:08:54 (9 years ago)
Author:
ascheibe
Message:

#2247 merged r11650, r11651 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

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

    r11920 r11932  
    8686        [global::System.Configuration.UserScopedSettingAttribute()]
    8787        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    88         [global::System.Configuration.DefaultSettingValueAttribute("ICSharpCode.SharpZipLib.dll")]
    89         public string SharpZipLibDll {
    90             get {
    91                 return ((string)(this["SharpZipLibDll"]));
    92             }
    93             set {
    94                 this["SharpZipLibDll"] = value;
    95             }
    96         }
    97        
    98         [global::System.Configuration.UserScopedSettingAttribute()]
    99         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    100         [global::System.Configuration.DefaultSettingValueAttribute("ICSharpCode.SharpZipLib License.txt")]
    101         public string SharpZipLibLicense {
    102             get {
    103                 return ((string)(this["SharpZipLibLicense"]));
    104             }
    105             set {
    106                 this["SharpZipLibLicense"] = value;
    107             }
    108         }
    109        
    110         [global::System.Configuration.UserScopedSettingAttribute()]
    111         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    11288        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.SlaveCore-3.3.dll")]
    11389        public string ClientsHiveSlaveCoreDll {
Note: See TracChangeset for help on using the changeset viewer.