Sfoglia il codice sorgente

Define Debug if MSIX Debug config

CPKreuz 4 anni fa
parent
commit
39e04fbc93
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>