diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/test/BurnUnitTest/VariableHelpers.cpp | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/test/BurnUnitTest/VariableHelpers.cpp')
| -rw-r--r-- | src/burn/test/BurnUnitTest/VariableHelpers.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/burn/test/BurnUnitTest/VariableHelpers.cpp b/src/burn/test/BurnUnitTest/VariableHelpers.cpp index 40f958f8..b1106492 100644 --- a/src/burn/test/BurnUnitTest/VariableHelpers.cpp +++ b/src/burn/test/BurnUnitTest/VariableHelpers.cpp | |||
| @@ -7,11 +7,7 @@ using namespace System; | |||
| 7 | using namespace Xunit; | 7 | using namespace Xunit; |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | namespace Microsoft | 10 | namespace WixToolset |
| 11 | { | ||
| 12 | namespace Tools | ||
| 13 | { | ||
| 14 | namespace WindowsInstallerXml | ||
| 15 | { | 11 | { |
| 16 | namespace Test | 12 | namespace Test |
| 17 | { | 13 | { |
| @@ -213,5 +209,3 @@ namespace Bootstrapper | |||
| 213 | } | 209 | } |
| 214 | } | 210 | } |
| 215 | } | 211 | } |
| 216 | } | ||
| 217 | } | ||
