From 7b59be82400f3c4d6e4f294940118e85b77f5a92 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 26 Aug 2022 21:07:46 -0700 Subject: Add support for building patches straight from wix.targets --- src/wix/WixToolset.Sdk/tools/wix.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index ccc7eab9..dd4df3fc 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets @@ -87,6 +87,7 @@ .msi .msm + .msp .pcp .wixlib .exe @@ -118,7 +119,7 @@ - <_DebugSymbolsProduced Condition=" '$(OutputType)' != 'Package' and '$(OutputType)' != 'Module' and '$(OutputType)' != 'Bundle' ">false + <_DebugSymbolsProduced Condition=" '$(OutputType)' != 'Package' and '$(OutputType)' != 'Module' and '$(OutputType)' != 'Patch' and '$(OutputType)' != 'Bundle' ">false -- cgit v1.2.3-55-g6feb