Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.csproj @ 5599

Last change on this file since 5599 was 5599, checked in by ascheibe, 13 years ago

#1233

  • rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
  • use svcutil (OKB-style)
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BA8001DE-E83C-4B1F-8B2E-2695C4222491}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.SlaveWindowsService</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <IsWebBootstrapper>false</IsWebBootstrapper>
16    <TargetFrameworkProfile />
17    <PublishUrl>publish\</PublishUrl>
18    <Install>true</Install>
19    <InstallFrom>Disk</InstallFrom>
20    <UpdateEnabled>false</UpdateEnabled>
21    <UpdateMode>Foreground</UpdateMode>
22    <UpdateInterval>7</UpdateInterval>
23    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24    <UpdatePeriodically>false</UpdatePeriodically>
25    <UpdateRequired>false</UpdateRequired>
26    <MapFileExtensions>true</MapFileExtensions>
27    <ApplicationRevision>0</ApplicationRevision>
28    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29    <UseApplicationTrust>false</UseApplicationTrust>
30    <BootstrapperEnabled>true</BootstrapperEnabled>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33    <PlatformTarget>x86</PlatformTarget>
34    <DebugSymbols>true</DebugSymbols>
35    <DebugType>full</DebugType>
36    <Optimize>false</Optimize>
37    <OutputPath>bin\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43    <PlatformTarget>x86</PlatformTarget>
44    <DebugType>pdbonly</DebugType>
45    <Optimize>true</Optimize>
46    <OutputPath>bin\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <ErrorReport>prompt</ErrorReport>
49    <WarningLevel>4</WarningLevel>
50  </PropertyGroup>
51  <PropertyGroup>
52    <StartupObject>HeuristicLab.Clients.Hive.SlaveCore.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>
61  </PropertyGroup>
62  <ItemGroup>
63    <Reference Include="System" />
64    <Reference Include="System.Configuration.Install" />
65    <Reference Include="System.Core" />
66    <Reference Include="System.Management" />
67    <Reference Include="System.Xml.Linq" />
68    <Reference Include="System.Data.DataSetExtensions" />
69    <Reference Include="System.Data" />
70    <Reference Include="System.ServiceProcess" />
71    <Reference Include="System.Xml" />
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="ProjectInstaller.cs">
75      <SubType>Component</SubType>
76    </Compile>
77    <Compile Include="ProjectInstaller.Designer.cs">
78      <DependentUpon>ProjectInstaller.cs</DependentUpon>
79    </Compile>
80    <Compile Include="SlaveWindowsService.cs">
81      <SubType>Component</SubType>
82    </Compile>
83    <Compile Include="SlaveWindowsService.Designer.cs">
84      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
85    </Compile>
86    <Compile Include="Program.cs" />
87    <Compile Include="Properties\AssemblyInfo.cs" />
88  </ItemGroup>
89  <ItemGroup>
90    <EmbeddedResource Include="ProjectInstaller.resx">
91      <DependentUpon>ProjectInstaller.cs</DependentUpon>
92    </EmbeddedResource>
93    <EmbeddedResource Include="SlaveWindowsService.resx">
94      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
95    </EmbeddedResource>
96  </ItemGroup>
97  <ItemGroup>
98    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
99      <Visible>False</Visible>
100      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
101      <Install>false</Install>
102    </BootstrapperPackage>
103    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
104      <Visible>False</Visible>
105      <ProductName>.NET Framework 3.5 SP1</ProductName>
106      <Install>true</Install>
107    </BootstrapperPackage>
108    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
109      <Visible>False</Visible>
110      <ProductName>Windows Installer 3.1</ProductName>
111      <Install>true</Install>
112    </BootstrapperPackage>
113  </ItemGroup>
114  <ItemGroup>
115    <None Include="app.config" />
116    <None Include="testInstall.bat" />
117  </ItemGroup>
118  <ItemGroup>
119    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
120      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
121      <Name>HeuristicLab.Clients.Hive.Slave-3.4</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
124      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
125      <Name>HeuristicLab.Clients.Hive-3.4</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
128      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
129      <Name>HeuristicLab.Hive-3.4</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134       Other similar extension points exist, see Microsoft.Common.targets.
135  <Target Name="BeforeBuild">
136  </Target>
137  <Target Name="AfterBuild">
138  </Target>
139  -->
140</Project>
Note: See TracBrowser for help on using the repository browser.