Projektdateien hinzufügen.

This commit is contained in:
abdelaziz
2026-03-17 20:12:30 +01:00
parent 3449bef562
commit b0aceddbe6
7 changed files with 93 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>