Files
kaehler.scr/Kaehler.scr/Kaehler.scr.csproj
2022-12-11 21:08:34 +01:00

12 lines
279 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>True</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
</PropertyGroup>
</Project>