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 |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |