diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-08 11:35:47 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-08 15:52:52 -0600 |
commit | 1362692be423f821e98f2f5693849206f5ce8620 (patch) | |
tree | 7ccb09c7cbfeefbab404fd3f3db0bc90cb2f12e8 /src/wixlib/wixstdba_x86.wxs | |
parent | c1c402ea51354813e7ff9ce313b95128cd60d373 (diff) | |
download | wix-1362692be423f821e98f2f5693849206f5ce8620.tar.gz wix-1362692be423f821e98f2f5693849206f5ce8620.tar.bz2 wix-1362692be423f821e98f2f5693849206f5ce8620.zip |
Format wixlib files using 'wix format'.
Diffstat (limited to '')
-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> |