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

GenericExceptions07.csproj « generics « exceptions « baseservices « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5656dc8854e7f6bcae3e9a60e6d0d634aae59cd8 (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="genericexceptions07.cs" />
  </ItemGroup>
</Project>