MidlTask.

AppConfig Property

Summary

The /app_config switch selects application-configuration mode, which allows you to use some ACF keywords in the IDL file. With this MIDL compiler switch, you can omit the ACF and specify an interface in a single IDL file.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Tasks
Containing Type
MidlTask

Syntax

[TaskAttribute("app_config"), BooleanValidator()]
public bool AppConfig { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.

Value

Type Description
bool