Skip to content

Commit 1c70d62

Browse files
authored
Merge pull request #273 from DataObjects-NET/build-configurations-fixes
Debug symbols for Debug-like configurations
2 parents a876491 + 25923ce commit 1c70d62

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)