CleanupCodeSettingsExtensions.

SetToolset(CleanupCodeSettings, CleanupCodeMSBuildToolset) Method

Summary

Sets

Explicitly specified MsBuild Toolset version (12.0, 14.0, 15.0). For example, --toolset=12.0.

Syntax

public static CleanupCodeSettings SetToolset(this CleanupCodeSettings toolSettings, CleanupCodeMSBuildToolset toolset)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
toolset CleanupCodeMSBuildToolset

Return Value

Type Description
CleanupCodeSettings