[HttpConnection] Bug fix: HttpListener's "IgnoreWriteExceptions" property value is...
[mono.git] / mcs / class / System.Web.Http.SelfHost / System.Web.Http.SelfHost-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{A7DC51E3-AB8D-4FE4-B25F-4C16F3CCCB5C}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>System.Web.Http.SelfHost</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22     <PropertyGroup>\r
23     <SignAssembly>true</SignAssembly>\r
24     <DelaySign>true</DelaySign>\r
25   </PropertyGroup>\r
26   <PropertyGroup>\r
27     <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
30     <DebugSymbols>true</DebugSymbols>\r
31     <DebugType>full</DebugType>\r
32     <NoWarn>1699</NoWarn>\r
33     <Optimize>false</Optimize>\r
34     <DefineConstants>DEBUG;TRACE;NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE;ASPNETMVC</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
39     <DebugType>pdbonly</DebugType>\r
40     <NoWarn>1699</NoWarn>\r
41     <Optimize>true</Optimize>\r
42     <DefineConstants>NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE;ASPNETMVC</DefineConstants>\r
43     <ErrorReport>prompt</ErrorReport>\r
44     <WarningLevel>4</WarningLevel>\r
45   </PropertyGroup>\r
46   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
47   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
48   is a problem to compile the Mono mscorlib.dll -->\r
49   <PropertyGroup>\r
50     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
51   </PropertyGroup>\r
52   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
53   <ItemGroup>\r
54     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\CommonWebApiResources.Designer.cs" />\r
55     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\DictionaryExtensions.cs" />\r
56     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\Error.cs" />\r
57     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\HttpMethodHelper.cs" />\r
58     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpers.cs" />\r
59     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpersExtensions.cs" />\r
60     <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />\r
61     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBinding.cs" />\r
62     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurity.cs" />\r
63     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurityMode.cs" />\r
64     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurityModeHelper.cs" />\r
65     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessage.cs" />\r
66     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncoderFactory.cs" />\r
67     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingBindingElement.cs" />\r
68     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingChannelListener.cs" />\r
69     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingReplyChannel.cs" />\r
70     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingRequestContext.cs" />\r
71     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageExtensions.cs" />\r
72     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpRequestMessageExtensions.cs" />\r
73     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpSelfHostConfiguration.cs" />\r
74     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpSelfHostServer.cs" />\r
75     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Properties\AssemblyInfo.cs" />\r
76     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Properties\SRResources.Designer.cs" />\r
77     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\AsyncResult.cs" />\r
78     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\BufferedOutputStream.cs" />\r
79     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\BufferManagerOutputStream.cs" />\r
80     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\ChannelAcceptor.cs" />\r
81     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\ChannelBindingUtility.cs" />\r
82     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\CompletedAsyncResult.cs" />\r
83     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\HttpTransportDefaults.cs" />\r
84     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\IChannelAcceptor.cs" />\r
85     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannel.cs" />\r
86     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannelAcceptor.cs" />\r
87     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannelListener.cs" />\r
88     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\TransportDefaults.cs" />\r
89     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HostNameComparisonModeHelper.cs" />\r
90     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpClientCredentialTypeHelper.cs" />\r
91     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpProxyCredentialTypeHelper.cs" />\r
92     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpTransportSecurityExtensionMethods.cs" />\r
93     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\TransferModeHelper.cs" />\r
94     <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />\r  </ItemGroup>\r
95   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
96        Other similar extension points exist, see Microsoft.Common.targets.\r
97   <Target Name="BeforeBuild">\r
98   </Target>\r
99   <Target Name="AfterBuild">\r
100   </Target>\r
101   -->\r
102   <PropertyGroup>\r
103     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
104 \r
105     </PreBuildEvent>\r
106     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
107 \r
108     </PreBuildEvent>\r
109 \r
110     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
111 \r
112     </PostBuildEvent>\r
113     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
114 \r
115     </PostBuildEvent>\r
116   </PropertyGroup>\r
117   <ItemGroup>\r
118     <ProjectReference Include="../corlib/corlib-net_4_5.csproj">\r
119       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
120       <Name>corlib-net_4_5</Name>\r
121     </ProjectReference>\r
122     <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">\r
123       <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>\r
124       <Name>System.Core-net_4_5</Name>\r
125     </ProjectReference>\r
126     <ProjectReference Include="../System/System-net_4_5.csproj">\r
127       <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
128       <Name>System-net_4_5</Name>\r
129     </ProjectReference>\r
130     <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">\r
131       <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>\r
132       <Name>System.Xml-net_4_5</Name>\r
133     </ProjectReference>\r
134     <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">\r
135       <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>\r
136       <Name>System.Configuration-net_4_5</Name>\r
137     </ProjectReference>\r
138     <ProjectReference Include="../System.Net.Http/System.Net.Http-net_4_5.csproj">\r
139       <Project>{E36C154B-A0AC-4721-B06A-AFE31D357CE5}</Project>\r
140       <Name>System.Net.Http-net_4_5</Name>\r
141     </ProjectReference>\r
142     <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization-net_4_5.csproj">\r
143       <Project>{08FF4C26-9C12-433D-AE90-43370046387A}</Project>\r
144       <Name>System.Runtime.Serialization-net_4_5</Name>\r
145     </ProjectReference>\r
146     <ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_5.csproj">\r
147       <Project>{F2156C09-C377-4945-A690-39CFBF3319B3}</Project>\r
148       <Name>System.ServiceModel-net_4_5</Name>\r
149     </ProjectReference>\r
150     <ProjectReference Include="../System.IdentityModel/System.IdentityModel-net_4_5.csproj">\r
151       <Project>{F056C062-E467-4989-9366-440E8CD23C0C}</Project>\r
152       <Name>System.IdentityModel-net_4_5</Name>\r
153     </ProjectReference>\r
154     <ProjectReference Include="../System.Web.Http/System.Web.Http-net_4_5.csproj">\r
155       <Project>{2EFF8684-99DB-4DD6-B3BC-7E7AA42A15FC}</Project>\r
156       <Name>System.Web.Http-net_4_5</Name>\r
157     </ProjectReference>\r
158     <ProjectReference Include="../System.Net.Http.Formatting/System.Net.Http.Formatting-net_4_5.csproj">\r
159       <Project>{BFBE5444-4F21-45CF-929E-C8FBEF302F5E}</Project>\r
160       <Name>System.Net.Http.Formatting-net_4_5</Name>\r
161     </ProjectReference>\r
162   </ItemGroup>\r
163   <ItemGroup>\r
164     <Folder Include="Properties\" />\r
165   </ItemGroup>\r
166 </Project>\r
167