Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10010 was 10010, checked in by ascheibe, 11 years ago

#2113 fixed hive slave configuration files

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