Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Core/System.Core-tests-net_4_0.csproj')
-rw-r--r--mcs/class/System.Core/System.Core-tests-net_4_0.csproj174
1 files changed, 0 insertions, 174 deletions
diff --git a/mcs/class/System.Core/System.Core-tests-net_4_0.csproj b/mcs/class/System.Core/System.Core-tests-net_4_0.csproj
deleted file mode 100644
index c79aa90eb4b..00000000000
--- a/mcs/class/System.Core/System.Core-tests-net_4_0.csproj
+++ /dev/null
@@ -1,174 +0,0 @@
-<?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>{1B22CF44-569E-4724-B67C-D8C2229ED67A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1720</NoWarn>
- <OutputPath>bin\Debug\System.Core-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Core_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.0</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;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;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_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
- <Name>System.Core\System.Core-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0.csproj">
- <Project>{714C7BA8-AC9A-49C4-ADCA-CD4585EF1A46}</Project>
- <Name>System\System-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Posix\Mono.Posix-net_4_0.csproj">
- <Project>{E9A655D1-EE99-467A-8F4B-CAC80E0E65BE}</Project>
- <Name>Mono.Posix\Mono.Posix-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-