System.ServiceModel.Web-tests-net_2_0.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>{98478C8A-B3F8-4D4E-9561-BB75C34BABCA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.ServiceModel.Web-tests-net_2_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.ServiceModel.Web_test_net_2_0</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="Test\System.Runtime.Serialization.Json\DataContractJsonSerializerTest.cs" />
  47. <Compile Include="Test\System.Runtime.Serialization.Json\JsonReaderTest.cs" />
  48. <Compile Include="Test\System.Runtime.Serialization.Json\JsonWriterTest.cs" />
  49. <Compile Include="Test\System.ServiceModel.Activation\WebScriptServiceHostFactoryTest.cs" />
  50. <Compile Include="Test\System.ServiceModel.Channels\WebBodyFormatMessagePropertyTest.cs" />
  51. <Compile Include="Test\System.ServiceModel.Channels\WebMessageEncodingBindingElementTest.cs" />
  52. <Compile Include="Test\System.ServiceModel.Configuration\WebHttpBindingElementTest.cs" />
  53. <Compile Include="Test\System.ServiceModel.Description\WebHttpBehaviorTest.cs" />
  54. <Compile Include="Test\System.ServiceModel.Description\WebHttpEndpointTest.cs" />
  55. <Compile Include="Test\System.ServiceModel.Description\WebScriptEnablingBehaviorTest.cs" />
  56. <Compile Include="Test\System.ServiceModel.Dispatcher\JsonQueryStringConverterTest.cs" />
  57. <Compile Include="Test\System.ServiceModel.Dispatcher\QueryStringConverterTest.cs" />
  58. <Compile Include="Test\System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelectorTest.cs" />
  59. <Compile Include="Test\System.ServiceModel.Syndication\Atom10FeedFormatterTest.cs" />
  60. <Compile Include="Test\System.ServiceModel.Syndication\Atom10ItemFormatterTest.cs" />
  61. <Compile Include="Test\System.ServiceModel.Syndication\AtomPub10CategoriesDocumentFormatterTest.cs" />
  62. <Compile Include="Test\System.ServiceModel.Syndication\AtomPub10ServiceDocumentFormatterTest.cs" />
  63. <Compile Include="Test\System.ServiceModel.Syndication\Rss20FeedFormatterTest.cs" />
  64. <Compile Include="Test\System.ServiceModel.Syndication\Rss20ItemFormatterTest.cs" />
  65. <Compile Include="Test\System.ServiceModel.Syndication\ServiceDocumentTest.cs" />
  66. <Compile Include="Test\System.ServiceModel.Syndication\SyndicationElementExtensionTest.cs" />
  67. <Compile Include="Test\System.ServiceModel.Syndication\SyndicationFeedTest.cs" />
  68. <Compile Include="Test\System.ServiceModel.Syndication\SyndicationItemTest.cs" />
  69. <Compile Include="Test\System.ServiceModel.Syndication\SyndicationLinkTest.cs" />
  70. <Compile Include="Test\System.ServiceModel.Syndication\TextSyndicationContentTest.cs" />
  71. <Compile Include="Test\System.ServiceModel.Syndication\UrlSyndicationContentTest.cs" />
  72. <Compile Include="Test\System.ServiceModel.Syndication\XmlSyndicationContentTest.cs" />
  73. <Compile Include="Test\System.ServiceModel.Web\WebGetAttributeTest.cs" />
  74. <Compile Include="Test\System.ServiceModel.Web\WebInvokeAttributeTest.cs" />
  75. <Compile Include="Test\System.ServiceModel.Web\WebOperationContextTest.cs" />
  76. <Compile Include="Test\System.ServiceModel.Web\WebServiceHostTest.cs" />
  77. <Compile Include="Test\System.ServiceModel\WebHttpBindingTest.cs" />
  78. <Compile Include="Test\System\UriTemplateEquivalenceComparerTest.cs" />
  79. <Compile Include="Test\System\UriTemplateTableTest.cs" />
  80. <Compile Include="Test\System\UriTemplateTest.cs" /> </ItemGroup>
  81. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  82. Other similar extension points exist, see Microsoft.Common.targets.
  83. <Target Name="BeforeBuild">
  84. </Target>
  85. <Target Name="AfterBuild">
  86. </Target>
  87. -->
  88. <PropertyGroup>
  89. <PreBuildEvent>
  90. </PreBuildEvent>
  91. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  92. </PostBuildEvent>
  93. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  94. </PostBuildEvent>
  95. </PropertyGroup>
  96. <ItemGroup>
  97. <Reference Include="..\lib\net_2_0\nunit.framework.dll" />
  98. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  99. <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
  100. <Name>corlib\corlib-net_2_0</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_2_0.csproj">
  103. <Project>{3C6EB10D-5929-4CB4-81F2-7984FCECCDAA}</Project>
  104. <Name>System.ServiceModel.Web\System.ServiceModel.Web-net_2_0</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\System\System-net_2_0-2.csproj">
  107. <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
  108. <Name>System\System-net_2_0-2</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
  111. <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
  112. <Name>System.XML\System.Xml-net_2_0-1</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_2_0.csproj">
  115. <Project>{01BE23DB-E426-45E7-B56C-CA1175232AA7}</Project>
  116. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_2_0</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
  119. <Project>{DA50E37C-63DE-4049-9BE0-141BF1104E20}</Project>
  120. <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
  123. <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>
  124. <Name>System.Core\System.Core-net_2_0</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
  127. <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>
  128. <Name>System.Configuration\System.Configuration-net_2_0</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\System.Web.Extensions_1.0\System.Web.Extensions_1.0-net_2_0.csproj">
  131. <Project>{5B5CA61A-0901-40B5-B56A-D0A6E67DDA66}</Project>
  132. <Name>System.Web.Extensions_1.0\System.Web.Extensions_1.0-net_2_0</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Folder Include="Properties\" />
  137. </ItemGroup>
  138. </Project>