Free cookie consent management tool by TermsFeed Policy Generator

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

#2247 merged r11650, r11651 into stable

Location:
stable
Files:
3 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 {
  • stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings

    r9700 r11932  
    1717    <Setting Name="PluginInfrastructureDll" Type="System.String" Scope="User">
    1818      <Value Profile="(Default)">HeuristicLab.PluginInfrastructure-3.3.dll</Value>
    19     </Setting>
    20     <Setting Name="SharpZipLibDll" Type="System.String" Scope="User">
    21       <Value Profile="(Default)">ICSharpCode.SharpZipLib.dll</Value>
    22     </Setting>
    23     <Setting Name="SharpZipLibLicense" Type="System.String" Scope="User">
    24       <Value Profile="(Default)">ICSharpCode.SharpZipLib License.txt</Value>
    2519    </Setting>
    2620    <Setting Name="ClientsHiveSlaveCoreDll" Type="System.String" Scope="User">
Note: See TracChangeset for help on using the changeset viewer.