Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17130 was 16625, checked in by jkarder, 5 years ago

#2520: switched projects in the following solutions from packages.config format to PackageReference format

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