diff options
Diffstat (limited to 'src/test/burn/TestData/FilesInUseTests')
| -rw-r--r-- | src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs b/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs index a96c2a11..0902ff1a 100644 --- a/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs +++ b/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wxs | |||
| @@ -1,10 +1,10 @@ | |||
| 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. --> | 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 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui"> |
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <ComponentGroup Id="ProductComponents" /> | 5 | <ComponentGroup Id="ProductComponents" /> |
| 6 | 6 | ||
| 7 | <UIRef Id="WixUI_Minimal" /> | 7 | <ui:WixUI Id="WixUI_Minimal" /> |
| 8 | <WixVariable Id="WixUILicenseRtf" Value="license.txt" /> | 8 | <WixVariable Id="WixUILicenseRtf" Value="license.txt" /> |
| 9 | </Fragment> | 9 | </Fragment> |
| 10 | </Wix> | 10 | </Wix> |
