|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <AppxSymbolPackageEnabled>true</AppxSymbolPackageEnabled>
|
| 6 | + <DebugSymbols>true</DebugSymbols> |
6 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7 | 8 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
8 | 9 | <ProjectGuid>{41736A64-5B66-44AF-879A-501192A46920}</ProjectGuid>
|
|
43 | 44 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
44 | 45 | <Optimize>true</Optimize>
|
45 | 46 | <NoWarn>;2008</NoWarn>
|
46 |
| - <DebugType>pdbonly</DebugType> |
| 47 | + <DebugType>full</DebugType> |
47 | 48 | <PlatformTarget>x86</PlatformTarget>
|
48 | 49 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
49 | 50 | <ErrorReport>prompt</ErrorReport>
|
|
66 | 67 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
67 | 68 | <Optimize>true</Optimize>
|
68 | 69 | <NoWarn>;2008</NoWarn>
|
69 |
| - <DebugType>pdbonly</DebugType> |
| 70 | + <DebugType>full</DebugType> |
70 | 71 | <PlatformTarget>ARM</PlatformTarget>
|
71 | 72 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
72 | 73 | <ErrorReport>prompt</ErrorReport>
|
|
89 | 90 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
90 | 91 | <Optimize>true</Optimize>
|
91 | 92 | <NoWarn>;2008</NoWarn>
|
92 |
| - <DebugType>pdbonly</DebugType> |
| 93 | + <DebugType>full</DebugType> |
93 | 94 | <PlatformTarget>x64</PlatformTarget>
|
94 | 95 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
95 | 96 | <ErrorReport>prompt</ErrorReport>
|
|
0 commit comments