System.ServiceModel.Web-net_4_0.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3867C3D0-36C4-4CC1-A8E5-5D15631B35D4}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.ServiceModel.Web</AssemblyName>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;NET_3_0</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;NET_3_0</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="Assembly\TypeForwarders.cs" />
  51. <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
  52. <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
  53. <Compile Include="System.ServiceModel.Channels\WebBodyFormatMessageProperty.cs" />
  54. <Compile Include="System.ServiceModel.Channels\WebContentFormat.cs" />
  55. <Compile Include="System.ServiceModel.Channels\WebContentTypeMapper.cs" />
  56. <Compile Include="System.ServiceModel.Channels\WebMessageEncoder.cs" />
  57. <Compile Include="System.ServiceModel.Channels\WebMessageEncoderFactory.cs" />
  58. <Compile Include="System.ServiceModel.Channels\WebMessageEncodingBindingElement.cs" />
  59. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
  60. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
  61. <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
  62. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
  63. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
  64. <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
  65. <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
  66. <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
  67. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
  68. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
  69. <Compile Include="System.ServiceModel.Description\WebHttpBehavior.cs" />
  70. <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
  71. <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
  72. <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
  73. <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
  74. <Compile Include="System.ServiceModel.Dispatcher\JsonQueryStringConverter.cs" />
  75. <Compile Include="System.ServiceModel.Dispatcher\QueryStringConverter.cs" />
  76. <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
  77. <Compile Include="System.ServiceModel.Dispatcher\WebMessageFormatter.cs" />
  78. <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
  79. <Compile Include="System.ServiceModel.Web\IncomingWebResponseContext.cs" />
  80. <Compile Include="System.ServiceModel.Web\OutgoingWebRequestContext.cs" />
  81. <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
  82. <Compile Include="System.ServiceModel.Web\WebAttributeInfo.cs" />
  83. <Compile Include="System.ServiceModel.Web\WebChannelFactory.cs" />
  84. <Compile Include="System.ServiceModel.Web\WebGetAttribute.cs" />
  85. <Compile Include="System.ServiceModel.Web\WebInvokeAttribute.cs" />
  86. <Compile Include="System.ServiceModel.Web\WebMessageBodyStyle.cs" />
  87. <Compile Include="System.ServiceModel.Web\WebMessageFormat.cs" />
  88. <Compile Include="System.ServiceModel.Web\WebOperationContext.cs" />
  89. <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
  90. <Compile Include="System.ServiceModel\WebHttpBinding.cs" />
  91. <Compile Include="System.ServiceModel\WebHttpSecurity.cs" />
  92. <Compile Include="System.ServiceModel\WebHttpSecurityMode.cs" /> </ItemGroup>
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. <PropertyGroup>
  101. <PreBuildEvent>
  102. </PreBuildEvent>
  103. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  104. </PostBuildEvent>
  105. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  106. </PostBuildEvent>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  110. <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
  111. <Name>corlib\corlib-net_4_0</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  114. <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
  115. <Name>System\System-net_4_0-2</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  118. <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
  119. <Name>System.XML\System.Xml-net_4_0-1</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
  122. <Project>{28265916-A48E-4A4D-A845-2F1C06027D68}</Project>
  123. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_0-1.csproj">
  126. <Project>{CB54BC7B-F3CD-43DC-B983-3FFFF41D01E1}</Project>
  127. <Name>System.ServiceModel\System.ServiceModel-net_4_0-1</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
  130. <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
  131. <Name>System.Core\System.Core-net_4_0</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
  134. <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
  135. <Name>System.Configuration\System.Configuration-net_4_0</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\System.Web.Extensions\System.Web.Extensions-net_4_0.csproj">
  138. <Project>{3A327AAD-B09D-47E3-A915-C16BFB3F1682}</Project>
  139. <Name>System.Web.Extensions\System.Web.Extensions-net_4_0</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\System.ServiceModel.Activation\System.ServiceModel.Activation-net_4_0.csproj">
  142. <Project>{1C9B4EFC-57D5-4DEE-9D2F-0B505824623F}</Project>
  143. <Name>System.ServiceModel.Activation\System.ServiceModel.Activation-net_4_0</Name>
  144. </ProjectReference>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Folder Include="Properties\" />
  148. </ItemGroup>
  149. </Project>