diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-31 02:13:56 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-31 02:13:56 -0800 |
| commit | 5cec434079fae57eaf0e0e6c9f20bead057f2b1d (patch) | |
| tree | 45ef078b8efc234cfbf93e941ee3ac582b44e5ea /src | |
| parent | 528b13ce4ccd3a585c6f4caea0ce6ff0962b7310 (diff) | |
| download | wix-5cec434079fae57eaf0e0e6c9f20bead057f2b1d.tar.gz wix-5cec434079fae57eaf0e0e6c9f20bead057f2b1d.tar.bz2 wix-5cec434079fae57eaf0e0e6c9f20bead057f2b1d.zip | |
Support filtering localizations by culture
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Extensibility/IResolveContext.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/IResolveContext.cs b/src/WixToolset.Extensibility/IResolveContext.cs index e03e6689..26891d6b 100644 --- a/src/WixToolset.Extensibility/IResolveContext.cs +++ b/src/WixToolset.Extensibility/IResolveContext.cs | |||
| @@ -19,6 +19,8 @@ namespace WixToolset.Extensibility | |||
| 19 | 19 | ||
| 20 | IEnumerable<IExtensionData> ExtensionData { get; set; } | 20 | IEnumerable<IExtensionData> ExtensionData { get; set; } |
| 21 | 21 | ||
| 22 | IEnumerable<string> FilterCultures { get; set; } | ||
| 23 | |||
| 22 | string IntermediateFolder { get; set; } | 24 | string IntermediateFolder { get; set; } |
| 23 | 25 | ||
| 24 | Intermediate IntermediateRepresentation { get; set; } | 26 | Intermediate IntermediateRepresentation { get; set; } |
