System.Core-tests-net_4_5.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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>{A4B33044-86DB-4146-8588-1F9400124B85}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1720</NoWarn>
  11. <OutputPath>bin\Debug\System.Core-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>
  17. </RootNamespace>
  18. <AssemblyName>System.Core_test_net_4_5</AssemblyName>
  19. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  20. <FileAlignment>512</FileAlignment>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699,1720</NoWarn>
  26. <Optimize>false</Optimize>
  27. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <NoWarn>1699,1720</NoWarn>
  34. <Optimize>true</Optimize>
  35. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  40. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  41. is a problem to compile the Mono mscorlib.dll -->
  42. <PropertyGroup>
  43. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  44. </PropertyGroup>
  45. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  46. <ItemGroup>
  47. <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />
  48. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />
  49. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />
  50. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />
  51. <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />
  52. <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />
  53. <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />
  54. <Compile Include="Test\System.IO.Pipes\PipeSecurityTest.cs" />
  55. <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />
  56. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />
  57. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
  58. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />
  59. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
  60. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
  61. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
  62. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />
  63. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />
  64. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
  65. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />
  66. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />
  67. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />
  68. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />
  69. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
  70. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />
  71. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
  72. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />
  73. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
  74. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
  75. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />
  76. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />
  77. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
  78. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />
  79. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
  80. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />
  81. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />
  82. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />
  83. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
  84. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
  85. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
  86. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />
  87. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />
  88. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
  89. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />
  90. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />
  91. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
  92. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
  93. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />
  94. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
  95. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />
  96. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />
  97. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />
  98. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />
  99. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
  100. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />
  101. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />
  102. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />
  103. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
  104. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
  105. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
  106. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
  107. <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />
  108. <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />
  109. <Compile Include="Test\System.Linq\EnumerableFixture.cs" />
  110. <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />
  111. <Compile Include="Test\System.Linq\EnumerableTest.cs" />
  112. <Compile Include="Test\System.Linq\LookupTest.cs" />
  113. <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />
  114. <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />
  115. <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />
  116. <Compile Include="Test\System.Security.Cryptography\AesCryptoServiceProviderTest.cs" />
  117. <Compile Include="Test\System.Security.Cryptography\AesManagedTest.cs" />
  118. <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />
  119. <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />
  120. <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />
  121. <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />
  122. <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />
  123. <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />
  124. <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />
  125. <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />
  126. <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />
  127. <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />
  128. <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />
  129. <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />
  130. <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />
  131. <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />
  132. <Compile Include="Test\System\TimeZoneInfoTest.cs" /> </ItemGroup>
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. <PropertyGroup>
  141. <PreBuildEvent>
  142. </PreBuildEvent>
  143. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  144. </PostBuildEvent>
  145. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  146. </PostBuildEvent>
  147. </PropertyGroup>
  148. <ItemGroup>
  149. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  150. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  151. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  152. <Name>corlib\corlib-net_4_5</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  155. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  156. <Name>System.Core\System.Core-net_4_5</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\System\System-net_4_5.csproj">
  159. <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
  160. <Name>System\System-net_4_5</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\Mono.Posix\Mono.Posix-net_4_5.csproj">
  163. <Project>{85A9B29B-58FF-4FBE-8998-B0A89AC22880}</Project>
  164. <Name>Mono.Posix\Mono.Posix-net_4_5</Name>
  165. </ProjectReference>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Folder Include="Properties\" />
  169. </ItemGroup>
  170. </Project>