Skip to content

Commit 1cd85c4

Browse files
committed
Setup DebugType to full for all builds
1 parent f8bc0bd commit 1cd85c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Signal-Windows/Signal-Windows.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<AppxSymbolPackageEnabled>true</AppxSymbolPackageEnabled>
6+
<DebugSymbols>true</DebugSymbols>
67
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
78
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
89
<ProjectGuid>{41736A64-5B66-44AF-879A-501192A46920}</ProjectGuid>
@@ -43,7 +44,7 @@
4344
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
4445
<Optimize>true</Optimize>
4546
<NoWarn>;2008</NoWarn>
46-
<DebugType>pdbonly</DebugType>
47+
<DebugType>full</DebugType>
4748
<PlatformTarget>x86</PlatformTarget>
4849
<UseVSHostingProcess>false</UseVSHostingProcess>
4950
<ErrorReport>prompt</ErrorReport>
@@ -66,7 +67,7 @@
6667
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
6768
<Optimize>true</Optimize>
6869
<NoWarn>;2008</NoWarn>
69-
<DebugType>pdbonly</DebugType>
70+
<DebugType>full</DebugType>
7071
<PlatformTarget>ARM</PlatformTarget>
7172
<UseVSHostingProcess>false</UseVSHostingProcess>
7273
<ErrorReport>prompt</ErrorReport>
@@ -89,7 +90,7 @@
8990
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
9091
<Optimize>true</Optimize>
9192
<NoWarn>;2008</NoWarn>
92-
<DebugType>pdbonly</DebugType>
93+
<DebugType>full</DebugType>
9394
<PlatformTarget>x64</PlatformTarget>
9495
<UseVSHostingProcess>false</UseVSHostingProcess>
9596
<ErrorReport>prompt</ErrorReport>

0 commit comments

Comments
 (0)