Add TimeZoneInfo Serialization
[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>{53C6EE8D-8590-4805-B016-FD9C8E360A21}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>bin\Debug\System.Web.Http.SelfHost-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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;ASPNETMVC</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;ASPNETMVC</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\CommonWebApiResources.Designer.cs" />\r
48     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\DictionaryExtensions.cs" />\r
49     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\Error.cs" />\r
50     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\HttpMethodHelper.cs" />\r
51     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpers.cs" />\r
52     <Compile Include="..\..\..\external\aspnetwebstack\src\Common\TaskHelpersExtensions.cs" />\r
53     <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />\r
54     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBinding.cs" />\r
55     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurity.cs" />\r
56     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurityMode.cs" />\r
57     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpBindingSecurityModeHelper.cs" />\r
58     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessage.cs" />\r
59     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncoderFactory.cs" />\r
60     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingBindingElement.cs" />\r
61     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingChannelListener.cs" />\r
62     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingReplyChannel.cs" />\r
63     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageEncodingRequestContext.cs" />\r
64     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Channels\HttpMessageExtensions.cs" />\r
65     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpRequestMessageExtensions.cs" />\r
66     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpSelfHostConfiguration.cs" />\r
67     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\HttpSelfHostServer.cs" />\r
68     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Properties\AssemblyInfo.cs" />\r
69     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\Properties\SRResources.Designer.cs" />\r
70     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\AsyncResult.cs" />\r
71     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\BufferedOutputStream.cs" />\r
72     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\BufferManagerOutputStream.cs" />\r
73     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\ChannelAcceptor.cs" />\r
74     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\ChannelBindingUtility.cs" />\r
75     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\CompletedAsyncResult.cs" />\r
76     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\HttpTransportDefaults.cs" />\r
77     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\IChannelAcceptor.cs" />\r
78     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannel.cs" />\r
79     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannelAcceptor.cs" />\r
80     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\LayeredChannelListener.cs" />\r
81     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\Channels\TransportDefaults.cs" />\r
82     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HostNameComparisonModeHelper.cs" />\r
83     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpClientCredentialTypeHelper.cs" />\r
84     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpProxyCredentialTypeHelper.cs" />\r
85     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\HttpTransportSecurityExtensionMethods.cs" />\r
86     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\TransferModeHelper.cs" />\r
87     <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />\r  </ItemGroup>\r
88   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
89        Other similar extension points exist, see Microsoft.Common.targets.\r
90   <Target Name="BeforeBuild">\r
91   </Target>\r
92   <Target Name="AfterBuild">\r
93   </Target>\r
94   -->\r
95   <PropertyGroup>\r
96     <PreBuildEvent>\r
97 \r
98     </PreBuildEvent>\r
99     <PostBuildEvent>\r
100       xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
101   </PostBuildEvent>\r
102   </PropertyGroup>\r
103   <ItemGroup>\r
104     <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
105       <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>\r
106       <Name>corlib\corlib-net_4_5</Name>\r
107     </ProjectReference>\r
108     <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">\r
109       <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>\r
110       <Name>System.Core\System.Core-net_4_5</Name>\r
111     </ProjectReference>\r
112     <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
113       <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>\r
114       <Name>System\System-net_4_5-2</Name>\r
115     </ProjectReference>\r
116     <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">\r
117       <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>\r
118       <Name>System.XML\System.Xml-net_4_5-1</Name>\r
119     </ProjectReference>\r
120     <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">\r
121       <Project>{847BF7E9-DEFB-43C9-8410-CA775ADC0E8A}</Project>\r
122       <Name>System.Configuration\System.Configuration-net_4_5</Name>\r
123     </ProjectReference>\r
124     <ProjectReference Include="..\System.Net.Http\System.Net.Http-net_4_5.csproj">\r
125       <Project>{46CFCFD7-D328-4896-86F2-215A6577548C}</Project>\r
126       <Name>System.Net.Http\System.Net.Http-net_4_5</Name>\r
127     </ProjectReference>\r
128     <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_5.csproj">\r
129       <Project>{088AB4AB-1904-4365-A74B-F7557A034945}</Project>\r
130       <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_5</Name>\r
131     </ProjectReference>\r
132     <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_5.csproj">\r
133       <Project>{CF2A0D90-EB73-49B1-900B-BCE40990B404}</Project>\r
134       <Name>System.ServiceModel\System.ServiceModel-net_4_5</Name>\r
135     </ProjectReference>\r
136     <ProjectReference Include="..\System.IdentityModel\System.IdentityModel-net_4_5.csproj">\r
137       <Project>{1B9AFE07-4230-4DE0-8A9F-C277179098FF}</Project>\r
138       <Name>System.IdentityModel\System.IdentityModel-net_4_5</Name>\r
139     </ProjectReference>\r
140     <ProjectReference Include="..\System.Web.Http\System.Web.Http-net_4_5.csproj">\r
141       <Project>{0410DC95-B046-49E0-954A-A2CDA3368100}</Project>\r
142       <Name>System.Web.Http\System.Web.Http-net_4_5</Name>\r
143     </ProjectReference>\r
144     <ProjectReference Include="..\System.Net.Http.Formatting\System.Net.Http.Formatting-net_4_5.csproj">\r
145       <Project>{23304250-6657-44F1-851B-8EF6C5A9CEF7}</Project>\r
146       <Name>System.Net.Http.Formatting\System.Net.Http.Formatting-net_4_5</Name>\r
147     </ProjectReference>\r
148   </ItemGroup>\r
149   <ItemGroup>\r
150     <Folder Include="Properties\" />\r
151   </ItemGroup>\r
152 </Project>