add <DebugType>full</DebugType> property to debug build for uwp debugging (#2419)

This commit is contained in:
Shane Neuville 2018-04-11 01:11:57 -06:00 коммит произвёл Stephane Delcroix
Родитель a904325e92
Коммит 069f458f7d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,7 @@
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>0114;0108;0109;4014;0649;0169;0472;0414;0168;0219;0429</NoWarn>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>TRACE;APP</DefineConstants>