Files
MBN_STOCK_WEBVIEW/Directory.Build.props

13 lines
483 B
XML

<Project>
<!--
The development MSIX does not publish a symbol package. This keeps package
creation deterministic on machines without the optional VC++ UWP
mspdbcmf.exe component. Normal Debug/Release builds still produce PDBs.
-->
<PropertyGroup Condition="'$(GenerateAppxPackageOnBuild)' == 'true'">
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
<AppxSymbolPackageEnabled>false</AppxSymbolPackageEnabled>
</PropertyGroup>
</Project>