Initial commit

This commit is contained in:
Laurent
2026-02-16 20:58:05 +01:00
parent 84219933c5
commit 663302c5b1
9 changed files with 159 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>