Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Services.Hive.JanitorService/3.3/HeuristicLab.Services.Hive.JanitorService-3.3.csproj @ 16147

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

#2924: reapplied changes from r16143

File size: 7.2 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>{F685556B-F6EB-4143-8E7E-662D00FDD299}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.JanitorService</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.JanitorService-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile></DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile></DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <DocumentationFile></DocumentationFile>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <PropertyGroup>
82    <SignAssembly>true</SignAssembly>
83  </PropertyGroup>
84  <PropertyGroup>
85    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
86  </PropertyGroup>
87  <ItemGroup>
88    <Reference Include="System" />
89    <Reference Include="System.Configuration.Install" />
90    <Reference Include="System.Core" />
91    <Reference Include="System.DirectoryServices" />
92    <Reference Include="System.Management" />
93    <Reference Include="System.Xml.Linq" />
94    <Reference Include="System.Data.DataSetExtensions" />
95    <Reference Include="Microsoft.CSharp" />
96    <Reference Include="System.Data" />
97    <Reference Include="System.ServiceProcess" />
98    <Reference Include="System.Xml" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="JanitorService.cs">
102      <SubType>Component</SubType>
103    </Compile>
104    <Compile Include="JanitorService.Designer.cs">
105      <DependentUpon>JanitorService.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Program.cs" />
108    <Compile Include="ProjectInstaller.cs">
109      <SubType>Component</SubType>
110    </Compile>
111    <Compile Include="ProjectInstaller.Designer.cs">
112      <DependentUpon>ProjectInstaller.cs</DependentUpon>
113    </Compile>
114    <Compile Include="Properties\AssemblyInfo.cs" />
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="app.config" />
118    <None Include="HeuristicLab.snk" />
119    <None Include="Properties\AssemblyInfo.cs.frame" />
120  </ItemGroup>
121  <ItemGroup>
122    <ProjectReference Include="..\..\HeuristicLab.Services.Access.DataAccess\3.3\HeuristicLab.Services.Access.DataAccess-3.3.csproj">
123      <Project>{0f652437-998a-4eab-8bf1-444b5fe8ce97}</Project>
124      <Name>HeuristicLab.Services.Access.DataAccess-3.3</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
127      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
128      <Name>HeuristicLab.Services.Access-3.3</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
131      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
132      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
135      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
136      <Name>HeuristicLab.Services.Hive-3.3</Name>
137    </ProjectReference>
138  </ItemGroup>
139  <ItemGroup>
140    <EmbeddedResource Include="JanitorService.resx">
141      <DependentUpon>JanitorService.cs</DependentUpon>
142    </EmbeddedResource>
143    <EmbeddedResource Include="ProjectInstaller.resx">
144      <DependentUpon>ProjectInstaller.cs</DependentUpon>
145    </EmbeddedResource>
146  </ItemGroup>
147  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148  <PropertyGroup>
149    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
150set ProjectDir=$(ProjectDir)
151set SolutionDir=$(SolutionDir)
152set Outdir=$(Outdir)
153
154call PreBuildEvent.cmd</PreBuildEvent>
155    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
156export ProjectDir=$(ProjectDir)
157export SolutionDir=$(SolutionDir)
158
159$SolutionDir/PreBuildEvent.sh
160</PreBuildEvent>
161  </PropertyGroup>
162  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163       Other similar extension points exist, see Microsoft.Common.targets.
164  <Target Name="BeforeBuild">
165  </Target>
166  <Target Name="AfterBuild">
167  </Target>
168  -->
169</Project>
Note: See TracBrowser for help on using the repository browser.