SolutionTask.

ExcludeProjects Property

Summary

Fileset of projects to exclude.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet.Tasks
Containing Type
SolutionTask

Syntax

[BuildElement("excludeprojects", Required = false)]
public FileSet ExcludeProjects { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
FileSet