Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.WebApp.Status/3.3/HeuristicLab.Services.WebApp.Status-3.3.csproj

Last change on this file was 17105, checked in by mkommend, 5 years ago

#2520: Merged 16584, 16585,16594,16595, 16625, 16658, 16659, 16672, 16707, 16729, 16792, 16796, 16797, 16799, 16819, 16906, 16907, 16908, 16933, 16945, 16992, 16994, 16995, 16996, 16997, 17014, 17015, 17017, 17020, 17021, 17022, 17023, 17024, 17029, 17086, 17087, 17088, 17089 into stable.

File size: 7.7 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>{2351DBE7-D0E1-44F9-9CE9-2F0F5E580572}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.WebApp.Status</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.WebApp.Status-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>none</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    <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    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73  </PropertyGroup>
74  <ItemGroup>
75    <Reference Include="System" />
76    <Reference Include="System.Core" />
77    <Reference Include="System.Data.Linq" />
78    <Reference Include="System.Net.Http" />
79    <Reference Include="System.Web.ApplicationServices" />
80    <Reference Include="System.Xml.Linq" />
81    <Reference Include="System.Data.DataSetExtensions" />
82    <Reference Include="Microsoft.CSharp" />
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="Properties\AssemblyInfo.cs" />
88    <Compile Include="WebApi\DataController.cs" />
89    <Compile Include="WebApi\DataTransfer\Slave.cs" />
90    <Compile Include="WebApi\DataTransfer\Status.cs" />
91    <Compile Include="WebApi\DataTransfer\User.cs" />
92    <Compile Include="WebApi\JavascriptUtils.cs" />
93  </ItemGroup>
94  <ItemGroup>
95    <Content Include="status.js">
96      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
97    </Content>
98    <Content Include="WebApp\services\statusService.js">
99      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
100    </Content>
101    <Content Include="WebApp\status.css">
102      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
103    </Content>
104    <None Include="HeuristicLab.snk" />
105    <Content Include="Properties\AssemblyInfo.cs.frame" />
106    <None Include="WebApp\history\history.cshtml">
107      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
108    </None>
109    <Content Include="WebApp\history\historyCtrl.js">
110      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
111    </Content>
112    <Content Include="WebApp\status\statusCtrl.js">
113      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
114    </Content>
115  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
118      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
119      <Name>HeuristicLab.Services.Access-3.3</Name>
120      <Private>False</Private>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
123      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
124      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
125      <Private>False</Private>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
128      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
129      <Name>HeuristicLab.Services.Hive-3.3</Name>
130      <Private>False</Private>
131    </ProjectReference>
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="WebApp\status\status.cshtml">
135      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
136    </None>
137  </ItemGroup>
138  <ItemGroup>
139    <PackageReference Include="Microsoft.AspNet.WebApi">
140      <Version>5.2.3</Version>
141    </PackageReference>
142    <PackageReference Include="Newtonsoft.Json">
143      <Version>7.0.1</Version>
144    </PackageReference>
145  </ItemGroup>
146  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
148  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
149    <PropertyGroup>
150      <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>
151    </PropertyGroup>
152    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
153  </Target>
154  <PropertyGroup>
155    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
156set ProjectDir=$(ProjectDir)
157set SolutionDir=$(SolutionDir)
158set Outdir=$(Outdir)
159
160call PreBuildEvent.cmd</PreBuildEvent>
161  </PropertyGroup>
162  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163       Other similar extension points exist, see Microsoft.Common.targets.
164  <Target Name="BeforeBuild">
165  </Target>
166  <Target Name="AfterBuild">
167  </Target>
168  -->
169</Project>
Note: See TracBrowser for help on using the repository browser.