CscTask.

DebugOutput Property

Summary

Specifies the type of debugging information generated by the compiler. The default is NAnt.DotNet.Types.DebugOutput.None.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CscTask

Syntax

[TaskAttribute("debug")]
public DebugOutput DebugOutput { get; set; }

Attributes

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

Value

Type Description
DebugOutput