NAnt SDK Documentation - v0.92 |
|
SolutionTask.OutputDir Property
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;}
See Also
SolutionTask Class | NAnt.VSNet.Tasks Namespace