EX.csproj 217 B

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