NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
SolutionTask.SolutionFile Property
[This is preliminary documentation and subject to change.]
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