NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionTask.OutputDir Property

[This is preliminary documentation and subject to change.]

The directory where compiled targets will be placed. This overrides path settings contained in the solution/project.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="outputdir", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputDir As DirectoryInfo
[C#]
[TaskAttribute(Required=False, Name="outputdir", ExpandProperties=True, ProcessXml=True)]
public System.IO.DirectoryInfo OutputDir {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.Tasks.SolutionTask.OutputDir

See Also

SolutionTask Class | NAnt.VSNet.Tasks Namespace