Version 7.0: WinUI

This commit is contained in:
Clemens 2021-11-17 23:46:48 +01:00
parent 0820a77dd5
commit 63da15f6a5
32 changed files with 57 additions and 149 deletions

View file

@ -18,11 +18,7 @@
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefineConstants>DEBUG;WINUI</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PropertyGroup>
<DefineConstants>WINUI</DefineConstants>
</PropertyGroup>