From cc997ec641d4634d2f3c6086a481fc8295e34b46 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 1 Oct 2017 14:17:53 -0700 Subject: 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. --- src/WixToolset.Data/OutputType.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/WixToolset.Data/OutputType.cs') 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 /// Bundle output type. Bundle, + /// Library output type. + Library, + /// Module output type. Module, -- cgit v1.2.3-55-g6feb