Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp.Status/3.3/HeuristicLab.Services.WebApp.Status-3.3.csproj @ 12547

Last change on this file since 12547 was 12546, checked in by dglaser, 10 years ago

#2394:

HeuristicLab.Services.WebApp.Status:

  • added used / total cores
  • moved kb to gb filter to WebApp

HeuristicLab.Services.WebApp:

  • added about page
  • added filter
File size: 8.4 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  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x64\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x64</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
50    <OutputPath>bin\x64\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>bin\x86\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73  </PropertyGroup>
74  <ItemGroup>
75    <Reference Include="System" />
76    <Reference Include="System.Core" />
77    <Reference Include="System.Data.Linq" />
78    <Reference Include="System.Net.Http" />
79    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
80      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="System.Web.ApplicationServices" />
84    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="System.Xml.Linq" />
93    <Reference Include="System.Data.DataSetExtensions" />
94    <Reference Include="Microsoft.CSharp" />
95    <Reference Include="System.Data" />
96    <Reference Include="System.Xml" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="Properties\AssemblyInfo.cs" />
100    <Compile Include="WebApi\DataController.cs" />
101    <Compile Include="WebApi\DataTransfer\Slave.cs" />
102    <Compile Include="WebApi\DataTransfer\Status.cs" />
103    <Compile Include="WebApi\DataTransfer\User.cs" />
104    <Compile Include="WebApi\JavascriptUtils.cs" />
105  </ItemGroup>
106  <ItemGroup>
107    <Content Include="status.js">
108      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
109    </Content>
110    <Content Include="WebApp\services\statusService.js">
111      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
112    </Content>
113    <Content Include="WebApp\status.css">
114      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
115    </Content>
116    <None Include="HeuristicLab.snk" />
117    <Content Include="Properties\AssemblyInfo.cs.frame" />
118    <None Include="packages.config" />
119    <None Include="WebApp\history\history.cshtml">
120      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
121    </None>
122    <Content Include="WebApp\history\historyCtrl.js">
123      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
124    </Content>
125    <Content Include="WebApp\status\statusCtrl.js">
126      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
127    </Content>
128  </ItemGroup>
129  <ItemGroup>
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      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
136      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
137      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
141      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
142      <Name>HeuristicLab.Services.Hive-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145  </ItemGroup>
146  <ItemGroup>
147    <None Include="WebApp\status\status.cshtml">
148      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149    </None>
150  </ItemGroup>
151  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
153  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
154    <PropertyGroup>
155      <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>
156    </PropertyGroup>
157    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
158  </Target>
159  <PropertyGroup>
160    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
161set ProjectDir=$(ProjectDir)
162set SolutionDir=$(SolutionDir)
163set Outdir=$(Outdir)
164
165call PreBuildEvent.cmd</PreBuildEvent>
166  </PropertyGroup>
167  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168       Other similar extension points exist, see Microsoft.Common.targets.
169  <Target Name="BeforeBuild">
170  </Target>
171  <Target Name="AfterBuild">
172  </Target>
173  -->
174</Project>
Note: See TracBrowser for help on using the repository browser.