Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj @ 12962

Last change on this file since 12962 was 12879, checked in by ascheibe, 9 years ago

#2388 added missing prebuild events

File size: 16.0 KB
RevLine 
[12477]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>
[12773]11    <AssemblyName>HeuristicLab.Services.WebApp.Statistics-3.3</AssemblyName>
[12477]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>
[12551]81    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
[12477]82      <SpecificVersion>False</SpecificVersion>
[12551]83      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
[12560]84      <Private>False</Private>
[12477]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>
[12516]142    <Compile Include="WebApi\ClientController.cs" />
[12477]143    <Compile Include="Properties\AssemblyInfo.cs" />
144    <Compile Include="WebApi\DataTransfer\Client.cs" />
[12516]145    <Compile Include="WebApi\DataTransfer\ClientDetails.cs" />
146    <Compile Include="WebApi\DataTransfer\ClientPage.cs" />
147    <Compile Include="WebApi\DataTransfer\ClientStatus.cs" />
[12551]148    <Compile Include="WebApi\DataTransfer\ExceptionPage.cs" />
[12525]149    <Compile Include="WebApi\DataTransfer\Group.cs" />
150    <Compile Include="WebApi\DataTransfer\GroupDetails.cs" />
151    <Compile Include="WebApi\DataTransfer\GroupPage.cs" />
[12477]152    <Compile Include="WebApi\DataTransfer\Job.cs" />
[12516]153    <Compile Include="WebApi\DataTransfer\JobDetails.cs" />
154    <Compile Include="WebApi\DataTransfer\JobPage.cs" />
[12477]155    <Compile Include="WebApi\DataTransfer\Task.cs" />
[12551]156    <Compile Include="WebApi\DataTransfer\Exception.cs" />
[12516]157    <Compile Include="WebApi\DataTransfer\TaskPage.cs" />
158    <Compile Include="WebApi\DataTransfer\TaskStateCount.cs" />
[12477]159    <Compile Include="WebApi\DataTransfer\User.cs" />
[12551]160    <Compile Include="WebApi\DataTransfer\UserDetails.cs" />
161    <Compile Include="WebApi\ExceptionController.cs" />
[12525]162    <Compile Include="WebApi\GroupController.cs" />
[12516]163    <Compile Include="WebApi\JavascriptUtils.cs" />
164    <Compile Include="WebApi\JobController.cs" />
165    <Compile Include="WebApi\TaskController.cs" />
166    <Compile Include="WebApi\UserController.cs" />
[12477]167  </ItemGroup>
168  <ItemGroup>
169    <Content Include="statistics.js">
170      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
171    </Content>
[12516]172    <Content Include="WebApp\clients\details\clientDetailsCtrl.js">
173      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
174    </Content>
[12477]175    <Content Include="WebApp\clients\clientsCtrl.js">
176      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
177    </Content>
[12516]178    <Content Include="WebApp\clients\details\clientTaskDetailsDialogCtrl.js">
179      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
180    </Content>
[12551]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>
[12525]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>
[12516]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>
[12477]199    <Content Include="WebApp\jobs\jobsCtrl.js">
200      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
201    </Content>
[12516]202    <Content Include="WebApp\services\clientService.js">
203      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
204    </Content>
[12551]205    <Content Include="WebApp\services\exceptionService.js">
206      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
207    </Content>
[12525]208    <Content Include="WebApp\services\groupService.js">
209      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
210    </Content>
[12516]211    <Content Include="WebApp\services\jobService.js">
212      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
213    </Content>
[12477]214    <Content Include="WebApp\services\statisticsService.js">
215      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
216    </Content>
[12516]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>
[12477]223    <Content Include="WebApp\statistics.css">
224      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
225    </Content>
[12516]226    <Content Include="WebApp\users\details\userDetailsCtrl.js">
227      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
228    </Content>
[12477]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>
[12516]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>
[12525]253    <Content Include="WebApp\groups\groups.cshtml">
254      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
255    </Content>
[12551]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>
[12525]262    <None Include="WebApp\groups\details\groupDetails.cshtml">
263      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
264    </None>
[12516]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>
[12477]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>
[12879]301  <PropertyGroup>
302    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
303set ProjectDir=$(ProjectDir)
304set SolutionDir=$(SolutionDir)
305set Outdir=$(Outdir)
306
307call PreBuildEvent.cmd</PreBuildEvent>
308  </PropertyGroup>
[12477]309  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
310       Other similar extension points exist, see Microsoft.Common.targets.
311  <Target Name="BeforeBuild">
312  </Target>
313  <Target Name="AfterBuild">
314  </Target>
315  -->
316</Project>
Note: See TracBrowser for help on using the repository browser.