NAnt SDK Documentation - v0.92

MidlTask.AppConfig Property

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.

[Visual Basic]
<TaskAttribute(Name:="app_config", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property AppConfig As Boolean
[C#]
[TaskAttribute(Name="app_config", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool AppConfig {get; set;}

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace