Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/HeuristicLab.Services.WebApp.Maintenance-3.3.csproj @ 12767

Last change on this file since 12767 was 12767, checked in by dglaser, 9 years ago

#2429:

  • Improved FactClientInfo aggregation
  • Added input field to specify how many entries should be aggregated
File size: 8.3 KB
RevLine 
[12761]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{3F22B7DA-FDDB-48F0-8BB7-0ABA5120FC87}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.WebApp.Maintenance</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.WebApp.Maintenance-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
[12767]42      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
[12761]43      <Private>False</Private>
44    </Reference>
[12767]45    <Reference Include="System">
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="System.Core">
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="System.Net.Http">
52      <Private>False</Private>
53    </Reference>
[12761]54    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
[12767]56      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
[12761]57      <Private>False</Private>
58    </Reference>
59    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60      <SpecificVersion>False</SpecificVersion>
[12767]61      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
[12761]62      <Private>False</Private>
63    </Reference>
64    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65      <SpecificVersion>False</SpecificVersion>
[12767]66      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
[12761]67      <Private>False</Private>
68    </Reference>
[12767]69    <Reference Include="System.Xml.Linq">
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="System.Data.DataSetExtensions">
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="Microsoft.CSharp">
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="System.Data">
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="System.Xml">
82      <Private>False</Private>
83    </Reference>
[12761]84  </ItemGroup>
85  <ItemGroup>
86    <Compile Include="Properties\AssemblyInfo.cs" />
87    <Compile Include="WebApi\DataTransfer\FactClientInfo.cs" />
88    <Compile Include="WebApi\DataTransfer\Job.cs" />
89    <Compile Include="WebApi\DataTransfer\JobPage.cs" />
90    <Compile Include="WebApi\DataTransfer\Plugin.cs" />
91    <Compile Include="WebApi\DataTransfer\PluginPage.cs" />
92    <Compile Include="WebApi\DataTransfer\TableInformation.cs" />
93    <Compile Include="WebApi\FactClientInfoController.cs" />
94    <Compile Include="WebApi\FactTaskController.cs" />
95    <Compile Include="WebApi\PluginController.cs" />
96    <Compile Include="WebApi\SpaceUsageController.cs" />
97  </ItemGroup>
98  <ItemGroup>
99    <None Include="app.config" />
100    <None Include="HeuristicLab.snk" />
101    <Content Include="WebApp\factclientinfo\factclientinfoCtrl.js">
102      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
103    </Content>
104    <Content Include="WebApp\facttask\facttaskCtrl.js">
105      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
106    </Content>
107    <Content Include="WebApp\plugin\plugin.cshtml">
108      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
109    </Content>
[12767]110    <None Include="packages.config" />
111    <Content Include="Web.config">
112      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113    </Content>
[12761]114    <None Include="WebApp\factclientinfo\factclientinfo.cshtml">
115      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
116    </None>
117    <None Include="WebApp\facttask\facttask.cshtml">
118      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119    </None>
120    <None Include="WebApp\spaceUsage\spaceUsage.cshtml">
121      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
122    </None>
123  </ItemGroup>
124  <ItemGroup>
125    <Content Include="maintenance.js">
126      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
127    </Content>
128    <Content Include="WebApp\plugin\pluginCtrl.js">
129      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
130    </Content>
131    <Content Include="WebApp\services\factclientinfoService.js">
132      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
133    </Content>
134    <Content Include="WebApp\services\facttaskService.js">
135      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
136    </Content>
137    <Content Include="WebApp\services\pluginService.js">
138      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
139    </Content>
140    <Content Include="WebApp\services\spaceUsageService.js">
141      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
142    </Content>
143    <Content Include="WebApp\spaceUsage\spaceUsageCtrl.js">
144      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
145    </Content>
146  </ItemGroup>
147  <ItemGroup />
148  <ItemGroup>
149    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
150      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
151      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
155      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
156      <Name>HeuristicLab.Services.Hive-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159  </ItemGroup>
160  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
162  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
163    <PropertyGroup>
164      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
165    </PropertyGroup>
166    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
167  </Target>
168  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169       Other similar extension points exist, see Microsoft.Common.targets.
170  <Target Name="BeforeBuild">
171  </Target>
172  <Target Name="AfterBuild">
173  </Target>
174  -->
175</Project>
Note: See TracBrowser for help on using the repository browser.