diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:35:37 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:35:37 -0800 |
| commit | 1720475c5725d08dff3924e785da3fb2c7ba0647 (patch) | |
| tree | dfd5da79cb33b23de983d895c36fe1cea87c36d7 /src/WixToolset.Data/OutputType.cs | |
| parent | f680e915f065026efd0301a76fd524f87b8c5f06 (diff) | |
| download | wix-1720475c5725d08dff3924e785da3fb2c7ba0647.tar.gz wix-1720475c5725d08dff3924e785da3fb2c7ba0647.tar.bz2 wix-1720475c5725d08dff3924e785da3fb2c7ba0647.zip | |
Add "wixout" as build output
Diffstat (limited to 'src/WixToolset.Data/OutputType.cs')
| -rw-r--r-- | src/WixToolset.Data/OutputType.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WixToolset.Data/OutputType.cs b/src/WixToolset.Data/OutputType.cs index 67c56520..228cc580 100644 --- a/src/WixToolset.Data/OutputType.cs +++ b/src/WixToolset.Data/OutputType.cs | |||
| @@ -29,6 +29,9 @@ namespace WixToolset.Data | |||
| 29 | Product, | 29 | Product, |
| 30 | 30 | ||
| 31 | /// <summary>Transform output type.</summary> | 31 | /// <summary>Transform output type.</summary> |
| 32 | Transform | 32 | Transform, |
| 33 | |||
| 34 | /// <summary>Intermediate output type.</summary> | ||
| 35 | Wixout, | ||
| 33 | } | 36 | } |
| 34 | } | 37 | } |
