This commit is contained in:
Gerard Gascón 2025-04-27 14:16:25 +02:00
commit a1d7386082
7 changed files with 82 additions and 0 deletions

10
Project/Project.csproj Normal file
View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>