Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-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: 15.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>{1BC54353-7D4C-4734-BAA9-3D11B3242B59}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.WebApp.Statistics</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.WebApp.Statistics</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>pdbonly</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    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x86</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <ItemGroup>
77    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78      <Private>False</Private>
79      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
80    </Reference>
81    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
82      <SpecificVersion>False</SpecificVersion>
83      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
84    </Reference>
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Net.Http" />
88    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89      <SpecificVersion>False</SpecificVersion>
90      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="System.Web" />
94    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
110      <SpecificVersion>False</SpecificVersion>
111      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="System.Xml.Linq" />
135    <Reference Include="System.Data.DataSetExtensions" />
136    <Reference Include="Microsoft.CSharp" />
137    <Reference Include="System.Data" />
138    <Reference Include="System.Xml" />
139  </ItemGroup>
140  <ItemGroup>
141    <Compile Include="WebApi\ClientController.cs" />
142    <Compile Include="Properties\AssemblyInfo.cs" />
143    <Compile Include="WebApi\DataTransfer\Client.cs" />
144    <Compile Include="WebApi\DataTransfer\ClientDetails.cs" />
145    <Compile Include="WebApi\DataTransfer\ClientPage.cs" />
146    <Compile Include="WebApi\DataTransfer\ClientStatus.cs" />
147    <Compile Include="WebApi\DataTransfer\ExceptionPage.cs" />
148    <Compile Include="WebApi\DataTransfer\Group.cs" />
149    <Compile Include="WebApi\DataTransfer\GroupDetails.cs" />
150    <Compile Include="WebApi\DataTransfer\GroupPage.cs" />
151    <Compile Include="WebApi\DataTransfer\Integer.cs" />
152    <Compile Include="WebApi\DataTransfer\Job.cs" />
153    <Compile Include="WebApi\DataTransfer\JobDetails.cs" />
154    <Compile Include="WebApi\DataTransfer\JobPage.cs" />
155    <Compile Include="WebApi\DataTransfer\Task.cs" />
156    <Compile Include="WebApi\DataTransfer\Exception.cs" />
157    <Compile Include="WebApi\DataTransfer\TaskPage.cs" />
158    <Compile Include="WebApi\DataTransfer\TaskStateCount.cs" />
159    <Compile Include="WebApi\DataTransfer\User.cs" />
160    <Compile Include="WebApi\DataTransfer\UserDetails.cs" />
161    <Compile Include="WebApi\ExceptionController.cs" />
162    <Compile Include="WebApi\GroupController.cs" />
163    <Compile Include="WebApi\JavascriptUtils.cs" />
164    <Compile Include="WebApi\JobController.cs" />
165    <Compile Include="WebApi\TaskController.cs" />
166    <Compile Include="WebApi\UserController.cs" />
167  </ItemGroup>
168  <ItemGroup>
169    <Content Include="statistics.js">
170      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
171    </Content>
172    <Content Include="WebApp\clients\details\clientDetailsCtrl.js">
173      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
174    </Content>
175    <Content Include="WebApp\clients\clientsCtrl.js">
176      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
177    </Content>
178    <Content Include="WebApp\clients\details\clientTaskDetailsDialogCtrl.js">
179      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
180    </Content>
181    <Content Include="WebApp\exceptions\exceptionsCtrl.js">
182      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
183    </Content>
184    <Content Include="WebApp\exceptions\exceptionDetailsDialogCtrl.js">
185      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
186    </Content>
187    <Content Include="WebApp\groups\details\groupDetailsCtrl.js">
188      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
189    </Content>
190    <Content Include="WebApp\groups\groupsCtrl.js">
191      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
192    </Content>
193    <Content Include="WebApp\jobs\details\jobDetailsCtrl.js">
194      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
195    </Content>
196    <Content Include="WebApp\jobs\details\jobTaskDetailsDialogCtrl.js">
197      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
198    </Content>
199    <Content Include="WebApp\jobs\jobsCtrl.js">
200      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
201    </Content>
202    <Content Include="WebApp\services\clientService.js">
203      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
204    </Content>
205    <Content Include="WebApp\services\exceptionService.js">
206      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
207    </Content>
208    <Content Include="WebApp\services\groupService.js">
209      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
210    </Content>
211    <Content Include="WebApp\services\jobService.js">
212      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
213    </Content>
214    <Content Include="WebApp\services\statisticsService.js">
215      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
216    </Content>
217    <Content Include="WebApp\services\taskService.js">
218      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
219    </Content>
220    <Content Include="WebApp\services\userService.js">
221      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
222    </Content>
223    <Content Include="WebApp\statistics.css">
224      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
225    </Content>
226    <Content Include="WebApp\users\details\userDetailsCtrl.js">
227      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
228    </Content>
229    <Content Include="WebApp\users\usersCtrl.js">
230      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
231    </Content>
232    <None Include="HeuristicLab.snk" />
233    <Content Include="Properties\AssemblyInfo.cs.frame" />
234    <None Include="packages.config" />
235    <Content Include="Web.config">
236      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
237    </Content>
238    <Content Include="WebApp\clients\clients.cshtml">
239      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
240    </Content>
241    <Content Include="WebApp\jobs\jobs.cshtml">
242      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
243    </Content>
244    <Content Include="WebApp\users\users.cshtml">
245      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
246    </Content>
247    <None Include="WebApp\clients\details\clientDetails.cshtml">
248      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
249    </None>
250    <None Include="WebApp\clients\details\clientTaskDetailsDialog.cshtml">
251      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
252    </None>
253    <Content Include="WebApp\groups\groups.cshtml">
254      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
255    </Content>
256    <None Include="WebApp\exceptions\exceptions.cshtml">
257      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
258    </None>
259    <None Include="WebApp\exceptions\exceptionDetailsDialog.cshtml">
260      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
261    </None>
262    <None Include="WebApp\groups\details\groupDetails.cshtml">
263      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
264    </None>
265    <None Include="WebApp\jobs\details\jobDetails.cshtml">
266      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
267    </None>
268    <None Include="WebApp\jobs\details\jobTaskDetailsDialog.cshtml">
269      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
270    </None>
271    <Content Include="WebApp\users\details\userDetails.cshtml">
272      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
273    </Content>
274  </ItemGroup>
275  <ItemGroup />
276  <ItemGroup>
277    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
278      <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
279      <Name>HeuristicLab.Services.Access-3.3</Name>
280      <Private>False</Private>
281    </ProjectReference>
282    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
283      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
284      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
285      <Private>False</Private>
286    </ProjectReference>
287    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
288      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
289      <Name>HeuristicLab.Services.Hive-3.3</Name>
290      <Private>False</Private>
291    </ProjectReference>
292  </ItemGroup>
293  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
294  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
295  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
296    <PropertyGroup>
297      <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>
298    </PropertyGroup>
299    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
300  </Target>
301  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
302       Other similar extension points exist, see Microsoft.Common.targets.
303  <Target Name="BeforeBuild">
304  </Target>
305  <Target Name="AfterBuild">
306  </Target>
307  -->
308</Project>
Note: See TracBrowser for help on using the repository browser.