diff options
Diffstat (limited to 'src/wixlib/wixstdba_x86.wxs')
-rw-r--r-- | src/wixlib/wixstdba_x86.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wixlib/wixstdba_x86.wxs b/src/wixlib/wixstdba_x86.wxs index 09a5080c..e3ad07e8 100644 --- a/src/wixlib/wixstdba_x86.wxs +++ b/src/wixlib/wixstdba_x86.wxs | |||
@@ -1,8 +1,7 @@ | |||
1 | <?xml version='1.0' encoding='utf-8'?> | 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 | <!-- 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 | 2 | ||
4 | 3 | ||
5 | <Wix xmlns='http://wixtoolset.org/schemas/v4/wxs'> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
6 | <?define platform=x86 ?> | 5 | <?define platform=x86 ?> |
7 | <?include wixstdba_platform.wxi ?> | 6 | <?include wixstdba_platform.wxi ?> |
8 | </Wix> | 7 | </Wix> |