Files
MBN_STOCK_WEBVIEW/Directory.Build.props

21 lines
891 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>
<!--
Machine-local development runtime roots belong outside Git. The first-run
folder picker writes this optional direct path binding; the manual handoff
initializer may also replace it for a separately delivered runtime.
-->
<Import Project="$(MSBuildThisFileDirectory)Directory.Build.local.props"
Condition="Exists('$(MSBuildThisFileDirectory)Directory.Build.local.props')" />
</Project>