CscTask.

SupportsPlatform Property

Summary

Specifies whether the compiler for the active target framework supports limiting the platform on which the compiled code can run. The default is false.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CscTask

Syntax

[FrameworkConfigurable("supportsplatform")]
public bool SupportsPlatform { get; set; }

Attributes

Type Description
FrameworkConfigurableAttribute Indicates that the value of the property to which the attribute is assigned, can be configured on the framework-level in the NAnt application configuration file.

Value

Type Description
bool