Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj @ 17074

Last change on this file since 17074 was 16565, checked in by gkronber, 5 years ago

#2520: merged changes from PersistenceOverhaul branch (r16451:16564) into trunk

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