NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ClTask.ProgramDatabaseFile Property
[This is preliminary documentation and subject to change.]
A name for the compiler-generated PDB file; can be either a file or directory name. The default is the output directory.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="pdbfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property ProgramDatabaseFile As
String
[C#]
[TaskAttribute(Required=False, Name="pdbfile", ExpandProperties=True, ProcessXml=True)]
public
string ProgramDatabaseFile {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.ClTask.ProgramDatabaseFile
See Also
ClTask Class | NAnt.VisualCpp.Tasks Namespace