1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00

Changement debug portable au lieu de pdbonly

portable => breakpoints fonctionnent sur Android
pdbonly => breakpoints fonctionnent sur UWP
;)
This commit is contained in:
Yan Maniez 2018-05-13 23:32:30 +02:00
parent 9f113c6e81
commit ae4357f834

View file

@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>