Sync may31 release/8.0-tizen (#510)
[platform/upstream/dotnet/runtime.git] / src / tests / JIT / Regression / JitBlue / Runtime_87393 / Runtime_87393.fsproj
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <!-- Needed for GCStressIncompatible -->
4     <RequiresProcessIsolation>true</RequiresProcessIsolation>
5     <NoStandardLib>True</NoStandardLib>
6     <Noconfig>True</Noconfig>
7     <Optimize>True</Optimize>
8     <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
9     <GCStressIncompatible>True</GCStressIncompatible>
10     <OtherFlags>--tailcalls+</OtherFlags>
11   </PropertyGroup>
12   <ItemGroup>
13     <Compile Include="$(MSBuildProjectName).fs" />
14   </ItemGroup>
15 </Project>