File size: 287 Bytes
bc10164
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>disable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>proof</AssemblyName>
  </PropertyGroup>
</Project>