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 9d663c65..25a255c3 100644 --- a/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs +++ b/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs | |||
@@ -73,6 +73,11 @@ namespace WixToolset.Extensibility.Data | |||
73 | string OutputPath { get; set; } | 73 | string OutputPath { get; set; } |
74 | 74 | ||
75 | /// <summary> | 75 | /// <summary> |
76 | /// Output type to bind to. | ||
77 | /// </summary> | ||
78 | string OutputType { get; set; } | ||
79 | |||
80 | /// <summary> | ||
76 | /// Type of PDB to create. | 81 | /// Type of PDB to create. |
77 | /// </summary> | 82 | /// </summary> |
78 | PdbType PdbType { get; set; } | 83 | PdbType PdbType { get; set; } |