diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-06 11:37:13 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-06 11:37:13 -0800 |
| commit | b6e9ba894bafe216348292b7c46212c974d02c39 (patch) | |
| tree | 124f0b5e4ee0716f07d0f0a5ba52ca5f2cc6df14 /src | |
| parent | fb2df0e24c0709ce94c396624cf86c70e02da01f (diff) | |
| download | wix-b6e9ba894bafe216348292b7c46212c974d02c39.tar.gz wix-b6e9ba894bafe216348292b7c46212c974d02c39.tar.bz2 wix-b6e9ba894bafe216348292b7c46212c974d02c39.zip | |
Enhance link context to support loading intermediates from extensions
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Extensibility/Services/ILinkContext.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Services/ILinkContext.cs b/src/WixToolset.Extensibility/Services/ILinkContext.cs index 8c5b3c65..25c7962f 100644 --- a/src/WixToolset.Extensibility/Services/ILinkContext.cs +++ b/src/WixToolset.Extensibility/Services/ILinkContext.cs | |||
| @@ -14,8 +14,12 @@ namespace WixToolset.Extensibility.Services | |||
| 14 | 14 | ||
| 15 | IEnumerable<ILinkerExtension> Extensions { get; set; } | 15 | IEnumerable<ILinkerExtension> Extensions { get; set; } |
| 16 | 16 | ||
| 17 | IEnumerable<IExtensionData> ExtensionData { get; set; } | ||
| 18 | |||
| 17 | OutputType ExpectedOutputType { get; set; } | 19 | OutputType ExpectedOutputType { get; set; } |
| 18 | 20 | ||
| 19 | IEnumerable<Intermediate> Intermediates { get; set; } | 21 | IEnumerable<Intermediate> Intermediates { get; set; } |
| 22 | |||
| 23 | ITupleDefinitionCreator TupleDefinitionCreator { get; set; } | ||
| 20 | } | 24 | } |
| 21 | } | 25 | } |
