From 1550b30702ae4e83ea8b30bf95a4f20a6424aa4b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 27 Feb 2021 15:38:50 -0800 Subject: Include native .pdbs in .wixext.nupkg and refine build process --- src/Cpp.Build.props | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Cpp.Build.props') diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 9b7a1bb5..8c7304ee 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props @@ -6,6 +6,8 @@ Win32 $(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\ $(OutputPath)$(Platform)\ + win-x86;win-x64;win-arm64 + native,Version=v0.0 -- cgit v1.2.3-55-g6feb