Quellcode durchsuchen

Define Debug if MSIX Debug config

CPKreuz vor 4 Jahren
Ursprung
Commit
39e04fbc93
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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>