NAnt SDK Documentation - v0.92

ClTask.PchThroughFile Property

The path of the boundary file when generating/using the specified PchFile. If a precompiled header file is not specified then this attribute is ignored.

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

See Also

ClTask Class | NAnt.VisualCpp.Tasks Namespace