diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-03-01 16:43:11 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2019-03-01 16:46:13 -0800 |
| commit | 93692d4306b0f6ab3f97aab1598785951ec7bc47 (patch) | |
| tree | defd1292ed7affed3464f0cd501036d379486919 /src/WixToolset.Extensibility/IPreprocessorExtension.cs | |
| parent | e9fea339e473e6dcc32e34e995429b41cabb6c22 (diff) | |
| download | wix-93692d4306b0f6ab3f97aab1598785951ec7bc47.tar.gz wix-93692d4306b0f6ab3f97aab1598785951ec7bc47.tar.bz2 wix-93692d4306b0f6ab3f97aab1598785951ec7bc47.zip | |
Include the include files with the processed document
Diffstat (limited to 'src/WixToolset.Extensibility/IPreprocessorExtension.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/IPreprocessorExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IPreprocessorExtension.cs b/src/WixToolset.Extensibility/IPreprocessorExtension.cs index 7eb8584f..94eb7d78 100644 --- a/src/WixToolset.Extensibility/IPreprocessorExtension.cs +++ b/src/WixToolset.Extensibility/IPreprocessorExtension.cs | |||
| @@ -53,6 +53,6 @@ namespace WixToolset.Extensibility | |||
| 53 | /// <summary> | 53 | /// <summary> |
| 54 | /// Called at the end of the preprocessing of a source file. | 54 | /// Called at the end of the preprocessing of a source file. |
| 55 | /// </summary> | 55 | /// </summary> |
| 56 | void PostPreprocess(XDocument document); | 56 | void PostPreprocess(IPreprocessResult result); |
| 57 | } | 57 | } |
| 58 | } | 58 | } |
