NAnt SDK Documentation - v0.85-nightly-2005-11-09

MidlTask.Env Property

[This is preliminary documentation and subject to change.]

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