System.ServiceModel.Web-net_2_0.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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>{C1E98610-9EA1-4973-A48B-E7CE2E790F40}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.ServiceModel.Web-net_2_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>v2.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_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_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.Runtime.Serialization.Json\DataContractJsonSerializer.cs" />
  52. <Compile Include="System.Runtime.Serialization.Json\IXmlJsonReaderInitializer.cs" />
  53. <Compile Include="System.Runtime.Serialization.Json\IXmlJsonWriterInitializer.cs" />
  54. <Compile Include="System.Runtime.Serialization.Json\JavaScriptObjectDeserializer.cs" />
  55. <Compile Include="System.Runtime.Serialization.Json\JavaScriptReader.cs" />
  56. <Compile Include="System.Runtime.Serialization.Json\JsonReader.cs" />
  57. <Compile Include="System.Runtime.Serialization.Json\JsonReaderWriterFactory.cs" />
  58. <Compile Include="System.Runtime.Serialization.Json\JsonSerializationReader.cs" />
  59. <Compile Include="System.Runtime.Serialization.Json\JsonSerializationWriter.cs" />
  60. <Compile Include="System.Runtime.Serialization.Json\JsonWriter.cs" />
  61. <Compile Include="System.Runtime.Serialization.Json\TypeMap.cs" />
  62. <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
  63. <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
  64. <Compile Include="System.ServiceModel.Channels\WebBodyFormatMessageProperty.cs" />
  65. <Compile Include="System.ServiceModel.Channels\WebContentFormat.cs" />
  66. <Compile Include="System.ServiceModel.Channels\WebContentTypeMapper.cs" />
  67. <Compile Include="System.ServiceModel.Channels\WebMessageEncoder.cs" />
  68. <Compile Include="System.ServiceModel.Channels\WebMessageEncoderFactory.cs" />
  69. <Compile Include="System.ServiceModel.Channels\WebMessageEncodingBindingElement.cs" />
  70. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
  71. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
  72. <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
  73. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
  74. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
  75. <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
  76. <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
  77. <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
  78. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
  79. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
  80. <Compile Include="System.ServiceModel.Description\WebHttpBehavior.cs" />
  81. <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
  82. <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
  83. <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
  84. <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
  85. <Compile Include="System.ServiceModel.Dispatcher\JsonQueryStringConverter.cs" />
  86. <Compile Include="System.ServiceModel.Dispatcher\QueryStringConverter.cs" />
  87. <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
  88. <Compile Include="System.ServiceModel.Dispatcher\WebMessageFormatter.cs" />
  89. <Compile Include="System.ServiceModel.Syndication\Atom10FeedFormatter.cs" />
  90. <Compile Include="System.ServiceModel.Syndication\Atom10FeedFormatter_1.cs" />
  91. <Compile Include="System.ServiceModel.Syndication\Atom10ItemFormatter.cs" />
  92. <Compile Include="System.ServiceModel.Syndication\Atom10ItemFormatter_1.cs" />
  93. <Compile Include="System.ServiceModel.Syndication\AtomPub10CategoriesDocumentFormatter.cs" />
  94. <Compile Include="System.ServiceModel.Syndication\AtomPub10ServiceDocumentFormatter.cs" />
  95. <Compile Include="System.ServiceModel.Syndication\AtomPub10ServiceDocumentFormatter_1.cs" />
  96. <Compile Include="System.ServiceModel.Syndication\CategoriesDocument.cs" />
  97. <Compile Include="System.ServiceModel.Syndication\CategoriesDocumentFormatter.cs" />
  98. <Compile Include="System.ServiceModel.Syndication\InlineCategoriesDocument.cs" />
  99. <Compile Include="System.ServiceModel.Syndication\ISyndicationElement.cs" />
  100. <Compile Include="System.ServiceModel.Syndication\ReferencedCategoriesDocument.cs" />
  101. <Compile Include="System.ServiceModel.Syndication\ResourceCollectionInfo.cs" />
  102. <Compile Include="System.ServiceModel.Syndication\Rss20FeedFormatter.cs" />
  103. <Compile Include="System.ServiceModel.Syndication\Rss20FeedFormatter_1.cs" />
  104. <Compile Include="System.ServiceModel.Syndication\Rss20ItemFormatter.cs" />
  105. <Compile Include="System.ServiceModel.Syndication\Rss20ItemFormatter_1.cs" />
  106. <Compile Include="System.ServiceModel.Syndication\ServiceDocument.cs" />
  107. <Compile Include="System.ServiceModel.Syndication\ServiceDocumentFormatter.cs" />
  108. <Compile Include="System.ServiceModel.Syndication\SyndicationCategory.cs" />
  109. <Compile Include="System.ServiceModel.Syndication\SyndicationContent.cs" />
  110. <Compile Include="System.ServiceModel.Syndication\SyndicationElementExtension.cs" />
  111. <Compile Include="System.ServiceModel.Syndication\SyndicationElementExtensionCollection.cs" />
  112. <Compile Include="System.ServiceModel.Syndication\SyndicationExtensions.cs" />
  113. <Compile Include="System.ServiceModel.Syndication\SyndicationFeed.cs" />
  114. <Compile Include="System.ServiceModel.Syndication\SyndicationFeedFormatter.cs" />
  115. <Compile Include="System.ServiceModel.Syndication\SyndicationItem.cs" />
  116. <Compile Include="System.ServiceModel.Syndication\SyndicationItemFormatter.cs" />
  117. <Compile Include="System.ServiceModel.Syndication\SyndicationLink.cs" />
  118. <Compile Include="System.ServiceModel.Syndication\SyndicationPerson.cs" />
  119. <Compile Include="System.ServiceModel.Syndication\SyndicationVersions.cs" />
  120. <Compile Include="System.ServiceModel.Syndication\TextSyndicationContent.cs" />
  121. <Compile Include="System.ServiceModel.Syndication\TextSyndicationContentKind.cs" />
  122. <Compile Include="System.ServiceModel.Syndication\UrlSyndicationContent.cs" />
  123. <Compile Include="System.ServiceModel.Syndication\Workspace.cs" />
  124. <Compile Include="System.ServiceModel.Syndication\XmlSyndicationContent.cs" />
  125. <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
  126. <Compile Include="System.ServiceModel.Web\IncomingWebResponseContext.cs" />
  127. <Compile Include="System.ServiceModel.Web\OutgoingWebRequestContext.cs" />
  128. <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
  129. <Compile Include="System.ServiceModel.Web\WebAttributeInfo.cs" />
  130. <Compile Include="System.ServiceModel.Web\WebChannelFactory.cs" />
  131. <Compile Include="System.ServiceModel.Web\WebGetAttribute.cs" />
  132. <Compile Include="System.ServiceModel.Web\WebInvokeAttribute.cs" />
  133. <Compile Include="System.ServiceModel.Web\WebMessageBodyStyle.cs" />
  134. <Compile Include="System.ServiceModel.Web\WebMessageFormat.cs" />
  135. <Compile Include="System.ServiceModel.Web\WebOperationContext.cs" />
  136. <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
  137. <Compile Include="System.ServiceModel\WebHttpBinding.cs" />
  138. <Compile Include="System.ServiceModel\WebHttpSecurity.cs" />
  139. <Compile Include="System.ServiceModel\WebHttpSecurityMode.cs" />
  140. <Compile Include="System\UriTemplate.cs" />
  141. <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
  142. <Compile Include="System\UriTemplateMatch.cs" />
  143. <Compile Include="System\UriTemplateMatchException.cs" />
  144. <Compile Include="System\UriTemplateTable.cs" /> </ItemGroup>
  145. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  146. Other similar extension points exist, see Microsoft.Common.targets.
  147. <Target Name="BeforeBuild">
  148. </Target>
  149. <Target Name="AfterBuild">
  150. </Target>
  151. -->
  152. <PropertyGroup>
  153. <PreBuildEvent>
  154. </PreBuildEvent>
  155. <PostBuildEvent>
  156. xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
  157. </PostBuildEvent>
  158. </PropertyGroup>
  159. <ItemGroup>
  160. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  161. <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
  162. <Name>corlib\corlib-net_2_0</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\System\System-net_2_0-2.csproj">
  165. <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
  166. <Name>System\System-net_2_0-2</Name>
  167. </ProjectReference>
  168. <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
  169. <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
  170. <Name>System.XML\System.Xml-net_2_0-1</Name>
  171. </ProjectReference>
  172. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_2_0.csproj">
  173. <Project>{FBE202BB-4389-49E8-A81F-155E92BF1B0B}</Project>
  174. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_2_0</Name>
  175. </ProjectReference>
  176. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
  177. <Project>{28B2271C-CC55-4812-B732-A67317405AA9}</Project>
  178. <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
  179. </ProjectReference>
  180. <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
  181. <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
  182. <Name>System.Core\System.Core-net_2_0</Name>
  183. </ProjectReference>
  184. <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
  185. <Project>{8131BE5D-BE64-4BA5-A62D-FAC4BE0A0B53}</Project>
  186. <Name>System.Configuration\System.Configuration-net_2_0</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="..\System.Web.Extensions\System.Web.Extensions-net_2_0.csproj">
  189. <Project>{2081F80F-9D8D-4D22-AF56-367D7BAC61D6}</Project>
  190. <Name>System.Web.Extensions\System.Web.Extensions-net_2_0</Name>
  191. </ProjectReference>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Folder Include="Properties\" />
  195. </ItemGroup>
  196. </Project>