Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.SelfHost/3.3/HeuristicLab.Services.Hive.SelfHost-3.3.csproj @ 9527

Last change on this file since 9527 was 9527, checked in by pfleck, 11 years ago

#2063
Provides a GUI for SelfHosting Hive-Service to start and stop the service.
Enables start and stop Janitor with adjustable frequency.
Run Cleanup and GenerateStatistics separately on click.

File size: 5.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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{DAACE3EB-5D88-419D-9EEC-5707E273491A}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.Hive.SelfHost</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.Hive.SelfHost-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <IsWebBootstrapper>false</IsWebBootstrapper>
15    <PublishUrl>publish\</PublishUrl>
16    <Install>true</Install>
17    <InstallFrom>Disk</InstallFrom>
18    <UpdateEnabled>false</UpdateEnabled>
19    <UpdateMode>Foreground</UpdateMode>
20    <UpdateInterval>7</UpdateInterval>
21    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22    <UpdatePeriodically>false</UpdatePeriodically>
23    <UpdateRequired>false</UpdateRequired>
24    <MapFileExtensions>true</MapFileExtensions>
25    <ApplicationRevision>0</ApplicationRevision>
26    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27    <UseApplicationTrust>false</UseApplicationTrust>
28    <BootstrapperEnabled>true</BootstrapperEnabled>
29    <TargetFrameworkProfile />
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32    <PlatformTarget>AnyCPU</PlatformTarget>
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    <Prefer32Bit>false</Prefer32Bit>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43    <PlatformTarget>AnyCPU</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    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup>
53    <StartupObject />
54  </PropertyGroup>
55  <ItemGroup>
56    <Reference Include="System" />
57    <Reference Include="System.Configuration" />
58    <Reference Include="System.Core" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.ServiceModel" />
62    <Reference Include="System.Web.Extensions" />
63    <Reference Include="System.Windows.Forms" />
64    <Reference Include="System.Xml" />
65  </ItemGroup>
66  <ItemGroup>
67    <Compile Include="JanitorActivatorForm.cs">
68      <SubType>Form</SubType>
69    </Compile>
70    <Compile Include="JanitorActivatorForm.Designer.cs">
71      <DependentUpon>JanitorActivatorForm.cs</DependentUpon>
72    </Compile>
73    <Compile Include="Program.cs" />
74    <None Include="App.config" />
75    <None Include="Properties\AssemblyInfo.cs.frame" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77  </ItemGroup>
78  <ItemGroup>
79    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
80      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
81      <Name>HeuristicLab.Services.Hive-3.3</Name>
82    </ProjectReference>
83  </ItemGroup>
84  <ItemGroup>
85    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
86      <Visible>False</Visible>
87      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
88      <Install>true</Install>
89    </BootstrapperPackage>
90    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
91      <Visible>False</Visible>
92      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
93      <Install>false</Install>
94    </BootstrapperPackage>
95    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
96      <Visible>False</Visible>
97      <ProductName>.NET Framework 3.5 SP1</ProductName>
98      <Install>false</Install>
99    </BootstrapperPackage>
100    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
101      <Visible>False</Visible>
102      <ProductName>Windows Installer 4.5</ProductName>
103      <Install>true</Install>
104    </BootstrapperPackage>
105  </ItemGroup>
106  <ItemGroup>
107    <EmbeddedResource Include="JanitorActivatorForm.resx">
108      <DependentUpon>JanitorActivatorForm.cs</DependentUpon>
109    </EmbeddedResource>
110  </ItemGroup>
111  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112  <PropertyGroup>
113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
114set ProjectDir=$(ProjectDir)
115set SolutionDir=$(SolutionDir)
116set Outdir=$(Outdir)
117
118call PreBuildEvent.cmd</PreBuildEvent>
119  </PropertyGroup>
120  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
121       Other similar extension points exist, see Microsoft.Common.targets.
122  <Target Name="BeforeBuild">
123  </Target>
124  <Target Name="AfterBuild">
125  </Target>
126  -->
127</Project>
Note: See TracBrowser for help on using the repository browser.