MSBuildSettingsExtensions.

SetPlatformTarget(MSBuildSettings, PlatformTarget) Method

Summary

Sets the platform target.

Syntax

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

Parameters

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

Return Value

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