System.ServiceModel.Web-net_4_0.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_0</OutputPath>
  12. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;NET_3_0</DefineConstants>
  13. <NoStdLib>true</NoStdLib>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>mscorlib</RootNamespace>
  16. <AssemblyName>System.ServiceModel.Web</AssemblyName>
  17. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <StartupObject>
  20. </StartupObject>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699</NoWarn>
  26. <Optimize>true</Optimize>
  27. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;NET_3_0</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <NoWarn>1699</NoWarn>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;NET_3_0</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  40. </PropertyGroup>
  41. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  42. <ItemGroup>
  43. <Compile Include="Assembly\AssemblyInfo.cs" />
  44. <Compile Include="..\..\build\common\Consts.cs" />
  45. <Compile Include="..\..\build\common\Locale.cs" />
  46. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  47. <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
  48. <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
  49. <Compile Include="System.ServiceModel.Channels\WebBodyFormatMessageProperty.cs" />
  50. <Compile Include="System.ServiceModel.Channels\WebContentFormat.cs" />
  51. <Compile Include="System.ServiceModel.Channels\WebContentTypeMapper.cs" />
  52. <Compile Include="System.ServiceModel.Channels\WebMessageEncoder.cs" />
  53. <Compile Include="System.ServiceModel.Channels\WebMessageEncoderFactory.cs" />
  54. <Compile Include="System.ServiceModel.Channels\WebMessageEncodingBindingElement.cs" />
  55. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
  56. <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
  57. <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
  58. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
  59. <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
  60. <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
  61. <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
  62. <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
  63. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
  64. <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
  65. <Compile Include="System.ServiceModel.Description\WebHttpBehavior.cs" />
  66. <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
  67. <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
  68. <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
  69. <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
  70. <Compile Include="System.ServiceModel.Dispatcher\JsonQueryStringConverter.cs" />
  71. <Compile Include="System.ServiceModel.Dispatcher\QueryStringConverter.cs" />
  72. <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
  73. <Compile Include="System.ServiceModel.Dispatcher\WebMessageFormatter.cs" />
  74. <Compile Include="System.ServiceModel\WebHttpBinding.cs" />
  75. <Compile Include="System.ServiceModel\WebHttpSecurity.cs" />
  76. <Compile Include="System.ServiceModel\WebHttpSecurityMode.cs" />
  77. <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
  78. <Compile Include="System.ServiceModel.Web\IncomingWebResponseContext.cs" />
  79. <Compile Include="System.ServiceModel.Web\OutgoingWebRequestContext.cs" />
  80. <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
  81. <Compile Include="System.ServiceModel.Web\WebAttributeInfo.cs" />
  82. <Compile Include="System.ServiceModel.Web\WebChannelFactory.cs" />
  83. <Compile Include="System.ServiceModel.Web\WebGetAttribute.cs" />
  84. <Compile Include="System.ServiceModel.Web\WebInvokeAttribute.cs" />
  85. <Compile Include="System.ServiceModel.Web\WebMessageBodyStyle.cs" />
  86. <Compile Include="System.ServiceModel.Web\WebMessageFormat.cs" />
  87. <Compile Include="System.ServiceModel.Web\WebOperationContext.cs" />
  88. <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
  89. </ItemGroup>
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. <PropertyGroup>
  98. <PreBuildEvent></PreBuildEvent>
  99. </PropertyGroup>
  100. <ItemGroup>
  101. <Reference Include="mscorlib.dll">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>..\\lib\build\mscorlib.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.dll">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>..\\lib\build\System.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Xml.dll">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\\lib\build\System.Xml.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Runtime.Serialization.dll">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\\lib\build\System.Runtime.Serialization.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.ServiceModel.dll">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>..\\lib\build\System.ServiceModel.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Core.dll">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>..\\lib\build\System.Core.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Configuration.dll">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Web.Extensions.dll">
  130. <SpecificVersion>False</SpecificVersion>
  131. <HintPath>..\\lib\build\System.Web.Extensions.dll</HintPath>
  132. </Reference>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Folder Include="Properties\" />
  136. </ItemGroup>
  137. </Project>