aboutsummaryrefslogtreecommitdiff
path: root/src/ext/VisualStudio/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/VisualStudio/test')
-rw-r--r--src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs2
1 files changed, 1 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 ff7cb2fb..d827dafb 100644
--- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs
+++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs
@@ -8,7 +8,7 @@
8 <PropertyRef Id="VS2022_ROOT_FOLDER" /> 8 <PropertyRef Id="VS2022_ROOT_FOLDER" />
9 <PropertyRef Id="VS2026_ROOT_FOLDER" /> 9 <PropertyRef Id="VS2026_ROOT_FOLDER" />
10 10
11 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> 11 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)">
12 <ComponentGroupRef Id="ProductComponents" /> 12 <ComponentGroupRef Id="ProductComponents" />
13 </Feature> 13 </Feature>
14 </Package> 14 </Package>