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
- ReferenceBase
Syntax
public abstract string GetPrimaryOutputFile(Configuration solutionConfiguration)
Parameters
Name | Type | Description |
---|---|---|
solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
Type | Description |
---|---|
string | The full output path of the reference. |