System.ServiceModel.Web-net_4_0.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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>{B9CFA1C3-B2EE-40CB-85EC-674A2D1CAC5F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.ServiceModel.Web-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>
  104. xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
  105. </PostBuildEvent>
  106. </PropertyGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  109. <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
  110. <Name>corlib\corlib-net_4_0</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  113. <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
  114. <Name>System\System-net_4_0-2</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  117. <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
  118. <Name>System.XML\System.Xml-net_4_0-1</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
  121. <Project>{4F614C6C-A83E-4C3C-859B-0548391F519E}</Project>
  122. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_0.csproj">
  125. <Project>{3353D8EA-FB17-4A46-B7B6-82D55B12BD5D}</Project>
  126. <Name>System.ServiceModel\System.ServiceModel-net_4_0</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
  129. <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
  130. <Name>System.Core\System.Core-net_4_0</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
  133. <Project>{CA49630B-FD24-411F-9651-B15CA72CE5B8}</Project>
  134. <Name>System.Configuration\System.Configuration-net_4_0</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\System.Web.Extensions\System.Web.Extensions-net_4_0.csproj">
  137. <Project>{B98941D0-3811-41A0-B07B-E48D4A7765DF}</Project>
  138. <Name>System.Web.Extensions\System.Web.Extensions-net_4_0</Name>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Folder Include="Properties\" />
  143. </ItemGroup>
  144. </Project>