diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 08:02:58 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 08:02:58 -0700 |
| commit | e835776f17056097559c13f25b4c875c7361bd5b (patch) | |
| tree | 8b1c3af05e44e55cf61318474d90dcb53a2e3bb6 /src/ext/Http/wixext/HttpWindowsInstallerBackendBinderExtension.cs | |
| parent | 52868c16c483776d0c55ab7f2a0828a0ee55c39d (diff) | |
| parent | 4194343c39fa66778a8de9804c88789bd41dae48 (diff) | |
| download | wix-e835776f17056097559c13f25b4c875c7361bd5b.tar.gz wix-e835776f17056097559c13f25b4c875c7361bd5b.tar.bz2 wix-e835776f17056097559c13f25b4c875c7361bd5b.zip | |
Merge Http.wixext
Diffstat (limited to 'src/ext/Http/wixext/HttpWindowsInstallerBackendBinderExtension.cs')
| -rw-r--r-- | src/ext/Http/wixext/HttpWindowsInstallerBackendBinderExtension.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/Http/wixext/HttpWindowsInstallerBackendBinderExtension.cs b/src/ext/Http/wixext/HttpWindowsInstallerBackendBinderExtension.cs new file mode 100644 index 00000000..8e4f1a96 --- /dev/null +++ b/src/ext/Http/wixext/HttpWindowsInstallerBackendBinderExtension.cs | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | |||
| 3 | namespace WixToolset.Http | ||
| 4 | { | ||
| 5 | using System.Collections.Generic; | ||
| 6 | using WixToolset.Data.WindowsInstaller; | ||
| 7 | using WixToolset.Extensibility; | ||
| 8 | |||
| 9 | public class HttpWindowsInstallerBackendBinderExtension : BaseWindowsInstallerBackendBinderExtension | ||
| 10 | { | ||
| 11 | public override IReadOnlyCollection<TableDefinition> TableDefinitions => HttpTableDefinitions.All; | ||
| 12 | } | ||
| 13 | } | ||
