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.WindowsService-3.3.csproj @ 6703

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

#1233

  • really removed 3.4 folders
  • added skeleton for a Slave HL App
  • added missing license headers and AssemblyInfo frames
  • fixed merging of config files
File size: 6.3 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    <None Include="Properties\AssemblyInfo.cs.frame" />
81    <Compile Include="SlaveWindowsService.cs">
82      <SubType>Component</SubType>
83    </Compile>
84    <Compile Include="SlaveWindowsService.Designer.cs">
85      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
86    </Compile>
87    <Compile Include="Program.cs" />
88    <Compile Include="Properties\AssemblyInfo.cs" />
89  </ItemGroup>
90  <ItemGroup>
91    <EmbeddedResource Include="ProjectInstaller.resx">
92      <DependentUpon>ProjectInstaller.cs</DependentUpon>
93    </EmbeddedResource>
94    <EmbeddedResource Include="SlaveWindowsService.resx">
95      <DependentUpon>SlaveWindowsService.cs</DependentUpon>
96    </EmbeddedResource>
97  </ItemGroup>
98  <ItemGroup>
99    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
100      <Visible>False</Visible>
101      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
102      <Install>false</Install>
103    </BootstrapperPackage>
104    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
105      <Visible>False</Visible>
106      <ProductName>.NET Framework 3.5 SP1</ProductName>
107      <Install>true</Install>
108    </BootstrapperPackage>
109    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
110      <Visible>False</Visible>
111      <ProductName>Windows Installer 3.1</ProductName>
112      <Install>true</Install>
113    </BootstrapperPackage>
114  </ItemGroup>
115  <ItemGroup>
116    <None Include="app.config" />
117    <None Include="testInstall.bat" />
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
121      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
122      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
125      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
126      <Name>HeuristicLab.Clients.Hive-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
129      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
130      <Name>HeuristicLab.Hive-3.3</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134  <PropertyGroup>
135    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
136set ProjectDir=$(ProjectDir)
137set SolutionDir=$(SolutionDir)
138set Outdir=$(Outdir)
139
140call PreBuildEvent.cmd</PreBuildEvent>
141  </PropertyGroup>
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.