Skip to content

Commit 0593fd0

Browse files
committed
Merge branch 'master' into master-typeid-as-parameter
2 parents ff5e6de + 1c70d62 commit 0593fd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464
<PropertyGroup Condition = "$(Configuration.Contains('Debug')) == 'true'">
6565
<DefineConstants>$(DefineConstants);TRACE;DEBUG</DefineConstants>
66+
<DebugSymbols>true</DebugSymbols>
67+
<DebugType>portable</DebugType>
6668
</PropertyGroup>
6769

6870
<PropertyGroup Condition = "$(Configuration.Contains('Release')) == 'true'">

0 commit comments

Comments
 (0)