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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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>{27F5B712-0010-4A46-8C55-4CACA30F4E78}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,168,169,219,414</NoWarn>
  11. <OutputPath>bin\Debug\System.Runtime.Serialization-tests-net_2_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_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,168,169,219,414</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_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</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_2_0\ /Y /R /D
  89. </PostBuildEvent>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <Reference Include="..\lib\net_2_0\nunit.framework.dll" />
  93. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  94. <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
  95. <Name>corlib\corlib-net_2_0</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_2_0.csproj">
  98. <Project>{FBE202BB-4389-49E8-A81F-155E92BF1B0B}</Project>
  99. <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_2_0</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\System\System-net_2_0-2.csproj">
  102. <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
  103. <Name>System\System-net_2_0-2</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
  106. <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
  107. <Name>System.XML\System.Xml-net_2_0-1</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
  110. <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
  111. <Name>System.Core\System.Core-net_2_0</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">
  114. <Project>{49220562-83E1-49A2-971F-5D31C4AB0258}</Project>
  115. <Name>System.Data\System.Data-net_2_0</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
  118. <Project>{8131BE5D-BE64-4BA5-A62D-FAC4BE0A0B53}</Project>
  119. <Name>System.Configuration\System.Configuration-net_2_0</Name>
  120. </ProjectReference>
  121. <Reference Include="System.ServiceModel.dll">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>System.ServiceModel.dll</HintPath>
  124. <Private>False</Private>
  125. </Reference>
  126. <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_2_0.csproj">
  127. <Project>{71444193-6B64-4C1B-A87D-580CCB548952}</Project>
  128. <Name>System.Web.Services\System.Web.Services-net_2_0</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Folder Include="Properties\" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <EmbeddedResource Include="resources/mstypes.schema">
  136. <LogicalName>mstypes.schema</LogicalName>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Test/Resources/WSDL/collections.wsdl">
  139. <LogicalName>collections.wsdl</LogicalName>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Test/Resources/WSDL/custom-collections.wsdl">
  142. <LogicalName>custom-collections.wsdl</LogicalName>
  143. </EmbeddedResource>
  144. </ItemGroup>
  145. </Project>