System.Runtime.Serialization-tests-net_4_0.csproj 7.8 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>{5E9D8F32-D3F0-4243-AA10-B896ACB084F7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,168,169,219,414</NoWarn>
  11. <OutputPath>bin\Debug\System.Runtime.Serialization-tests-net_4_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Runtime.Serialization_test_net_4_0</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,168,169,219,414</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_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,168,169,219,414</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;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\AttributesTest.cs" />
  47. <Compile Include="Test\System.Runtime.Serialization\Bug242Test.cs" />
  48. <Compile Include="Test\System.Runtime.Serialization\Bug2843Test.cs" />
  49. <Compile Include="Test\System.Runtime.Serialization\Bug3258Test.cs" />
  50. <Compile Include="Test\System.Runtime.Serialization\Bug666333Test.cs" />
  51. <Compile Include="Test\System.Runtime.Serialization\Bug675144Test.cs" />
  52. <Compile Include="Test\System.Runtime.Serialization\Bug695203Test.cs" />
  53. <Compile Include="Test\System.Runtime.Serialization\CollectionSerialization.cs" />
  54. <Compile Include="Test\System.Runtime.Serialization\DataContractResolverTest.cs" />
  55. <Compile Include="Test\System.Runtime.Serialization\DataContractSerializerTest_DuplicateQName.cs" />
  56. <Compile Include="Test\System.Runtime.Serialization\DataContractSerializerTest_InvalidCharacters.cs" />
  57. <Compile Include="Test\System.Runtime.Serialization\DataContractSerializerTest_NullableWithDictionary.cs" />
  58. <Compile Include="Test\System.Runtime.Serialization\KnownTypeAttributeTest.cs" />
  59. <Compile Include="Test\System.Runtime.Serialization\WsdlHelper.cs" />
  60. <Compile Include="Test\System.Runtime.Serialization\XmlObjectSerializerTest.cs" />
  61. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractExporterTest.cs" />
  62. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractExporterTest2.cs" />
  63. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractImporterTest.cs" />
  64. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractImporterTest2.cs" />
  65. <Compile Include="Test\System.Xml\UniqueIdTest.cs" />
  66. <Compile Include="Test\System.Xml\XmlBinaryDictionaryReaderTest.cs" />
  67. <Compile Include="Test\System.Xml\XmlBinaryDictionaryWriterTest.cs" />
  68. <Compile Include="Test\System.Xml\XmlBinaryWriterSessionTest.cs" />
  69. <Compile Include="Test\System.Xml\XmlDictionaryReaderAbstractTest.cs" />
  70. <Compile Include="Test\System.Xml\XmlDictionaryReaderQuotasTest.cs" />
  71. <Compile Include="Test\System.Xml\XmlDictionaryStringTest.cs" />
  72. <Compile Include="Test\System.Xml\XmlDictionaryTest.cs" />
  73. <Compile Include="Test\System.Xml\XmlDictionaryWriterTest.cs" />
  74. <Compile Include="Test\System.Xml\XmlMtomDictionaryWriterTest.cs" />
  75. <Compile Include="Test\System.Xml\XmlSimpleDictionaryWriterTest.cs" />
  76. <Compile Include="Test\XmlComparer.cs" /> </ItemGroup>
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. <PropertyGroup>
  85. <PreBuildEvent>
  86. </PreBuildEvent>
  87. <PostBuildEvent>
  88. xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
  89. </PostBuildEvent>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
  93. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  94. <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
  95. <Name>corlib\corlib-net_4_0</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
  98. <Project>{4F614C6C-A83E-4C3C-859B-0548391F519E}</Project>
  99. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  102. <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
  103. <Name>System\System-net_4_0-2</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  106. <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
  107. <Name>System.XML\System.Xml-net_4_0-1</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
  110. <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
  111. <Name>System.Core\System.Core-net_4_0</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
  114. <Project>{BC1890C0-51E5-48D0-8DBA-B1DD23468F9C}</Project>
  115. <Name>System.Data\System.Data-net_4_0</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
  118. <Project>{CA49630B-FD24-411F-9651-B15CA72CE5B8}</Project>
  119. <Name>System.Configuration\System.Configuration-net_4_0</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
  122. <Project>{28B2271C-CC55-4812-B732-A67317405AA9}</Project>
  123. <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_4_0.csproj">
  126. <Project>{32FF1A9B-A989-43C0-BFBB-3808C7B2509F}</Project>
  127. <Name>System.Web.Services\System.Web.Services-net_4_0</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Folder Include="Properties\" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <EmbeddedResource Include="resources/mstypes.schema">
  135. <LogicalName>mstypes.schema</LogicalName>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="Test/Resources/WSDL/collections.wsdl">
  138. <LogicalName>collections.wsdl</LogicalName>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="Test/Resources/WSDL/custom-collections.wsdl">
  141. <LogicalName>custom-collections.wsdl</LogicalName>
  142. </EmbeddedResource>
  143. </ItemGroup>
  144. </Project>