NAnt SDK Documentation - v0.92

MidlTask.Env Property

The /env switch selects the environment in which the application runs.

[Visual Basic]
<TaskAttribute(Name:="env", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Env As String
[C#]
[TaskAttribute(Name="env", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Env {get; set;}

Remarks

It can take the values win32 and win64

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace