diff options
Diffstat (limited to 'src/WixToolset.Core/IPreprocessor.cs')
| -rw-r--r-- | src/WixToolset.Core/IPreprocessor.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/WixToolset.Core/IPreprocessor.cs b/src/WixToolset.Core/IPreprocessor.cs index d892399c..151f8111 100644 --- a/src/WixToolset.Core/IPreprocessor.cs +++ b/src/WixToolset.Core/IPreprocessor.cs | |||
| @@ -3,13 +3,12 @@ | |||
| 3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
| 4 | { | 4 | { |
| 5 | using System.Xml; | 5 | using System.Xml; |
| 6 | using System.Xml.Linq; | ||
| 7 | using WixToolset.Extensibility.Data; | 6 | using WixToolset.Extensibility.Data; |
| 8 | 7 | ||
| 9 | public interface IPreprocessor | 8 | public interface IPreprocessor |
| 10 | { | 9 | { |
| 11 | XDocument Preprocess(IPreprocessContext context); | 10 | IPreprocessResult Preprocess(IPreprocessContext context); |
| 12 | 11 | ||
| 13 | XDocument Preprocess(IPreprocessContext context, XmlReader reader); | 12 | IPreprocessResult Preprocess(IPreprocessContext context, XmlReader reader); |
| 14 | } | 13 | } |
| 15 | } | 14 | } |
