diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/wix.targets')
-rw-r--r-- | src/WixToolset.BuildTasks/wix.targets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.BuildTasks/wix.targets b/src/WixToolset.BuildTasks/wix.targets index 4f8b9999..3c04760a 100644 --- a/src/WixToolset.BuildTasks/wix.targets +++ b/src/WixToolset.BuildTasks/wix.targets | |||
@@ -233,8 +233,8 @@ | |||
233 | 233 | ||
234 | <Error | 234 | <Error |
235 | Code="WIX103" | 235 | Code="WIX103" |
236 | Condition=" '$(WixPdbType)' != 'none' and '$(WixPdbType)' != 'full' and '$(WixPdbType)' != 'partial' " | 236 | Condition=" '$(WixPdbType)' != 'none' and '$(WixPdbType)' != 'full' " |
237 | Text="The WixPdbType property '$(WixPdbType)' is not valid in project "$(MSBuildProjectFile)". Supported values are: 'full', 'none', 'partial'" /> | 237 | Text="The WixPdbType property '$(WixPdbType)' is not valid in project "$(MSBuildProjectFile)". Supported values are: 'full', 'none'" /> |
238 | 238 | ||
239 | </Target> | 239 | </Target> |
240 | 240 | ||