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

stackoverflow3.csproj « stackoverflow « exceptions « baseservices « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d75dd6ecbbe3d6514a440a44ca927750ae76c5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <Optimize>false</Optimize>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <CLRTestKind>BuildOnly</CLRTestKind>
    <CLRTestPriority>0</CLRTestPriority>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="stackoverflow3.cs" />
  </ItemGroup>
</Project>