System.Core-tests-net_2_0.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1720</NoWarn>
  11. <OutputPath>.\</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace></RootNamespace>
  16. <AssemblyName>System.Core_test_net_2_0</AssemblyName>
  17. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <NoWarn>1699,1720</NoWarn>
  24. <Optimize>false</Optimize>
  25. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699,1720</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
  38. </PropertyGroup>
  39. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  40. <ItemGroup>
  41. <Compile Include="Test\System\TimeZoneInfoTest.cs" />
  42. <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />
  43. <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />
  44. <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />
  45. <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />
  46. <Compile Include="Test\System.Linq\EnumerableFixture.cs" />
  47. <Compile Include="Test\System.Linq\EnumerableTest.cs" />
  48. <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />
  49. <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />
  50. <Compile Include="Test\System.Linq\LookupTest.cs" />
  51. <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />
  52. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />
  53. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
  54. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />
  55. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
  56. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
  57. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
  58. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />
  59. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />
  60. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
  61. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />
  62. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />
  63. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />
  64. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />
  65. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
  66. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />
  67. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
  68. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />
  69. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
  70. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
  71. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />
  72. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />
  73. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />
  74. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
  75. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
  76. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />
  77. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />
  78. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />
  79. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
  80. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
  81. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
  82. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />
  83. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
  84. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />
  85. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />
  86. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />
  87. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
  88. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
  89. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />
  90. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
  91. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />
  92. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />
  93. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />
  94. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />
  95. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
  96. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />
  97. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />
  98. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
  99. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />
  100. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
  101. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
  102. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
  103. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />
  104. <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />
  105. <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />
  106. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />
  107. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />
  108. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />
  109. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />
  110. <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />
  111. <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />
  112. <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />
  113. <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />
  114. <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />
  115. <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />
  116. <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />
  117. <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />
  118. <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />
  119. <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />
  120. <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />
  121. <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />
  122. <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />
  123. <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />
  124. </ItemGroup>
  125. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  126. Other similar extension points exist, see Microsoft.Common.targets.
  127. <Target Name="BeforeBuild">
  128. </Target>
  129. <Target Name="AfterBuild">
  130. </Target>
  131. -->
  132. <PropertyGroup>
  133. <PreBuildEvent></PreBuildEvent>
  134. </PropertyGroup>
  135. <ItemGroup>
  136. <Reference Include="mscorlib.dll">
  137. <SpecificVersion>False</SpecificVersion>
  138. <HintPath>mscorlib.dll</HintPath>
  139. </Reference>
  140. <Reference Include="./../../class/lib/net_2_0/System.Core.dll">
  141. <SpecificVersion>False</SpecificVersion>
  142. <HintPath>./../../class/lib/net_2_0/System.Core.dll</HintPath>
  143. </Reference>
  144. <Reference Include="mscorlib.dll">
  145. <SpecificVersion>False</SpecificVersion>
  146. <HintPath>mscorlib.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.dll">
  149. <SpecificVersion>False</SpecificVersion>
  150. <HintPath>System.dll</HintPath>
  151. </Reference>
  152. <Reference Include="Mono.Posix.dll">
  153. <SpecificVersion>False</SpecificVersion>
  154. <HintPath>Mono.Posix.dll</HintPath>
  155. </Reference>
  156. <Reference Include="nunit.framework" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Folder Include="Properties\" />
  160. </ItemGroup>
  161. </Project>