NAnt SDK Documentation - v0.92

ReferenceBase.GetAssemblyReferences Method 

Gets the complete set of assemblies that need to be referenced when a project references this component.

[Visual Basic]
MustOverride Public Function GetAssemblyReferences( _
   ByVal solutionConfiguration As Configuration _
) As StringCollection
[C#]
public abstract StringCollection GetAssemblyReferences(
   Configuration solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

The complete set of assemblies that need to be referenced when a project references this component.

See Also

ReferenceBase Class | NAnt.VSNet Namespace