Skip to content

Commit 44caaba

Browse files
authored
Merge pull request #11286 from TobiasKnauss/patch-1
Update common-msbuild-project-properties.md
2 parents 80d3d7e + a0f9c2b commit 44caaba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/msbuild/common-msbuild-project-properties.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ When setting property values, keep in mind that common properties may be set, re
203203
| KeyOriginatorFile | All | The name of the strong-name key file. |
204204
| ModuleAssemblyName | .NET | The name of the assembly that the compiled module is to be incorporated into. The property is equivalent to the `/moduleassemblyname` compiler switch. |
205205
| MSBuildProjectExtensionsPath | All | Specifies the path where project extensions are located. By default, this takes the same value as `BaseIntermediateOutputPath`. |
206-
| MSBuildTreatWarningsAsErrors | All | A boolean value that tells MSBuild to treat all warnings as errors, unless they're suppressed. |
207206
| MSBuildWarningsAsErrors | All | Specifies a list of warning codes to treat as errors. Separate multiple warnings by semicolons. If you're using the .NET SDK property `WarningsAsErrors`, `MSBuildWarningsAsErrors` will default to the value of `WarningsAsErrors`.|
208207
| MSBuildWarningsAsMessages | All | Specifies a list of warning codes to suppress by treating them as low-importance messages. Separate multiple warnings by semicolons. Note that some warnings emitted by MSBuild can't be suppressed by using this property; to suppress them, use the command-line switch `-warnAsMessage`. If you're using the .NET SDK property `NoWarn`, `MSBuildWarningsAsMessages` will default to the value of `NoWarn`.|
209208

0 commit comments

Comments
 (0)