MSBuildSettingsExtensions.

SetPlatformTarget(MSBuildSettings, string) Method

Summary

Sets the platform target.

Syntax

public static MSBuildSettings SetPlatformTarget(this MSBuildSettings settings, string target)

Parameters

Name Type Description
settings MSBuildSettings The settings.
target string The target.

Return Value

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