Changeset 5283
- Timestamp:
- 01/11/11 18:16:42 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.csproj
r5280 r5283 51 51 <PropertyGroup> 52 52 <StartupObject>HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.Program</StartupObject> 53 </PropertyGroup> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> 55 <PlatformTarget>AnyCPU</PlatformTarget> 56 <OutputPath>bin\Debug\</OutputPath> 57 </PropertyGroup> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> 59 <PlatformTarget>AnyCPU</PlatformTarget> 60 <OutputPath>bin\Release\</OutputPath> 53 61 </PropertyGroup> 54 62 <ItemGroup> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.Designer.cs
r5280 r5283 30 30 // 31 31 this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem; 32 this.serviceProcessInstaller1.Installers.AddRange(new System.Configuration.Install.Installer[] { 33 this.serviceInstaller1}); 32 34 this.serviceProcessInstaller1.Password = null; 33 35 this.serviceProcessInstaller1.Username = null; … … 35 37 // serviceInstaller1 36 38 // 37 this.serviceInstaller1.DisplayName = "HLHiveSlave"; 38 this.serviceInstaller1.ServiceName = "HLHiveSlave"; 39 this.serviceInstaller1.ServiceName = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService"; 39 40 this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic; 40 41 // … … 42 43 // 43 44 this.Installers.AddRange(new System.Configuration.Install.Installer[] { 44 this.serviceProcessInstaller1, 45 this.serviceInstaller1}); 45 this.serviceProcessInstaller1}); 46 46 47 47 } -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.cs
r5280 r5283 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 1 using System; 2 using System.Collections; 3 using System.Collections.Generic; 22 4 using System.ComponentModel; 5 using System.Configuration.Install; 6 using System.Linq; 23 7 24 8 -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.resx
r5280 r5283 119 119 </resheader> 120 120 <metadata name="serviceProcessInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 56</value>121 <value>17, 17</value> 122 122 </metadata> 123 123 <metadata name="serviceInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/SlaveWindowsService.Designer.cs
r5280 r5283 29 29 // SlaveWindowsService 30 30 // 31 this.ServiceName = "HeuristicLab Hive Slave";31 this.ServiceName = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService"; 32 32 ((System.ComponentModel.ISupportInitialize)(this.eventLog)).EndInit(); 33 33 -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive 3.4.sln
r5280 r5283 60 60 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService", "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService\HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.csproj", "{BA8001DE-E83C-4B1F-8B2E-2695C4222491}" 61 61 EndProject 62 Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = " ServiceSetup", "ServiceSetup\ServiceSetup.vdproj", "{1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}"62 Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup", "HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup\HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup.vdproj", "{28711372-0255-4883-9BED-81E150D73880}" 63 63 EndProject 64 64 Global … … 197 197 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|x86.ActiveCfg = Release|x86 198 198 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|x86.Build.0 = Release|x86 199 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Any CPU.ActiveCfg = Debug|x86 199 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 200 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Any CPU.Build.0 = Debug|Any CPU 200 201 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 201 202 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Mixed Platforms.Build.0 = Debug|x86 … … 207 208 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Release|x86.ActiveCfg = Release|x86 208 209 {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Release|x86.Build.0 = Release|x86 209 {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Debug|Any CPU.ActiveCfg = Debug 210 {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Debug|Mixed Platforms.ActiveCfg = Debug 211 {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Debug|x86.ActiveCfg = Debug 212 {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Release|Any CPU.ActiveCfg = Release 213 {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Release|Mixed Platforms.ActiveCfg = Release 214 {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Release|x86.ActiveCfg = Release 210 {28711372-0255-4883-9BED-81E150D73880}.Debug|Any CPU.ActiveCfg = Debug 211 {28711372-0255-4883-9BED-81E150D73880}.Debug|Any CPU.Build.0 = Debug 212 {28711372-0255-4883-9BED-81E150D73880}.Debug|Mixed Platforms.ActiveCfg = Debug 213 {28711372-0255-4883-9BED-81E150D73880}.Debug|x86.ActiveCfg = Debug 214 {28711372-0255-4883-9BED-81E150D73880}.Release|Any CPU.ActiveCfg = Release 215 {28711372-0255-4883-9BED-81E150D73880}.Release|Mixed Platforms.ActiveCfg = Release 216 {28711372-0255-4883-9BED-81E150D73880}.Release|x86.ActiveCfg = Release 215 217 EndGlobalSection 216 218 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.