Fix spill check for struct lclVars (#23570)
[platform/upstream/coreclr.git] / tests / src / Loader / AssemblyDependencyResolverTests / AssemblyDependencyResolverTests.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" />  <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <CLRTestKind>BuildAndRun</CLRTestKind>
6     <CLRTestPriority>1</CLRTestPriority>
7     <ProjectGuid>{ABB86728-A3E0-4489-BD97-A0BAB00B322F}</ProjectGuid>
8     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11     <!-- The test fails if ran twice in the same process. In one of the test cases, it expects a hostpolicy to not to be found, but it actually is found in the second pass -->
12     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
13   </PropertyGroup>
14   <ItemGroup>
15     <Compile Include="AssemblyDependencyResolverTests.cs" />
16     <Compile Include="InvalidHostingTest.cs" />
17     <Compile Include="NativeDependencyTests.cs" />
18     <Compile Include="TestBase.cs" />
19   </ItemGroup>
20   <ItemGroup>
21     <ProjectReference Include="../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
22     <ProjectReference Include="../../Common/hostpolicymock/CMakeLists.txt" />
23   </ItemGroup>
24   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
25 </Project>