aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-06-02 20:46:54 -0400
committerBob Arnson <bob@firegiant.com>2021-06-02 21:28:23 -0400
commita92da42d4087b3e7989239d43aff2c7e1afe05a6 (patch)
tree5b806c2af8b4ad288470c7016aab155ccde8c6c8 /src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64
parentf7ac7fe6cc4d7f24c893a81f3e6823b0bba0781b (diff)
downloadwix-a92da42d4087b3e7989239d43aff2c7e1afe05a6.tar.gz
wix-a92da42d4087b3e7989239d43aff2c7e1afe05a6.tar.bz2
wix-a92da42d4087b3e7989239d43aff2c7e1afe05a6.zip
Add some 64-bit Burn tests.
Diffstat (limited to 'src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64')
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64/PackageA_arm64.wixproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64/PackageA_arm64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64/PackageA_arm64.wixproj
new file mode 100644
index 00000000..e70d13a0
--- /dev/null
+++ b/src/test/burn/TestData/BasicFunctionalityTests/PackageA_arm64/PackageA_arm64.wixproj
@@ -0,0 +1,11 @@
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 <InstallerPlatform>arm64</InstallerPlatform>
5 <CabPrefix>a_arm64</CabPrefix>
6 <UpgradeCode>{A32CA5EE-029F-4F0E-B518-E0C14EDEEDE0}</UpgradeCode>
7 </PropertyGroup>
8 <ItemGroup>
9 <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
10 </ItemGroup>
11</Project> \ No newline at end of file