Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Status/HeuristicLab.Services.WebApp.Status.csproj @ 12419

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

#2388: Added WebApp and WebApp.Status plugin

File size: 6.8 KB
Line 
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>{2351DBE7-D0E1-44F9-9CE9-2F0F5E580572}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.WebApp.Status</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.WebApp.Status</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15    <RestorePackages>true</RestorePackages>
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  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>none</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36      <SpecificVersion>False</SpecificVersion>
37      <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
38      <Private>False</Private>
39    </Reference>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Data.Linq" />
43    <Reference Include="System.Net.Http" />
44    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="System.Web.ApplicationServices" />
50    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="System.Xml.Linq" />
61    <Reference Include="System.Data.DataSetExtensions" />
62    <Reference Include="Microsoft.CSharp" />
63    <Reference Include="System.Data" />
64    <Reference Include="System.Xml" />
65  </ItemGroup>
66  <ItemGroup>
67    <Compile Include="Properties\AssemblyInfo.cs" />
68    <Compile Include="WebApi\DataController.cs" />
69    <Compile Include="WebApi\DataTransfer\Slave.cs" />
70    <Compile Include="WebApi\DataTransfer\Status.cs" />
71    <Compile Include="WebApi\DataTransfer\User.cs" />
72    <Compile Include="WebApi\JavascriptUtils.cs" />
73  </ItemGroup>
74  <ItemGroup>
75    <Content Include="status.js">
76      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
77    </Content>
78    <Content Include="WebApp\services\statusService.js">
79      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
80    </Content>
81    <Content Include="WebApp\status.css">
82      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
83    </Content>
84    <None Include="packages.config" />
85    <None Include="WebApp\history\history.cshtml">
86      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
87    </None>
88    <Content Include="WebApp\history\historyCtrl.js">
89      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
90    </Content>
91    <Content Include="WebApp\status\statusCtrl.js">
92      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
93    </Content>
94  </ItemGroup>
95  <ItemGroup>
96    <ProjectReference Include="..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
97      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
98      <Name>HeuristicLab.Services.Access-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
101      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
102      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
103      <Private>False</Private>
104    </ProjectReference>
105    <ProjectReference Include="..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
106      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
107      <Name>HeuristicLab.Services.Hive-3.3</Name>
108      <Private>False</Private>
109    </ProjectReference>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="WebApp\status\status.cshtml">
113      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
114    </None>
115  </ItemGroup>
116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
118  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
119    <PropertyGroup>
120      <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>
121    </PropertyGroup>
122    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
123  </Target>
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>
Note: See TracBrowser for help on using the repository browser.