We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5e6de + 1c70d62 commit 0593fd0Copy full SHA for 0593fd0
Directory.Build.props
@@ -63,6 +63,8 @@
63
64
<PropertyGroup Condition = "$(Configuration.Contains('Debug')) == 'true'">
65
<DefineConstants>$(DefineConstants);TRACE;DEBUG</DefineConstants>
66
+ <DebugSymbols>true</DebugSymbols>
67
+ <DebugType>portable</DebugType>
68
</PropertyGroup>
69
70
<PropertyGroup Condition = "$(Configuration.Contains('Release')) == 'true'">
0 commit comments