Rename "Wixout" to "IntermediatePostLink"
Rob Mensching committed
Dec 26, 2017 at 17:32 UTC
9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b
1 file changed
+3
-3
src/WixToolset.Data/OutputType.cs
+3
-3
@@ -30,8 +30,8 @@ namespace WixToolset.Data
30
31
/// <summary>Transform output type.</summary>
32
Transform,
33
-
34
- /// <summary>Intermediate output type.</summary>
35
- Wixout,
33
+
34
+ /// <summary>Intermediate representation post-link output type.</summary>
35
+ IntermediatePostLink,
36
}
37
}