diff options
Diffstat (limited to 'src/ext/Bal/wixlib/bas_arm64.wxs')
-rw-r--r-- | src/ext/Bal/wixlib/bas_arm64.wxs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/Bal/wixlib/bas_arm64.wxs b/src/ext/Bal/wixlib/bas_arm64.wxs new file mode 100644 index 00000000..ba6c5d82 --- /dev/null +++ b/src/ext/Bal/wixlib/bas_arm64.wxs | |||
@@ -0,0 +1,6 @@ | |||
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 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
4 | <?define platform=arm64 ?> | ||
5 | <?include bas_platform.wxi ?> | ||
6 | </Wix> | ||