NAnt SDK Documentation - v0.92

SolutionTask.Platform Property

The name of platform to build the solution for.

[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="platform", ExpandProperties:=True, ProcessXml:=True)>
Public Property Platform As String
[C#]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="platform", ExpandProperties=True, ProcessXml=True)]
public string Platform {get; set;}

See Also

SolutionTask Class | NAnt.VSNet.Tasks Namespace