VerificaRemake_2/VerificaRemake_2.csproj
La Programmatrice Verde bf99bf9b73 Initial commit
2024-10-23 11:27:37 +02:00

11 lines
252 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>