System.Runtime.Serialization-tests-net_4_0.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>{11013E7D-73BE-4CAF-80D1-1C7CDD85D40A}</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_NullableWithDictionary.cs" />
  57. <Compile Include="Test\System.Runtime.Serialization\KnownTypeAttributeTest.cs" />
  58. <Compile Include="Test\System.Runtime.Serialization\WsdlHelper.cs" />
  59. <Compile Include="Test\System.Runtime.Serialization\XmlObjectSerializerTest.cs" />
  60. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractExporterTest.cs" />
  61. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractExporterTest2.cs" />
  62. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractImporterTest.cs" />
  63. <Compile Include="Test\System.Runtime.Serialization\XsdDataContractImporterTest2.cs" />
  64. <Compile Include="Test\System.Xml\UniqueIdTest.cs" />
  65. <Compile Include="Test\System.Xml\XmlBinaryDictionaryReaderTest.cs" />
  66. <Compile Include="Test\System.Xml\XmlBinaryDictionaryWriterTest.cs" />
  67. <Compile Include="Test\System.Xml\XmlBinaryWriterSessionTest.cs" />
  68. <Compile Include="Test\System.Xml\XmlDictionaryReaderAbstractTest.cs" />
  69. <Compile Include="Test\System.Xml\XmlDictionaryReaderQuotasTest.cs" />
  70. <Compile Include="Test\System.Xml\XmlDictionaryStringTest.cs" />
  71. <Compile Include="Test\System.Xml\XmlDictionaryTest.cs" />
  72. <Compile Include="Test\System.Xml\XmlDictionaryWriterTest.cs" />
  73. <Compile Include="Test\System.Xml\XmlMtomDictionaryWriterTest.cs" />
  74. <Compile Include="Test\System.Xml\XmlSimpleDictionaryWriterTest.cs" />
  75. <Compile Include="Test\XmlComparer.cs" /> </ItemGroup>
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. <PropertyGroup>
  84. <PreBuildEvent>
  85. </PreBuildEvent>
  86. <PostBuildEvent>
  87. xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
  88. </PostBuildEvent>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
  92. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  93. <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
  94. <Name>corlib\corlib-net_4_0</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
  97. <Project>{B3C699B6-74B4-4B41-901E-32E57D0909AC}</Project>
  98. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  101. <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
  102. <Name>System\System-net_4_0-2</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  105. <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
  106. <Name>System.XML\System.Xml-net_4_0-1</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
  109. <Project>{2590BECB-2660-49C6-93B1-B9E7D0796214}</Project>
  110. <Name>System.Core\System.Core-net_4_0</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
  113. <Project>{6865A6A5-DF93-45C7-BE83-F06907EC81F8}</Project>
  114. <Name>System.Data\System.Data-net_4_0</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
  117. <Project>{610C7C77-5851-4B95-A3FE-B04E1B011E6A}</Project>
  118. <Name>System.Configuration\System.Configuration-net_4_0</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
  121. <Project>{77DBD5F4-13EC-45EC-A6BD-3C5543D42B90}</Project>
  122. <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_4_0.csproj">
  125. <Project>{C2B09EC6-61CB-4CF0-A6D8-A094C2EDF8A0}</Project>
  126. <Name>System.Web.Services\System.Web.Services-net_4_0</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Folder Include="Properties\" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <EmbeddedResource Include="resources/mstypes.schema">
  134. <LogicalName>mstypes.schema</LogicalName>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Test/Resources/WSDL/collections.wsdl">
  137. <LogicalName>collections.wsdl</LogicalName>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="Test/Resources/WSDL/custom-collections.wsdl">
  140. <LogicalName>custom-collections.wsdl</LogicalName>
  141. </EmbeddedResource>
  142. </ItemGroup>
  143. </Project>