diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-27 13:24:08 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-27 13:24:08 -0800 |
| commit | 888a51c27d6bcc9c394603d1a3be60aa660ef062 (patch) | |
| tree | e339f1c7563ed2ee80fbff008d20255a88d476b4 /src/WixToolset.Extensibility/BaseCompilerExtension.cs | |
| parent | ed5fd9d8258a5c752cd37fe7702f3a0dc37052f7 (diff) | |
| download | wix-888a51c27d6bcc9c394603d1a3be60aa660ef062.tar.gz wix-888a51c27d6bcc9c394603d1a3be60aa660ef062.tar.bz2 wix-888a51c27d6bcc9c394603d1a3be60aa660ef062.zip | |
Better abstract extension factory, tuple to table creation and others
Diffstat (limited to 'src/WixToolset.Extensibility/BaseCompilerExtension.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/BaseCompilerExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/BaseCompilerExtension.cs b/src/WixToolset.Extensibility/BaseCompilerExtension.cs index 58efa37f..abe2f4a9 100644 --- a/src/WixToolset.Extensibility/BaseCompilerExtension.cs +++ b/src/WixToolset.Extensibility/BaseCompilerExtension.cs | |||
| @@ -31,7 +31,7 @@ namespace WixToolset.Extensibility | |||
| 31 | /// Gets the schema namespace for this extension. | 31 | /// Gets the schema namespace for this extension. |
| 32 | /// </summary> | 32 | /// </summary> |
| 33 | /// <value>Schema namespace supported by this extension.</value> | 33 | /// <value>Schema namespace supported by this extension.</value> |
| 34 | public XNamespace Namespace { get; protected set; } | 34 | public abstract XNamespace Namespace { get; } |
| 35 | 35 | ||
| 36 | /// <summary> | 36 | /// <summary> |
| 37 | /// Called at the beginning of the compilation of a source file. | 37 | /// Called at the beginning of the compilation of a source file. |
