System.ServiceModel.Web-net_4_x.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="utf-8"?>
  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. -->
  3. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{54F4FA23-5AF3-4312-9294-3DB109F644CC}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <NoWarn>1699</NoWarn>
  12. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
  13. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
  14. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
  15. <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
  16. <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
  17. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  18. <NoStdLib>True</NoStdLib>
  19. <NoConfig>True</NoConfig>
  20. <AppDesignerFolder>Properties</AppDesignerFolder>
  21. <RootNamespace>
  22. </RootNamespace>
  23. <AssemblyName>System.ServiceModel.Web</AssemblyName>
  24. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  25. <FileAlignment>512</FileAlignment>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <NoWarn>1699</NoWarn>
  31. <Optimize>false</Optimize>
  32. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;NET_3_5;NET_3_0</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <NoWarn>1699</NoWarn>
  39. <Optimize>true</Optimize>
  40. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;NET_3_5;NET_3_0</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  45. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  46. is a problem to compile the Mono mscorlib.dll -->
  47. <PropertyGroup>
  48. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  49. </PropertyGroup>
  50. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  51. <ItemGroup>
  52. <Compile Include="Assembly\AssemblyInfo.cs" />
  53. <Compile Include="Assembly\TypeForwarders.cs" />
  54. <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
  55. <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
  56. <Compile Include="System.ServiceModel.Channels\WebBodyFormatMessageProperty.cs" />
  57. <Compile Include="System.ServiceModel.Channels\WebContentFormat.cs" />
  58. <Compile Include="System.ServiceModel.Channels\WebContentTypeMapper.cs" />
  59. <Compile Include="System.ServiceModel.Channels\WebMessageEncoder.cs" />
  60. <Compile Include="System.ServiceModel.Channels\WebMessageEncoderFactory.cs" />
  61. <Compile Include="System.ServiceModel.Channels\WebMessageEncodingBindingElement.cs" />
  62. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
  63. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
  64. <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
  65. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
  66. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
  67. <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
  68. <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
  69. <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
  70. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
  71. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
  72. <Compile Include="System.ServiceModel.Description\WebHttpBehavior.cs" />
  73. <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
  74. <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
  75. <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
  76. <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
  77. <Compile Include="System.ServiceModel.Dispatcher\JsonQueryStringConverter.cs" />
  78. <Compile Include="System.ServiceModel.Dispatcher\QueryStringConverter.cs" />
  79. <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
  80. <Compile Include="System.ServiceModel.Dispatcher\WebMessageFormatter.cs" />
  81. <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
  82. <Compile Include="System.ServiceModel.Web\IncomingWebResponseContext.cs" />
  83. <Compile Include="System.ServiceModel.Web\OutgoingWebRequestContext.cs" />
  84. <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
  85. <Compile Include="System.ServiceModel.Web\WebAttributeInfo.cs" />
  86. <Compile Include="System.ServiceModel.Web\WebChannelFactory.cs" />
  87. <Compile Include="System.ServiceModel.Web\WebGetAttribute.cs" />
  88. <Compile Include="System.ServiceModel.Web\WebInvokeAttribute.cs" />
  89. <Compile Include="System.ServiceModel.Web\WebMessageBodyStyle.cs" />
  90. <Compile Include="System.ServiceModel.Web\WebMessageFormat.cs" />
  91. <Compile Include="System.ServiceModel.Web\WebOperationContext.cs" />
  92. <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
  93. <Compile Include="System.ServiceModel\WebHttpBinding.cs" />
  94. <Compile Include="System.ServiceModel\WebHttpSecurity.cs" />
  95. <Compile Include="System.ServiceModel\WebHttpSecurityMode.cs" /> </ItemGroup>
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. <PropertyGroup>
  104. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  105. </PreBuildEvent>
  106. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  107. </PreBuildEvent>
  108. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  109. </PostBuildEvent>
  110. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  111. </PostBuildEvent>
  112. </PropertyGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  115. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  116. <Name>corlib-net_4_x</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="../System/System-net_4_x.csproj">
  119. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  120. <Name>System-net_4_x</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
  123. <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
  124. <Name>System.Xml-net_4_x</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj">
  127. <Project>{D845AD9D-3CCB-49CB-9543-028678E94938}</Project>
  128. <Name>System.Runtime.Serialization-net_4_x</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_x.csproj">
  131. <Project>{FE596C31-BDA2-4850-8F79-F8F4DF70F44A}</Project>
  132. <Name>System.ServiceModel-net_4_x</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  135. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  136. <Name>System.Core-net_4_x</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
  139. <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
  140. <Name>System.Configuration-net_4_x</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="../System.Web.Extensions/System.Web.Extensions-net_4_x.csproj">
  143. <Project>{EE582CE1-A692-47AC-B838-3A78955898BE}</Project>
  144. <Name>System.Web.Extensions-net_4_x</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="../System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj">
  147. <Project>{7A23227C-591B-4F80-9D62-4D0271073D82}</Project>
  148. <Name>System.ServiceModel.Activation-net_4_x</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Folder Include="Properties\" />
  153. </ItemGroup>
  154. </Project>