Summary
    Sets whether or not any targets should be passed to MSBuild.
    
		- Namespace
- Cake.Common .Tools .MSBuild 
- Containing Type
- MS Build Settings Extensions 
Syntax
public static MSBuildSettings SetNoImplicitTarget(this MSBuildSettings settings, bool noImplicitTarget)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | MSBuildSettings | The settings. | 
| noImplicitTarget | bool | trueif no implicit target should be passed to MSBuild; otherwisefalse. | 
Return Value
| Type | Description | 
|---|---|
| MSBuildSettings | The same MSBuildSettingsinstance so that multiple calls can be chained. | 
