diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs b/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs index 3efe2f5d..420d5157 100644 --- a/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wxs +++ b/src/TestData/MsiTransaction/BundleBv1/BundleBv1.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 | <?include BundleB.wxi ?> | 5 | <?include BundleB.wxi ?> |
7 | <Fragment> | 6 | <Fragment> |
8 | <PackageGroup Id="BundlePackages"> | 7 | <PackageGroup Id="BundlePackages"> |