aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-02-13 00:46:54 -0500
committerBob Arnson <github@bobs.org>2022-02-13 08:47:43 -0500
commit1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch)
treef441deda5d7a355aea7966150ed1116a40701296 /src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs
parentcb509edac4749d77a4eb07e9314354279f99ff1a (diff)
downloadwix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz
wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2
wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs')
-rw-r--r--src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs b/src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs
new file mode 100644
index 00000000..cb40cd85
--- /dev/null
+++ b/src/ext/ComPlus/wixlib/ComPlusExtension_arm64.wxs
@@ -0,0 +1,7 @@
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 <?define platform=arm64 ?>
6 <?include ComPlusExtension_Platform.wxi ?>
7</Wix>