Summary
Gets the output path of the reference, without taking the "copy local"
setting into consideration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectReferenceBase
Syntax
public override string GetPrimaryOutputFile(Configuration solutionConfiguration)
Parameters
| Name | Type | Description |
|---|---|---|
| solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
| Type | Description |
|---|---|
| string | The output path of the reference. |
