diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Core/IPreprocessor.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/IPreprocessor.cs b/src/WixToolset.Core/IPreprocessor.cs index 946d8cc2..d892399c 100644 --- a/src/WixToolset.Core/IPreprocessor.cs +++ b/src/WixToolset.Core/IPreprocessor.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.Core | 3 | namespace WixToolset.Core |
| 4 | { | 4 | { |
| @@ -6,7 +6,7 @@ namespace WixToolset.Core | |||
| 6 | using System.Xml.Linq; | 6 | using System.Xml.Linq; |
| 7 | using WixToolset.Extensibility.Data; | 7 | using WixToolset.Extensibility.Data; |
| 8 | 8 | ||
| 9 | internal interface IPreprocessor | 9 | public interface IPreprocessor |
| 10 | { | 10 | { |
| 11 | XDocument Preprocess(IPreprocessContext context); | 11 | XDocument Preprocess(IPreprocessContext context); |
| 12 | 12 | ||
