aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-26 17:32:35 -0800
committerRob Mensching <rob@firegiant.com>2017-12-26 17:32:35 -0800
commit9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b (patch)
tree77126ef4f51ba905381834d0963a341c898259de /src
parent1720475c5725d08dff3924e785da3fb2c7ba0647 (diff)
downloadwix-9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b.tar.gz
wix-9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b.tar.bz2
wix-9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b.zip
Rename "Wixout" to "IntermediatePostLink"
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Data/OutputType.cs6
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}