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.
1 parent bde9de3 commit b0e9114Copy full SHA for b0e9114
common.props
@@ -28,6 +28,7 @@
28
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
29
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
30
<DebugSymbols>true</DebugSymbols>
31
+ <DebugType>Full</DebugType>
32
<Optimize>false</Optimize>
33
</PropertyGroup>
34
</Project>
0 commit comments