diff options
| author | David Čížek <DavidCizek@seznam.cz> | 2026-06-22 16:10:08 +0200 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-08-18 10:16:53 -0400 |
| commit | 1ce9c79d4334aa9b689624f0c5a4b822c6ad2187 (patch) | |
| tree | 24c7418ca62465918e0abc4e3f2d35a7adcc53c3 /src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage | |
| parent | ae17aca4c7816f2927c3ccb78e3bfbe264326b8d (diff) | |
| download | wix-1ce9c79d4334aa9b689624f0c5a4b822c6ad2187.tar.gz wix-1ce9c79d4334aa9b689624f0c5a4b822c6ad2187.tar.bz2 wix-1ce9c79d4334aa9b689624f0c5a4b822c6ad2187.zip | |
vsca.cpp updated to search for VS2026.
Updated tests.
Added VS2026 wixlib fragment.
Diffstat (limited to 'src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage')
| -rw-r--r-- | src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs | 3 |
1 files changed, 2 insertions, 1 deletions
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 d56674e3..ff7cb2fb 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs | |||
| @@ -6,8 +6,9 @@ | |||
| 6 | <PropertyRef Id="VS2017DEVENV" /> | 6 | <PropertyRef Id="VS2017DEVENV" /> |
| 7 | <PropertyRef Id="VS2019_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED" /> | 7 | <PropertyRef Id="VS2019_IDE_VCSHARP_PROJECTSYSTEM_INSTALLED" /> |
| 8 | <PropertyRef Id="VS2022_ROOT_FOLDER" /> | 8 | <PropertyRef Id="VS2022_ROOT_FOLDER" /> |
| 9 | <PropertyRef Id="VS2026_ROOT_FOLDER" /> | ||
| 9 | 10 | ||
| 10 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 11 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 11 | <ComponentGroupRef Id="ProductComponents" /> | 12 | <ComponentGroupRef Id="ProductComponents" /> |
| 12 | </Feature> | 13 | </Feature> |
| 13 | </Package> | 14 | </Package> |
