diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/NetFx47.wxs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wixlib/NetFx47.wxs b/src/wixlib/NetFx47.wxs index 277f466e..84f4a221 100644 --- a/src/wixlib/NetFx47.wxs +++ b/src/wixlib/NetFx47.wxs | |||
@@ -1,8 +1,6 @@ | |||
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 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | ||
6 | 4 | ||
7 | <!-- | 5 | <!-- |
8 | .NET Framework installation state properties | 6 | .NET Framework installation state properties |