aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/HttpExtension.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/HttpExtension.wxs')
-rw-r--r--src/wixlib/HttpExtension.wxs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wixlib/HttpExtension.wxs b/src/wixlib/HttpExtension.wxs
new file mode 100644
index 00000000..e2b3534d
--- /dev/null
+++ b/src/wixlib/HttpExtension.wxs
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>
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
4
5<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
6 <?include caerr.wxi ?>
7 <Fragment>
8 <UI Id="WixHttpErrors">
9 </UI>
10 </Fragment>
11</Wix>