diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-04-01 16:06:45 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-04-01 17:39:59 -0400 |
| commit | cb06f75799d845eeb78d326d4b1295921acd0bad (patch) | |
| tree | 65891cf4579cc0f530c4615c87439d0e9dc502f9 /src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj | |
| parent | b4da272e25c5c776cc5c66ee069bd3fb7548dd92 (diff) | |
| download | wix-cb06f75799d845eeb78d326d4b1295921acd0bad.tar.gz wix-cb06f75799d845eeb78d326d4b1295921acd0bad.tar.bz2 wix-cb06f75799d845eeb78d326d4b1295921acd0bad.zip | |
Handle lack of scope for pre-v7 bundles.
Fixes https://github.com/wixtoolset/issues/issues/9274
Diffstat (limited to 'src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj')
| -rw-r--r-- | src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj b/src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj index ade65220..ed15dedf 100644 --- a/src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj +++ b/src/test/burn/TestData/ConfigurableScopeTests/PerMachineBundle/PerMachineBundle.wixproj | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | <Project Sdk="WixToolset.Sdk"> | 1 | <Project Sdk="WixToolset.Sdk"> |
| 2 | <PropertyGroup> | 2 | <PropertyGroup> |
| 3 | <OutputType>Bundle</OutputType> | 3 | <OutputType>Bundle</OutputType> |
| 4 | <DefineConstants>$(DefineConstants);Version=1.0.0.0</DefineConstants> | ||
| 4 | </PropertyGroup> | 5 | </PropertyGroup> |
| 5 | <ItemGroup> | 6 | <ItemGroup> |
| 6 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> | 7 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
