aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/IBackendFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Extensibility/IBackendFactory.cs')
-rw-r--r--src/WixToolset.Extensibility/IBackendFactory.cs3
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
3namespace WixToolset.Extensibility 3namespace 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);