SOMS/test/WpfAppUniqueSelectorGrid/WpfAppUniqueSelectorGrid.csproj

10 lines
217 B
XML
Raw Normal View History

2025-05-27 09:34:09 +08:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>