DebugType full -> embedded

This commit is contained in:
pointfeev 2021-10-22 16:36:04 -04:00
parent 2c9943fe92
commit 64bbd643d1
No known key found for this signature in database
GPG key ID: AA14DC36C4D7D13C

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>