diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/PrereqBaTests/BundleA/BundleA.wixproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj index 56f4b11e..b608bb8c 100644 --- a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj | |||
@@ -2,8 +2,13 @@ | |||
2 | <Project Sdk="WixToolset.Sdk"> | 2 | <Project Sdk="WixToolset.Sdk"> |
3 | <PropertyGroup> | 3 | <PropertyGroup> |
4 | <OutputType>Bundle</OutputType> | 4 | <OutputType>Bundle</OutputType> |
5 | <BA>BrokenDnc</BA> | ||
6 | <UpgradeCode>{A4456636-916A-43A0-87BF-A897C2717A00}</UpgradeCode> | ||
5 | </PropertyGroup> | 7 | </PropertyGroup> |
6 | <ItemGroup> | 8 | <ItemGroup> |
9 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> | ||
10 | </ItemGroup> | ||
11 | <ItemGroup> | ||
7 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net5.0-windows\win-x86" BindName="dnc5x86" /> | 12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net5.0-windows\win-x86" BindName="dnc5x86" /> |
8 | </ItemGroup> | 13 | </ItemGroup> |
9 | <ItemGroup> | 14 | <ItemGroup> |