Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3044_variableScaling/HeuristicLab.Services.WebApp.Maintenance/3.3/HeuristicLab.Services.WebApp.Maintenance-3.3.csproj

Last change on this file 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: 9.1 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>{3F22B7DA-FDDB-48F0-8BB7-0ABA5120FC87}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.WebApp.Maintenance</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.WebApp.Maintenance-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x64\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>bin\x64\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
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    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System">
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="System.Core">
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="System.Net.Http">
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="System.Xml.Linq">
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System.Data.DataSetExtensions">
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="Microsoft.CSharp">
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="System.Data">
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="System.Xml">
98      <Private>False</Private>
99    </Reference>
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="Properties\AssemblyInfo.cs" />
103    <Compile Include="WebApi\DataTransfer\FactClientInfo.cs" />
104    <Compile Include="WebApi\DataTransfer\Job.cs" />
105    <Compile Include="WebApi\DataTransfer\JobPage.cs" />
106    <Compile Include="WebApi\DataTransfer\Plugin.cs" />
107    <Compile Include="WebApi\DataTransfer\PluginPage.cs" />
108    <Compile Include="WebApi\DataTransfer\TableInformation.cs" />
109    <Compile Include="WebApi\FactClientInfoController.cs" />
110    <Compile Include="WebApi\FactTaskController.cs" />
111    <Compile Include="WebApi\PluginController.cs" />
112    <Compile Include="WebApi\SpaceUsageController.cs" />
113  </ItemGroup>
114  <ItemGroup>
115    <None Include="app.config" />
116    <None Include="HeuristicLab.snk" />
117    <Content Include="WebApp\factclientinfo\factclientinfoCtrl.js">
118      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119    </Content>
120    <Content Include="WebApp\facttask\facttaskCtrl.js">
121      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
122    </Content>
123    <Content Include="WebApp\plugin\plugin.cshtml">
124      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125    </Content>
126    <Content Include="Web.config">
127      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
128    </Content>
129    <None Include="Properties\AssemblyInfo.cs.frame" />
130    <None Include="WebApp\factclientinfo\factclientinfo.cshtml">
131      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
132    </None>
133    <None Include="WebApp\facttask\facttask.cshtml">
134      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
135    </None>
136    <None Include="WebApp\spaceUsage\spaceUsage.cshtml">
137      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
138    </None>
139  </ItemGroup>
140  <ItemGroup>
141    <Content Include="maintenance.js">
142      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
143    </Content>
144    <Content Include="WebApp\plugin\pluginCtrl.js">
145      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
146    </Content>
147    <Content Include="WebApp\services\factclientinfoService.js">
148      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149    </Content>
150    <Content Include="WebApp\services\facttaskService.js">
151      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
152    </Content>
153    <Content Include="WebApp\services\pluginService.js">
154      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
155    </Content>
156    <Content Include="WebApp\services\spaceUsageService.js">
157      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
158    </Content>
159    <Content Include="WebApp\spaceUsage\spaceUsageCtrl.js">
160      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
161    </Content>
162  </ItemGroup>
163  <ItemGroup>
164    <PackageReference Include="Microsoft.AspNet.WebApi">
165      <Version>5.2.3</Version>
166    </PackageReference>
167    <PackageReference Include="Newtonsoft.Json">
168      <Version>7.0.1</Version>
169    </PackageReference>
170  </ItemGroup>
171  <ItemGroup>
172    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
173      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
174      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
178      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
179      <Name>HeuristicLab.Services.Hive-3.3</Name>
180      <Private>False</Private>
181    </ProjectReference>
182  </ItemGroup>
183  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
184  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
185  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
186    <PropertyGroup>
187      <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>
188    </PropertyGroup>
189    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
190  </Target>
191  <PropertyGroup>
192    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
193set ProjectDir=$(ProjectDir)
194set SolutionDir=$(SolutionDir)
195set Outdir=$(Outdir)
196
197call PreBuildEvent.cmd</PreBuildEvent>
198  </PropertyGroup>
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206</Project>
Note: See TracBrowser for help on using the repository browser.