Merge pull request #15293 from lewing/wasm-clean
[mono-project.git] / mcs / class / System.Web.Http.SelfHost / System.Web.Http.SelfHost.csproj
blob573f18ead3868f96d6d565cbf77243999fbe0b6e
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
7     <ProjectGuid>{FA9EE2FA-C2A5-4679-BAA4-5C3CFE2B72F0}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <NoWarn>1699</NoWarn>
10     <LangVersion>latest</LangVersion>
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15     <NoStdLib>True</NoStdLib>
16     <NoConfig>True</NoConfig>
17     <AssemblyName>System.Web.Http.SelfHost</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19     <SignAssembly>true</SignAssembly>
20     <DelaySign>true</DelaySign>
21     <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>
22   </PropertyGroup>
23   <PropertyGroup>
24     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
25     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
26     is a problem to compile the Mono mscorlib.dll -->
27     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
30     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
31     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
32     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;ASPNETMVC</DefineConstants>
33   </PropertyGroup>
34   <!-- @ALL_PROFILE_PROPERTIES@ -->
35   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
36     <DebugSymbols>true</DebugSymbols>
37     <DebugType>full</DebugType>
38     <Optimize>false</Optimize>
39     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
40     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
41   </PropertyGroup>
42   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
43     <DebugType>pdbonly</DebugType>
44     <Optimize>true</Optimize>
45   </PropertyGroup>
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
47   <!-- @BUILT_SOURCES@ -->
48   <!--Common files-->
49   <ItemGroup>
50     <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
51     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\CommonWebApiResources.Designer.cs" />
52     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\DictionaryExtensions.cs" />
53     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\Error.cs" />
54     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\HttpMethodHelper.cs" />
55     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpers.cs" />
56     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpersExtensions.cs" />
57     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBinding.cs" />
58     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurity.cs" />
59     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurityMode.cs" />
60     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurityModeHelper.cs" />
61     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessage.cs" />
62     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncoderFactory.cs" />
63     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingBindingElement.cs" />
64     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingChannelListener.cs" />
65     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingReplyChannel.cs" />
66     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingRequestContext.cs" />
67     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageExtensions.cs" />
68     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpRequestMessageExtensions.cs" />
69     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpSelfHostConfiguration.cs" />
70     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpSelfHostServer.cs" />
71     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Properties\AssemblyInfo.cs" />
72     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Properties\SRResources.Designer.cs" />
73     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\AsyncResult.cs" />
74     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\BufferManagerOutputStream.cs" />
75     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\BufferedOutputStream.cs" />
76     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\ChannelAcceptor.cs" />
77     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\ChannelBindingUtility.cs" />
78     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\CompletedAsyncResult.cs" />
79     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\HttpTransportDefaults.cs" />
80     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\IChannelAcceptor.cs" />
81     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannel.cs" />
82     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannelAcceptor.cs" />
83     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannelListener.cs" />
84     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\TransportDefaults.cs" />
85     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HostNameComparisonModeHelper.cs" />
86     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpClientCredentialTypeHelper.cs" />
87     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpProxyCredentialTypeHelper.cs" />
88     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpTransportSecurityExtensionMethods.cs" />
89     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\TransferModeHelper.cs" />
90     <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
91   </ItemGroup>
92   <!--End of common files-->
93   <!-- @ALL_SOURCES@ -->
94   <!-- @COMMON_PROJECT_REFERENCES@ -->
95   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
96     <ProjectReference Include="../System.Core/System.Core.csproj" />
97     <ProjectReference Include="../System/System.csproj" />
98     <ProjectReference Include="../System.XML/System.Xml.csproj" />
99     <ProjectReference Include="../System.Configuration/System.Configuration.csproj" />
100     <ProjectReference Include="../System.Net.Http/System.Net.Http.csproj" />
101     <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization.csproj" />
102     <ProjectReference Include="../System.ServiceModel/System.ServiceModel.csproj" />
103     <ProjectReference Include="../System.IdentityModel/System.IdentityModel.csproj" />
104     <ProjectReference Include="../System.Web.Http/System.Web.Http.csproj" />
105     <ProjectReference Include="../System.Net.Http.Formatting/System.Net.Http.Formatting.csproj" />
106     <ProjectReference Include="../corlib/corlib.csproj" />
107   </ItemGroup>
108   <!-- @ALL_REFERENCES@ -->
109   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
110     <EmbeddedResource Include="../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx">
111       <LogicalName>System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources</LogicalName>
112     </EmbeddedResource>
113     <EmbeddedResource Include="../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/SRResources.resx">
114       <LogicalName>System.Web.Http.SelfHost.Properties.SRResources.resources</LogicalName>
115     </EmbeddedResource>
116   </ItemGroup>
117   <!-- @ALL_RESOURCES@ -->
118   <PropertyGroup>
119     <!-- Force the pre-build event to run after references have been resolved. The default
120       behavior is to run them before resolving references, which can cause things like
121       culevel.exe to be used before they have been built. -->
122     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
123   </PropertyGroup>
124 </Project>