Dateien nach "PenPaperMain" hochladen

This commit is contained in:
Jakob Weber 2025-09-03 12:56:26 +02:00
parent 504ef9e3fb
commit 3458794dbb

View File

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