Version 2

This commit is contained in:
2025-06-04 14:50:14 +02:00
parent 33b9bd8705
commit 72648fcaf4
34 changed files with 663 additions and 0 deletions

11
WpfApp1/WpfApp1.csproj Normal file
View File

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