| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A4B33044-86DB-4146-8588-1F9400124B85}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1720</NoWarn>
- <OutputPath>bin\Debug\System.Core-tests-net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Core_test_net_4_5</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>false</Optimize>
- <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>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>true</Optimize>
- <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>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />
- <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />
- <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />
- <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />
- <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />
- <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />
- <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />
- <Compile Include="Test\System.IO.Pipes\PipeSecurityTest.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
- <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />
- <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />
- <Compile Include="Test\System.Linq\EnumerableFixture.cs" />
- <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />
- <Compile Include="Test\System.Linq\EnumerableTest.cs" />
- <Compile Include="Test\System.Linq\LookupTest.cs" />
- <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />
- <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />
- <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\AesCryptoServiceProviderTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\AesManagedTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />
- <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />
- <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />
- <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />
- <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />
- <Compile Include="Test\System\TimeZoneInfoTest.cs" />
</ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib\corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
- <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
- <Name>System.Core\System.Core-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_5.csproj">
- <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
- <Name>System\System-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Posix\Mono.Posix-net_4_5.csproj">
- <Project>{85A9B29B-58FF-4FBE-8998-B0A89AC22880}</Project>
- <Name>Mono.Posix\Mono.Posix-net_4_5</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|