diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-06-02 20:46:54 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2021-06-02 21:28:23 -0400 |
| commit | a92da42d4087b3e7989239d43aff2c7e1afe05a6 (patch) | |
| tree | 5b806c2af8b4ad288470c7016aab155ccde8c6c8 /src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64 | |
| parent | f7ac7fe6cc4d7f24c893a81f3e6823b0bba0781b (diff) | |
| download | wix-a92da42d4087b3e7989239d43aff2c7e1afe05a6.tar.gz wix-a92da42d4087b3e7989239d43aff2c7e1afe05a6.tar.bz2 wix-a92da42d4087b3e7989239d43aff2c7e1afe05a6.zip | |
Add some 64-bit Burn tests.
Diffstat (limited to 'src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64')
| -rw-r--r-- | src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj | 18 | ||||
| -rw-r--r-- | src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs | 10 |
2 files changed, 28 insertions, 0 deletions
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj new file mode 100644 index 00000000..535129df --- /dev/null +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 2 | <Project Sdk="WixToolset.Sdk"> | ||
| 3 | <PropertyGroup> | ||
| 4 | <OutputType>Bundle</OutputType> | ||
| 5 | <InstallerPlatform>arm64</InstallerPlatform> | ||
| 6 | <BA>hyperlinkLicense</BA> | ||
| 7 | <UpgradeCode>{94C9641C-8105-4E87-BC46-D21636F76949}</UpgradeCode> | ||
| 8 | </PropertyGroup> | ||
| 9 | <ItemGroup> | ||
| 10 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <ItemGroup> | ||
| 13 | <ProjectReference Include="..\PackageA_arm64\PackageA_arm64.wixproj" /> | ||
| 14 | </ItemGroup> | ||
| 15 | <ItemGroup> | ||
| 16 | <PackageReference Include="WixToolset.Bal.wixext" /> | ||
| 17 | </ItemGroup> | ||
| 18 | </Project> \ No newline at end of file | ||
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs new file mode 100644 index 00000000..05cfa26c --- /dev/null +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 2 | |||
| 3 | |||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 5 | <Fragment> | ||
| 6 | <PackageGroup Id="BundlePackages"> | ||
| 7 | <MsiPackage Id="PackageA_arm64" SourceFile="$(var.PackageA_arm64.TargetPath)" /> | ||
| 8 | </PackageGroup> | ||
| 9 | </Fragment> | ||
| 10 | </Wix> | ||
