diff options
Diffstat (limited to 'src/ext/Sql/wixlib/SqlExtension.wxs')
-rw-r--r-- | src/ext/Sql/wixlib/SqlExtension.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Sql/wixlib/SqlExtension.wxs b/src/ext/Sql/wixlib/SqlExtension.wxs index 8b5320fa..f824bff8 100644 --- a/src/ext/Sql/wixlib/SqlExtension.wxs +++ b/src/ext/Sql/wixlib/SqlExtension.wxs | |||
@@ -1,7 +1,7 @@ | |||
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"> |
4 | <?include caerr.wxi ?> | 4 | <?include ..\..\caerr.wxi ?> |
5 | 5 | ||
6 | <Fragment> | 6 | <Fragment> |
7 | <UI> | 7 | <UI> |