Explorar el Código

Define Debug if MSIX Debug config

CPKreuz hace 4 años
padre
commit
39e04fbc93
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      PixiEditor/PixiEditor.csproj

+ 1 - 0
PixiEditor/PixiEditor.csproj

@@ -43,6 +43,7 @@
     <DebugType>full</DebugType>
     <DebugSymbols>true</DebugSymbols>
     <Optimize>false</Optimize>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
   </PropertyGroup>
 
   <ItemGroup>