NAnt SDK Documentation - v0.92

SolutionTask.ReferenceProjects Property

The projects to scan, but not build.

[Visual Basic]
<BuildElement(Required:=False, Name:="referenceprojects", ProcessXml:=True)>
Public Property ReferenceProjects As FileSet
[C#]
[BuildElement(Required=False, Name="referenceprojects", ProcessXml=True)]
public NAnt.Core.Types.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.

See Also

SolutionTask Class | NAnt.VSNet.Tasks Namespace