Skip to content

Commit b0e9114

Browse files
committed
Ensure full PDB's are generated for debug builds.
1 parent bde9de3 commit b0e9114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
2929
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
3030
<DebugSymbols>true</DebugSymbols>
31+
<DebugType>Full</DebugType>
3132
<Optimize>false</Optimize>
3233
</PropertyGroup>
3334
</Project>

0 commit comments

Comments
 (0)