LinkTask.

ProgramDatabaseFile Property

Summary

A user-specified name for the program database (PDB) that the linker creates. The default file name for the PDB has the base name of the NAnt.VisualCpp.Tasks.LinkTask.OutputFile and the extension .pdb.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Tasks
Containing Type
LinkTask

Syntax

[TaskAttribute("pdbfile")]
public FileInfo ProgramDatabaseFile { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo