Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj

Last change on this file was 16147, checked in by jkarder, 6 years ago

#2924: reapplied changes from r16143

File size: 7.9 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.Slave.WindowsService</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.WindowsService</AssemblyName>
13    <TargetFrameworkVersion>v4.7</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|AnyCPU' ">
33    <DebugSymbols>true</DebugSymbols>
34    <DebugType>full</DebugType>
35    <Optimize>false</Optimize>
36    <OutputPath>bin\Debug\</OutputPath>
37    <DefineConstants>DEBUG;TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
41    <Prefer32Bit>false</Prefer32Bit>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
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    <DocumentationFile></DocumentationFile>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52    <Prefer32Bit>false</Prefer32Bit>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>bin\Debug\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x86</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62    <Prefer32Bit>false</Prefer32Bit>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
65    <OutputPath>bin\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile></DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
86    <OutputPath>bin\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <DocumentationFile></DocumentationFile>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94    <Prefer32Bit>false</Prefer32Bit>
95  </PropertyGroup>
96  <PropertyGroup>
97    <StartupObject>HeuristicLab.Clients.Hive.SlaveCore.WindowsService.Program</StartupObject>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="HeuristicLab.Clients.Hive-3.3">
101      <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Hive-3.3">
104      <HintPath>..\..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="System" />
107    <Reference Include="System.Configuration.Install" />
108    <Reference Include="System.Core" />
109    <Reference Include="System.Management" />
110    <Reference Include="System.Xml.Linq" />
111    <Reference Include="System.Data.DataSetExtensions" />
112    <Reference Include="System.Data" />
113    <Reference Include="System.ServiceProcess" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="ProjectInstaller.cs">
118      <SubType>Component</SubType>
119    </Compile>
120    <Compile Include="ProjectInstaller.Designer.cs">
121      <DependentUpon>ProjectInstaller.cs</DependentUpon>
122    </Compile>
123    <None Include="Properties\AssemblyInfo.cs.frame" />
124    <Compile Include="SlaveWindowsService.cs">
125      <SubType>Component</SubType>
126    </Compile>
127    <Compile Include="SlaveWindowsService.Designer.cs">
128      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Program.cs" />
131    <Compile Include="Properties\AssemblyInfo.cs" />
132  </ItemGroup>
133  <ItemGroup>
134    <EmbeddedResource Include="ProjectInstaller.resx">
135      <DependentUpon>ProjectInstaller.cs</DependentUpon>
136    </EmbeddedResource>
137    <EmbeddedResource Include="SlaveWindowsService.resx">
138      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
139    </EmbeddedResource>
140  </ItemGroup>
141  <ItemGroup>
142    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
143      <Visible>False</Visible>
144      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
145      <Install>false</Install>
146    </BootstrapperPackage>
147    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
148      <Visible>False</Visible>
149      <ProductName>.NET Framework 3.5 SP1</ProductName>
150      <Install>true</Install>
151    </BootstrapperPackage>
152    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
153      <Visible>False</Visible>
154      <ProductName>Windows Installer 3.1</ProductName>
155      <Install>true</Install>
156    </BootstrapperPackage>
157  </ItemGroup>
158  <ItemGroup>
159    <None Include="app.config">
160      <SubType>Designer</SubType>
161    </None>
162  </ItemGroup>
163  <ItemGroup>
164    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
165      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
166      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
167    </ProjectReference>
168  </ItemGroup>
169  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
170  <PropertyGroup>
171    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
172set ProjectDir=$(ProjectDir)
173set SolutionDir=$(SolutionDir)
174set Outdir=$(Outdir)
175
176call PreBuildEvent.cmd</PreBuildEvent>
177    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
178export ProjectDir=$(ProjectDir)
179export SolutionDir=$(SolutionDir)
180
181$SolutionDir/PreBuildEvent.sh
182</PreBuildEvent>
183  </PropertyGroup>
184  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
185       Other similar extension points exist, see Microsoft.Common.targets.
186  <Target Name="BeforeBuild">
187  </Target>
188  <Target Name="AfterBuild">
189  </Target>
190  -->
191</Project>
Note: See TracBrowser for help on using the repository browser.