FxCopTask.

BaseDirectory Property

Summary

The directory in which the command will be executed.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
FxCopTask

Syntax

[TaskAttribute("basedir", Required = false)]
public override DirectoryInfo BaseDirectory { get; set; }

Remarks

It will be evaluated relative to the project's base directory if it is relative.

Attributes

Type Description
TaskAttribute

Value

Type Description
DirectoryInfo The directory in which the command will be executed. The default is the project's base directory.