Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Hive.JanitorService/3.3/HeuristicLab.Services.Hive.JanitorService-3.3.csproj @ 16046

Last change on this file since 16046 was 12878, checked in by ascheibe, 9 years ago

#2388 merged hive statistics branch into trunk

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