diff options
Diffstat (limited to 'src/WixToolset.Extensibility/IBackendFactory.cs')
-rw-r--r-- | src/WixToolset.Extensibility/IBackendFactory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IBackendFactory.cs b/src/WixToolset.Extensibility/IBackendFactory.cs index 1155e9b6..99a6704f 100644 --- a/src/WixToolset.Extensibility/IBackendFactory.cs +++ b/src/WixToolset.Extensibility/IBackendFactory.cs | |||
@@ -1,7 +1,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. | 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.Extensibility | 3 | namespace WixToolset.Extensibility |
4 | { | 4 | { |
5 | #pragma warning disable 1591 // TODO: add documentation | ||
5 | public interface IBackendFactory | 6 | public interface IBackendFactory |
6 | { | 7 | { |
7 | bool TryCreateBackend(string outputType, string outputPath, out IBackend backend); | 8 | bool TryCreateBackend(string outputType, string outputPath, out IBackend backend); |