Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj @ 8169

Last change on this file since 8169 was 7215, checked in by spimming, 13 years ago

#1680:

  • merged changes from trunk into branch

' removed pre-build event for multiple app.configs

File size: 7.6 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="app.config.DebugLocal" />
121    <None Include="app.config.DebugServices" />
122    <None Include="Properties\AssemblyInfo.cs.frame" />
123    <Compile Include="SlaveWindowsService.cs">
124      <SubType>Component</SubType>
125    </Compile>
126    <Compile Include="SlaveWindowsService.Designer.cs">
127      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
128    </Compile>
129    <Compile Include="Program.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131  </ItemGroup>
132  <ItemGroup>
133    <EmbeddedResource Include="ProjectInstaller.resx">
134      <DependentUpon>ProjectInstaller.cs</DependentUpon>
135    </EmbeddedResource>
136    <EmbeddedResource Include="SlaveWindowsService.resx">
137      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
138    </EmbeddedResource>
139  </ItemGroup>
140  <ItemGroup>
141    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
142      <Visible>False</Visible>
143      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
144      <Install>false</Install>
145    </BootstrapperPackage>
146    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
147      <Visible>False</Visible>
148      <ProductName>.NET Framework 3.5 SP1</ProductName>
149      <Install>true</Install>
150    </BootstrapperPackage>
151    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
152      <Visible>False</Visible>
153      <ProductName>Windows Installer 3.1</ProductName>
154      <Install>true</Install>
155    </BootstrapperPackage>
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="app.config" />
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>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172
173call PreBuildEvent.cmd</PreBuildEvent>
174  </PropertyGroup>
175  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
176       Other similar extension points exist, see Microsoft.Common.targets.
177  <Target Name="BeforeBuild">
178  </Target>
179  <Target Name="AfterBuild">
180  </Target>
181  -->
182</Project>
Note: See TracBrowser for help on using the repository browser.