aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ILinker.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/ILinker.cs')
-rw-r--r--src/WixToolset.Core/ILinker.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/ILinker.cs b/src/WixToolset.Core/ILinker.cs
index 0580bf46..6a7fe0f7 100644
--- a/src/WixToolset.Core/ILinker.cs
+++ b/src/WixToolset.Core/ILinker.cs
@@ -1,10 +1,11 @@
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.Core 3namespace WixToolset.Core
4{ 4{
5 using WixToolset.Data; 5 using WixToolset.Data;
6 using WixToolset.Extensibility.Data; 6 using WixToolset.Extensibility.Data;
7 7
8#pragma warning disable 1591 // TODO: add documentation, move into Extensibility
8 public interface ILinker 9 public interface ILinker
9 { 10 {
10 Intermediate Link(ILinkContext context); 11 Intermediate Link(ILinkContext context);