Changeset 11932 for stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties
- Timestamp:
- 02/06/15 10:08:54 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11650-11651
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r11920 r11932 86 86 [global::System.Configuration.UserScopedSettingAttribute()] 87 87 [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()]112 88 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.SlaveCore-3.3.dll")] 113 89 public string ClientsHiveSlaveCoreDll { -
stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r9700 r11932 17 17 <Setting Name="PluginInfrastructureDll" Type="System.String" Scope="User"> 18 18 <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>25 19 </Setting> 26 20 <Setting Name="ClientsHiveSlaveCoreDll" Type="System.String" Scope="User">
Note: See TracChangeset
for help on using the changeset viewer.