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

HandlerException.csproj « VJ « SEH « V1 « regressions « exceptions « baseservices « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43f46dd7840ef36a5707419e882e207d20c11f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <CLRTestPriority>1</CLRTestPriority>
    <!-- The test can have threads running at exit -->
    <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="HandlerException.cs" />
  </ItemGroup>
</Project>