From b9c712f26d921f7ffe0509d1cc45456680e8139f Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 22 Dec 2021 23:52:40 -0500 Subject: Version extension ids. https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action. --- .../WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs | 4 +++- .../TestData/UsingVsixPackage/PackageComponents.wxs | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData') diff --git a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs index c2196807..0434f81f 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs @@ -1,8 +1,10 @@ - + + + diff --git a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/PackageComponents.wxs b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/PackageComponents.wxs index c8c72cc0..d647e422 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/PackageComponents.wxs +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/PackageComponents.wxs @@ -7,7 +7,6 @@ - -- cgit v1.2.3-55-g6feb