NAnt SDK Documentation - v0.85-nightly-2005-11-09

ClTask.PchFile Property

[This is preliminary documentation and subject to change.]

Specifies the path and/or name of the generated precompiled header file - given either relative to OutputDir or as an absolute path.

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

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.ClTask.PchFile

See Also

ClTask Class | NAnt.VisualCpp.Tasks Namespace