NAnt SDK Documentation - v0.92

WrapperReferenceBase.GetAssemblyReferences Method 

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

[Visual Basic]
Overrides Public Function GetAssemblyReferences( _
   ByVal solutionConfiguration As Configuration _
) As StringCollection
[C#]
public override 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

WrapperReferenceBase Class | NAnt.VSNet Namespace