SolutionTask.

ReferenceProjects Property

Summary

The projects to scan, but not build.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet.Tasks
Containing Type
SolutionTask

Syntax

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

Remarks

These projects are used to resolve project references and are generally external to the solution being built. References to these project's output files are converted to use the appropriate solution configuration at build time.

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