MidlTask.

Env Property

Summary

The /env switch selects the environment in which the application runs.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Tasks
Containing Type
MidlTask

Syntax

[TaskAttribute("env")]
public string Env { get; set; }

Remarks

It can take the values win32 and win64

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string