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

ParallelCrash.csproj « simple « exceptions « baseservices « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9456aa187f9aedf2c02bc39d51087754a212831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <CLRTestKind>BuildAndRun</CLRTestKind>
    <CLRTestPriority>1</CLRTestPriority>
    <CLRTestExitCode>134</CLRTestExitCode>
    <CLRTestExitCode Condition="'$(TestWrapperTargetsWindows)' == 'true'">-2146232797</CLRTestExitCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="ParallelCrash.cs" />
  </ItemGroup>
</Project>