Files

11 lines
243 B
XML
Raw Permalink Normal View History

2025-07-16 12:20:02 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2025-07-14 21:08:46 +08:00
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>