diff options
Diffstat (limited to 'src/ext/VisualStudio/wixlib/VSExtension_arm64.wxs')
-rw-r--r-- | src/ext/VisualStudio/wixlib/VSExtension_arm64.wxs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/VisualStudio/wixlib/VSExtension_arm64.wxs b/src/ext/VisualStudio/wixlib/VSExtension_arm64.wxs new file mode 100644 index 00000000..02e23e8b --- /dev/null +++ b/src/ext/VisualStudio/wixlib/VSExtension_arm64.wxs | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
6 | <?define platform=arm64 ?> | ||
7 | <?include VSExtension_Platform.wxi ?> | ||
8 | </Wix> | ||