- Timestamp:
- 11/28/12 09:57:35 (12 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/SlaveShutdown (added) merged: 8944-8945,8949,8951,8953-8954
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r7777 r8957 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.5 304 // Runtime Version:4.0.30319.586 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 311 311 } 312 312 } 313 314 [global::System.Configuration.UserScopedSettingAttribute()] 315 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 316 [global::System.Configuration.DefaultSettingValueAttribute("shutdown.exe")] 317 public string ShutdownCommand { 318 get { 319 return ((string)(this["ShutdownCommand"])); 320 } 321 set { 322 this["ShutdownCommand"] = value; 323 } 324 } 313 325 } 314 326 } -
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r7777 r8957 75 75 <Value Profile="(Default)">-1</Value> 76 76 </Setting> 77 <Setting Name="ShutdownCommand" Type="System.String" Scope="User"> 78 <Value Profile="(Default)">shutdown.exe</Value> 79 </Setting> 77 80 </Settings> 78 81 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.