diff options
-rw-r--r-- | src/WixToolset.Data/OutputType.cs | 6 |
1 files 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 | |||
30 | 30 | ||
31 | /// <summary>Transform output type.</summary> | 31 | /// <summary>Transform output type.</summary> |
32 | Transform, | 32 | Transform, |
33 | 33 | ||
34 | /// <summary>Intermediate output type.</summary> | 34 | /// <summary>Intermediate representation post-link output type.</summary> |
35 | Wixout, | 35 | IntermediatePostLink, |
36 | } | 36 | } |
37 | } | 37 | } |