NAnt SDK Documentation - v0.92 |
|
ClTask.PchFile Property
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;}
See Also
ClTask Class | NAnt.VisualCpp.Tasks Namespace