FancyZone_HitTest.csproj
1 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> 2 3 <PropertyGroup> 4 <OutputType>WinExe</OutputType> 5 <TargetFramework>netcoreapp3.1</TargetFramework> 6 <UseWPF>true</UseWPF> 7 </PropertyGroup> 8 9 </Project>
1 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> 2 3 <PropertyGroup> 4 <OutputType>WinExe</OutputType> 5 <TargetFramework>netcoreapp3.1</TargetFramework> 6 <UseWPF>true</UseWPF> 7 </PropertyGroup> 8 9 </Project>