Merge two equal exclusion groups for arm32 All OS. (#24984)
[platform/upstream/coreclr.git] / tests / src / tracing / keyword / TwoKeywords / TwoKeywords.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{8E3244CB-407F-4142-BAAB-E7A55901A5FA}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
12     <CLRTestKind>BuildAndRun</CLRTestKind>
13     <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
14     <CLRTestPriority>0</CLRTestPriority>
15     <GCStressIncompatible>true</GCStressIncompatible>
16     <!-- Due to https://github.com/dotnet/coreclr/issues/22247 -->
17     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
18     <DisableProjectBuild Condition="'$(Platform)' == 'arm'">true</DisableProjectBuild>
19   </PropertyGroup>
20   <!-- Default configurations to help VS understand the configurations -->
21   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"></PropertyGroup>
22   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"></PropertyGroup>
23   <ItemGroup>
24     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
25       <Visible>False</Visible>
26     </CodeAnalysisDependentAssemblyPaths>
27   </ItemGroup>
28   <ItemGroup>
29     <Compile Include="TwoKeywords.cs" />
30     <ProjectReference Include="../../common/common.csproj" />
31   </ItemGroup>
32   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
33 </Project>