Browse Source

project data fix

RobertsMaxwell 4 years ago
parent
commit
a3eb451a74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/PixiEditor.csproj

+ 1 - 1
PixiEditor/PixiEditor.csproj

@@ -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>