Summary
Gets the complete set of assemblies that need to be referenced when
a project references this component.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ReferenceBase
Syntax
public abstract StringCollection GetAssemblyReferences(Configuration solutionConfiguration)
Parameters
| Name | Type | Description |
|---|---|---|
| solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
| Type | Description |
|---|---|
| StringCollection | The complete set of assemblies that need to be referenced when a project references this component. |
