PR Feedback and exclude regression test on 64-bit processes.
[platform/upstream/coreclr.git] / tests / src / Regressions / coreclr / GitHub_7829 / test7829.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>{E55A6F8B-B9E3-45CE-88F4-22AE70F606CB}</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     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13     <CLRTestKind>BuildAndRun</CLRTestKind>
14     <DisableProjectBuild Condition="'$(__BuildArch)' == 'x64' or '$(__BuildArch)' == 'arm64'">true</DisableProjectBuild>
15   </PropertyGroup>
16   <!-- Default configurations to help VS understand the configurations -->
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18   </PropertyGroup>
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
20   </PropertyGroup>
21   <ItemGroup>
22     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
23       <Visible>False</Visible>
24     </CodeAnalysisDependentAssemblyPaths>
25   </ItemGroup>
26   <PropertyGroup>
27     <DebugType></DebugType>
28     <Optimize>True</Optimize>
29   </PropertyGroup>
30   <ItemGroup>
31     <Compile Include="test7829.cs" />
32   </ItemGroup>
33   <ItemGroup>
34     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
35   </ItemGroup>
36   <ItemGroup>
37     <ProjectReference Include="../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
38   </ItemGroup>
39   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
40   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
41   </PropertyGroup>
42 </Project>