MSBuildSettingsExtensions.

SetNoImplicitTarget(MSBuildSettings, bool) Method

Summary

Sets whether or not any targets should be passed to MSBuild.

Syntax

public static MSBuildSettings SetNoImplicitTarget(this MSBuildSettings settings, bool noImplicitTarget)

Parameters

Name Type Description
settings MSBuildSettings The settings.
noImplicitTarget bool true if no implicit target should be passed to MSBuild; otherwise false.

Return Value

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