From 9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 26 Dec 2017 17:32:35 -0800 Subject: Rename "Wixout" to "IntermediatePostLink" --- src/WixToolset.Data/OutputType.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WixToolset.Data/OutputType.cs b/src/WixToolset.Data/OutputType.cs index 228cc580..3bbdddcc 100644 --- a/src/WixToolset.Data/OutputType.cs +++ b/src/WixToolset.Data/OutputType.cs @@ -30,8 +30,8 @@ namespace WixToolset.Data /// Transform output type. Transform, - - /// Intermediate output type. - Wixout, + + /// Intermediate representation post-link output type. + IntermediatePostLink, } } -- cgit v1.2.3-55-g6feb