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

ConstructFalse.csproj « ManualResetEvent « events « threading « baseservices « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e75af422bf2d986798d73811f130caced6872b14 (plain)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <CLRTestPriority>1</CLRTestPriority>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="ConstructFalse.cs" />
  </ItemGroup>
</Project>