diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.BuildTasks/wix.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.BuildTasks/wix.targets b/src/WixToolset.BuildTasks/wix.targets index da90226d..a3787309 100644 --- a/src/WixToolset.BuildTasks/wix.targets +++ b/src/WixToolset.BuildTasks/wix.targets | |||
@@ -63,7 +63,7 @@ | |||
63 | The following properties are 'macros' that are available via IDE for pre and post build steps. | 63 | The following properties are 'macros' that are available via IDE for pre and post build steps. |
64 | All of them should be added to WixBuildMacroCollection to ensure that they are shown in the UI. | 64 | All of them should be added to WixBuildMacroCollection to ensure that they are shown in the UI. |
65 | --> | 65 | --> |
66 | <PropertyGroup> | 66 | <PropertyGroup Condition=" '$(TargetExt)' == '' "> |
67 | <TargetExt Condition=" '$(OutputType)' == 'Package' ">.msi</TargetExt> | 67 | <TargetExt Condition=" '$(OutputType)' == 'Package' ">.msi</TargetExt> |
68 | <TargetExt Condition=" '$(OutputType)' == 'Module' ">.msm</TargetExt> | 68 | <TargetExt Condition=" '$(OutputType)' == 'Module' ">.msm</TargetExt> |
69 | <TargetExt Condition=" '$(OutputType)' == 'PatchCreation' ">.pcp</TargetExt> | 69 | <TargetExt Condition=" '$(OutputType)' == 'PatchCreation' ">.pcp</TargetExt> |