MSBuildSettingsExtensions.

SetNoLogo(MSBuildSettings, bool) Method

Summary

Sets whether or not copyright information at the start of the program should be shown.

Syntax

public static MSBuildSettings SetNoLogo(this MSBuildSettings settings, bool noLogo)

Parameters

Name Type Description
settings MSBuildSettings The settings.
noLogo bool true if no copyright information at the start of the program should be shown; otherwise false.

Return Value

Type Description
MSBuildSettings The same MSBuildSettings instance so that multiple calls can be chained.