|
@@ -1,7 +1,7 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
<UseWPF>true</UseWPF>
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|