Skip to content

Commit 80d3d7e

Browse files
authored
Merge pull request #11287 from TobiasKnauss/patch-2
Update common-msbuild-project-properties.md
2 parents f0a90b8 + b057936 commit 80d3d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ When setting property values, keep in mind that common properties may be set, re
268268
| SubsystemVersion | .NET | Specifies the minimum version of the subsystem that the generated executable file can use. This property is equivalent to the `/subsystemversion` compiler switch. For information about the default value of this property, see [/subsystemversion (Visual Basic)](/dotnet/visual-basic/reference/command-line-compiler/subsystemversion) or [/subsystemversion (C# compiler options)](/dotnet/csharp/language-reference/compiler-options/subsystemversion-compiler-option). |
269269
| TargetCompactFramework | .NET | The version of the .NET Compact Framework that is required to run the application that you're building. Specifying this lets you reference certain framework assemblies that you may not be able to reference otherwise. |
270270
| TargetFrameworkVersion | .NET | The version of the .NET Framework that is required to run the application that you're building. Specifying this lets you reference certain framework assemblies that you may not be able to reference otherwise. |
271-
| TreatWarningsAsErrors | .NET | A boolean parameter that, if `true`, causes all warnings to be treated as errors. This parameter is equivalent to the `/nowarn` compiler switch. |
271+
| TreatWarningsAsErrors | .NET | A boolean parameter that, if `true`, causes all warnings to be treated as errors. |
272272
| UseCommonOutputDirectory | .NET | A boolean property that you can set to `true` when you want all build outputs in a solution to use the same output directory. If `true`, referenced projects' output isn't copied to projects that use those dependencies, as is normally the case when this setting is `false`. Setting this parameter to `true` doesn't change the actual output directory of any projects; you still need to set the output directory to the desired common output directory for each project that requires it.|
273273
| UseHostCompilerIfAvailable | .NET | A boolean parameter that, if `true`, causes the build task to use the in-process compiler object, if it's available. This parameter is used only by Visual Studio. |
274274
| Utf8Output | .NET | A boolean parameter that, if `true`, logs compiler output by using UTF-8 encoding. This parameter is equivalent to the `/utf8Output` compiler switch. |

0 commit comments

Comments
 (0)