-
Notifications
You must be signed in to change notification settings - Fork 0
Build Details
Kristian Virtanen edited this page Oct 28, 2024
·
3 revisions
Build details:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>