SOMS/test/WpfAppUniqueSelectorGrid/WpfAppUniqueSelectorGrid.csproj

13 lines
240 B
XML
Raw Permalink Normal View History

2025-08-11 10:39:55 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2025-05-27 09:34:09 +08:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
2025-08-11 10:39:55 +08:00
<TargetFramework>net6.0-windows</TargetFramework>
<LangVersion>8.0</LangVersion>
2025-05-27 09:34:09 +08:00
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>
2025-08-11 10:39:55 +08:00