From b7dc41e27aeb391bbf0d5722e0eac790c49af18f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 6 Aug 2022 16:01:23 -0700 Subject: Use DefaultProjectTypeGuid in WiX SDK It isn't documented but other SDK projects use DefaultProjectTypeGuid not ProjectTypeGuids to provide the project type. The project type is used in .sln files and .wixproj cannot be added to .sln without a ProjectTypeGuids property or the SDK providing DefaultProjectTypeGuid so we provide the default here. --- src/wix/WixToolset.Sdk/tools/wix.props | 1 - src/wix/WixToolset.Sdk/tools/wix.targets | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wix/WixToolset.Sdk/tools/wix.props b/src/wix/WixToolset.Sdk/tools/wix.props index 6a7f353d..cd4aa4ac 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.props +++ b/src/wix/WixToolset.Sdk/tools/wix.props @@ -20,7 +20,6 @@ - B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0 false true diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index 2f64f7b2..521b2d17 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets @@ -55,6 +55,7 @@ --> + {B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0} .wxs wix wix -- cgit v1.2.3-55-g6feb