NAnt SDK Documentation - v0.92

MidlTask.Client Property

The /client switch directs the MIDL compiler to generate client-side C source files for an RPC interface

[Visual Basic]
<TaskAttribute(Name:="client", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Client As String
[C#]
[TaskAttribute(Name="client", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Client {get; set;}

Remarks

can be one of stub | none

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace