Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Status/3.3/HeuristicLab.Services.WebApp.Status-3.3.csproj @ 12551

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

#2388:

HeuristicLab.Services.Hive.DataAccess-3.3:

  • updated database schema
  • updated sql scripts
  • updated HiveStatisticsGenerator

HeuristicLab.Services.WebApp-3.3:

  • merged from trunk

HeuristicLab.Services.WebApp.Status-3.3:

  • updated data api controller

HeuristicLab.Services.WebApp.Statistics-3.3:

  • added exception page
  • improved jobs, clients, users and groups page
File size: 8.7 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="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
76      <SpecificVersion>False</SpecificVersion>
77      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
78    </Reference>
79    <Reference Include="System" />
80    <Reference Include="System.Core" />
81    <Reference Include="System.Data.Linq" />
82    <Reference Include="System.Net.Http" />
83    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="System.Web.ApplicationServices" />
88    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="System.Xml.Linq" />
97    <Reference Include="System.Data.DataSetExtensions" />
98    <Reference Include="Microsoft.CSharp" />
99    <Reference Include="System.Data" />
100    <Reference Include="System.Xml" />
101  </ItemGroup>
102  <ItemGroup>
103    <Compile Include="Properties\AssemblyInfo.cs" />
104    <Compile Include="WebApi\DataController.cs" />
105    <Compile Include="WebApi\DataTransfer\Slave.cs" />
106    <Compile Include="WebApi\DataTransfer\Status.cs" />
107    <Compile Include="WebApi\DataTransfer\User.cs" />
108    <Compile Include="WebApi\JavascriptUtils.cs" />
109  </ItemGroup>
110  <ItemGroup>
111    <Content Include="status.js">
112      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113    </Content>
114    <Content Include="WebApp\services\statusService.js">
115      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
116    </Content>
117    <Content Include="WebApp\status.css">
118      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119    </Content>
120    <None Include="HeuristicLab.snk" />
121    <Content Include="Properties\AssemblyInfo.cs.frame" />
122    <None Include="packages.config" />
123    <None Include="WebApp\history\history.cshtml">
124      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125    </None>
126    <Content Include="WebApp\history\historyCtrl.js">
127      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
128    </Content>
129    <Content Include="WebApp\status\statusCtrl.js">
130      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
131    </Content>
132  </ItemGroup>
133  <ItemGroup>
134    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
135      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
136      <Name>HeuristicLab.Services.Access-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
140      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
141      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
145      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
146      <Name>HeuristicLab.Services.Hive-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149  </ItemGroup>
150  <ItemGroup>
151    <None Include="WebApp\status\status.cshtml">
152      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
153    </None>
154  </ItemGroup>
155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
157  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
158    <PropertyGroup>
159      <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>
160    </PropertyGroup>
161    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
162  </Target>
163  <PropertyGroup>
164    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
165set ProjectDir=$(ProjectDir)
166set SolutionDir=$(SolutionDir)
167set Outdir=$(Outdir)
168
169call PreBuildEvent.cmd</PreBuildEvent>
170  </PropertyGroup>
171  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172       Other similar extension points exist, see Microsoft.Common.targets.
173  <Target Name="BeforeBuild">
174  </Target>
175  <Target Name="AfterBuild">
176  </Target>
177  -->
178</Project>
Note: See TracBrowser for help on using the repository browser.