Don't use app manifest when running in debug.

This commit is contained in:
Jared Goodwin 2023-04-15 16:30:43 -07:00
parent d2dd852a83
commit 8893f19ee4
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,10 @@
<Platforms>AnyCPU;x86;x64</Platforms>
<StartupObject></StartupObject>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

@ -1 +1 @@
Subproject commit 7b8622db7c9b11e2ece87a85820587c126ba573c
Subproject commit ef8d40183c3654d81458eea717d74f6e895f1cc8