Move to generating msbuild choose elements to get if-else selection behavior for...
[mono-project.git] / mcs / class / System.Web.Http.WebHost / System.Web.Http.WebHost.csproj
blob9280f054875fded80ae67bcbef0c4b9bbf1ddcfb
1 <?xml version="1.0" encoding="utf-8"?>\r
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. -->\r
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>\r
7     <ProjectGuid>{1A834697-A8E8-47CE-B54E-992068B9F4EA}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <NoWarn>1699</NoWarn>\r
10     <LangVersion>latest</LangVersion>\r
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>\r
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>\r
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>\r
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
15     <NoStdLib>True</NoStdLib>\r
16     <NoConfig>True</NoConfig>\r
17     <AssemblyName>System.Web.Http.WebHost</AssemblyName>\r
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>\r
19     <SignAssembly>true</SignAssembly>\r
20     <DelaySign>true</DelaySign>\r
21     <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>\r
22   </PropertyGroup>\r
23   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
24   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
25   is a problem to compile the Mono mscorlib.dll -->\r
26   <PropertyGroup>\r
27     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
30     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>\r
31     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>\r
32     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;ASPNETMVC</DefineConstants>\r
33   </PropertyGroup>\r
34   <!-- @ALL_PROFILE_PROPERTIES@ -->\r
35   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
36     <DebugSymbols>true</DebugSymbols>\r
37     <DebugType>full</DebugType>\r
38     <Optimize>false</Optimize>\r
39     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->\r
40     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
43     <DebugType>pdbonly</DebugType>\r
44     <Optimize>true</Optimize>\r
45   </PropertyGroup>\r
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
47   <!-- @BUILT_SOURCES@ -->\r
48   <!--Common files-->\r
49   <ItemGroup>\r
50     <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />\r
51     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\CommonWebApiResources.Designer.cs" />\r
52     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\DictionaryExtensions.cs" />\r
53     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\Error.cs" />\r
54     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\HttpMethodHelper.cs" />\r
55     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpers.cs" />\r
56     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpersExtensions.cs" />\r
57     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\GlobalConfiguration.cs" />\r
58     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\GlobalSuppressions.cs" />\r
59     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\HttpControllerHandler.cs" />\r
60     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\HttpControllerRouteHandler.cs" />\r
61     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\HttpControllerTypeCacheSerializer.cs" />\r
62     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\PreApplicationStartCode.cs" />\r
63     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Properties\AssemblyInfo.cs" />\r
64     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Properties\SRResources.Designer.cs" />\r
65     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\RouteCollectionExtensions.cs" />\r
66     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HostedHttpRoute.cs" />\r
67     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HostedHttpRouteCollection.cs" />\r
68     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HostedHttpRouteData.cs" />\r
69     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HostedHttpVirtualPathData.cs" />\r
70     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HttpContextBaseExtensions.cs" />\r
71     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HttpRouteDataExtensions.cs" />\r
72     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HttpRouteExtensions.cs" />\r
73     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\Routing\HttpWebRoute.cs" />\r
74     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\SuppressFormsAuthRedirectModule.cs" />\r
75     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\TaskWrapperAsyncResult.cs" />\r
76     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\WebHostAssembliesResolver.cs" />\r
77     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\WebHostHttpControllerTypeResolver.cs" />\r
78     <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />\r
79   </ItemGroup>\r
80   <!--End of common files-->\r
81   <!-- @ALL_SOURCES@ -->\r
82   <!-- @COMMON_PROJECT_REFERENCES@ -->\r
83   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
84     <ProjectReference Include="../System.Core/System.Core.csproj" />\r
85     <ProjectReference Include="../System/System.csproj" />\r
86     <ProjectReference Include="../System.XML/System.Xml.csproj" />\r
87     <ProjectReference Include="../System.Configuration/System.Configuration.csproj" />\r
88     <ProjectReference Include="../System.Net.Http/System.Net.Http.csproj" />\r
89     <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization.csproj" />\r
90     <ProjectReference Include="../System.ServiceModel/System.ServiceModel.csproj" />\r
91     <ProjectReference Include="../System.IdentityModel/System.IdentityModel.csproj" />\r
92     <ProjectReference Include="../System.Web.Http/System.Web.Http.csproj" />\r
93     <ProjectReference Include="../System.Net.Http.Formatting/System.Net.Http.Formatting.csproj" />\r
94     <ProjectReference Include="../System.Web.Routing/System.Web.Routing.csproj" />\r
95     <ProjectReference Include="../System.Web/System.Web.csproj" />\r
96     <ProjectReference Include="../Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj" />\r
97     <ProjectReference Include="../corlib/corlib.csproj" />\r
98   </ItemGroup>\r
99   <!-- @ALL_REFERENCES@ -->\r
100   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
101     <EmbeddedResource Include="../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx">\r
102       <LogicalName>System.Web.Http.WebHost.Properties.CommonWebApiResources.resources</LogicalName>\r
103     </EmbeddedResource>\r
104     <EmbeddedResource Include="../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx">\r
105       <LogicalName>System.Web.Http.WebHost.Properties.SRResources.resources</LogicalName>\r
106     </EmbeddedResource>\r
107   </ItemGroup>\r
108   <!-- @ALL_RESOURCES@ -->\r
109 </Project>