diff options
Diffstat (limited to 'src/wixext/VSWindowsInstallerBackendBinderExtension.cs')
| -rw-r--r-- | src/wixext/VSWindowsInstallerBackendBinderExtension.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/VSWindowsInstallerBackendBinderExtension.cs b/src/wixext/VSWindowsInstallerBackendBinderExtension.cs index 7a9579ca..825c8ca7 100644 --- a/src/wixext/VSWindowsInstallerBackendBinderExtension.cs +++ b/src/wixext/VSWindowsInstallerBackendBinderExtension.cs | |||
| @@ -1,4 +1,4 @@ | |||
| 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 | namespace WixToolset.VisualStudio | 3 | namespace WixToolset.VisualStudio |
| 4 | { | 4 | { |
| @@ -8,6 +8,6 @@ namespace WixToolset.VisualStudio | |||
| 8 | 8 | ||
| 9 | public class VSWindowsInstallerBackendBinderExtension : BaseWindowsInstallerBackendBinderExtension | 9 | public class VSWindowsInstallerBackendBinderExtension : BaseWindowsInstallerBackendBinderExtension |
| 10 | { | 10 | { |
| 11 | public override IEnumerable<TableDefinition> TableDefinitions => VSTableDefinitions.Tables; | 11 | public override IEnumerable<TableDefinition> TableDefinitions => VSTableDefinitions.All; |
| 12 | } | 12 | } |
| 13 | } | 13 | } |
