diff options
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs b/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs index 25a255c3..4c1b4d59 100644 --- a/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs +++ b/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs | |||
| @@ -18,6 +18,11 @@ namespace WixToolset.Extensibility.Data | |||
| 18 | IServiceProvider ServiceProvider { get; } | 18 | IServiceProvider ServiceProvider { get; } |
| 19 | 19 | ||
| 20 | /// <summary> | 20 | /// <summary> |
| 21 | /// Indicates whether to generate GUIDs backward compatible with WiX v3. | ||
| 22 | /// </summary> | ||
| 23 | bool BackwardCompatibleGuidGeneration { get; set; } | ||
| 24 | |||
| 25 | /// <summary> | ||
| 21 | /// Bind paths used during resolution. | 26 | /// Bind paths used during resolution. |
| 22 | /// </summary> | 27 | /// </summary> |
| 23 | IReadOnlyCollection<IBindPath> BindPaths { get; set; } | 28 | IReadOnlyCollection<IBindPath> BindPaths { get; set; } |
