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 @ 12560

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

#2388:

HeuristicLab.Services.WebApp-3.3:

  • updated about page

HeuristicLab.Services.WebApp.Statistics-3.3:

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