Summary
The name of the VS.NET solution file to build.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Tasks - Containing Type
- SolutionTask
Syntax
[TaskAttribute("solutionfile", Required = false)]
public FileInfo SolutionFile { get; set; }
Remarks
The NAnt.VSNet.Tasks.SolutionTask.Projects
can be used instead to supply a list
of Visual Studio.NET projects that should be built.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo |