diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-04-11 19:38:29 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-04-11 19:53:44 -0400 |
| commit | 4e0dc00227352234856c608edb0405544fae4af9 (patch) | |
| tree | 1f9644f39dea7c3f8ce6e67425546af767431eb9 /src/WixToolset.BuildTasks | |
| parent | ddc359af69fb9d04748f77bae946af8566aac72c (diff) | |
| download | wix-4e0dc00227352234856c608edb0405544fae4af9.tar.gz wix-4e0dc00227352234856c608edb0405544fae4af9.tar.bz2 wix-4e0dc00227352234856c608edb0405544fae4af9.zip | |
Remove partial WixPdb support.
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
Diffstat (limited to 'src/WixToolset.BuildTasks')
| -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 | ||
