Gets or sets the relative or absolute path of the application base directory, or null to use a default value selected by the consumer.

If relative, the path is based on the current working directory, so a value of "" causes the current working directory to be used.

The default is null.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public ITaskItem ApplicationBaseDirectory { private get; set; }
Visual Basic (Declaration)
Public Property ApplicationBaseDirectory As ITaskItem

See Also