NAnt SDK Documentation - v0.92 |
|
SolutionTask.SolutionFile Property
The name of the VS.NET solution file to build.
[Visual Basic]
<TaskAttribute(Name:="solutionfile", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property SolutionFile As
FileInfo
[C#]
[TaskAttribute(Name="solutionfile", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo SolutionFile {get; set;}
Remarks
The Projects can be used instead to supply a list of Visual Studio.NET projects that should be built.
See Also
SolutionTask Class | NAnt.VSNet.Tasks Namespace