diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-10-01 14:17:53 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-10-01 14:17:53 -0700 |
| commit | cc997ec641d4634d2f3c6086a481fc8295e34b46 (patch) | |
| tree | 362794d8bf0d734d01e7a6365fb1681685ceb66c /src/WixToolset.Data/OutputType.cs | |
| parent | 251fd7106e3b06cf960d80c651a3a054ee952ddd (diff) | |
| download | wix-cc997ec641d4634d2f3c6086a481fc8295e34b46.tar.gz wix-cc997ec641d4634d2f3c6086a481fc8295e34b46.tar.bz2 wix-cc997ec641d4634d2f3c6086a481fc8295e34b46.zip | |
Simplify Library to only be a data container and add as output type
The actual of the creation functionality for Libraries will move to the
Librarian.
Diffstat (limited to 'src/WixToolset.Data/OutputType.cs')
| -rw-r--r-- | src/WixToolset.Data/OutputType.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Data/OutputType.cs b/src/WixToolset.Data/OutputType.cs index 74381737..67c56520 100644 --- a/src/WixToolset.Data/OutputType.cs +++ b/src/WixToolset.Data/OutputType.cs | |||
| @@ -13,6 +13,9 @@ namespace WixToolset.Data | |||
| 13 | /// <summary>Bundle output type.</summary> | 13 | /// <summary>Bundle output type.</summary> |
| 14 | Bundle, | 14 | Bundle, |
| 15 | 15 | ||
| 16 | /// <summary>Library output type.</summary> | ||
| 17 | Library, | ||
| 18 | |||
| 16 | /// <summary>Module output type.</summary> | 19 | /// <summary>Module output type.</summary> |
| 17 | Module, | 20 | Module, |
| 18 | 21 | ||
