System.ServiceModel.Web-net_4_5.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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>{BD4DF654-42EE-40E8-A3F4-8A80959E7879}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</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.5</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE;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_4_0;NET_4_5;MONO;DISABLE_CAS_USE;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 Condition=" '$(OS)' != 'Windows_NT' ">
  102. </PreBuildEvent>
  103. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  104. </PreBuildEvent>
  105. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  106. </PostBuildEvent>
  107. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  108. </PostBuildEvent>
  109. </PropertyGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
  112. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  113. <Name>corlib-net_4_5</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="../System/System-net_4_5.csproj">
  116. <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
  117. <Name>System-net_4_5</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">
  120. <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
  121. <Name>System.Xml-net_4_5</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization-net_4_5.csproj">
  124. <Project>{08FF4C26-9C12-433D-AE90-43370046387A}</Project>
  125. <Name>System.Runtime.Serialization-net_4_5</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_5.csproj">
  128. <Project>{F2156C09-C377-4945-A690-39CFBF3319B3}</Project>
  129. <Name>System.ServiceModel-net_4_5</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
  132. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  133. <Name>System.Core-net_4_5</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">
  136. <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
  137. <Name>System.Configuration-net_4_5</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="../System.Web.Extensions/System.Web.Extensions-net_4_5.csproj">
  140. <Project>{74D281D8-F725-4D79-B218-2DFCCFD44FA2}</Project>
  141. <Name>System.Web.Extensions-net_4_5</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="../System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_5.csproj">
  144. <Project>{E537F31B-BCB7-4935-ABF3-DF2FAC48DCB3}</Project>
  145. <Name>System.ServiceModel.Activation-net_4_5</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Folder Include="Properties\" />
  150. </ItemGroup>
  151. </Project>