diff options
| author | David Čížek <DavidCizek@seznam.cz> | 2026-06-24 10:55:33 +0200 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-08-18 10:16:53 -0400 |
| commit | ffa2d99600666b9b5062a2791044b6afe307c889 (patch) | |
| tree | 557964bb809342dfc944c1c6e7ec6b3996c4f1c6 /src/ext | |
| parent | ef500b3941d888d67fc22a64c90f366eb6e7b0c7 (diff) | |
| download | wix-ffa2d99600666b9b5062a2791044b6afe307c889.tar.gz wix-ffa2d99600666b9b5062a2791044b6afe307c889.tar.bz2 wix-ffa2d99600666b9b5062a2791044b6afe307c889.zip | |
Whitespace correction.
Diffstat (limited to 'src/ext')
| -rw-r--r-- | src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/TestData/UsingVsixPackage/Package.wxs | 2 |
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> |
