NAnt SDK Documentation - v0.92

ReferenceBase.GetPrimaryOutputFile Method 

Gets the output path of the reference, without taking the "copy local" setting into consideration.

[Visual Basic]
MustOverride Public Function GetPrimaryOutputFile( _
   ByVal solutionConfiguration As Configuration _
) As String
[C#]
public abstract string GetPrimaryOutputFile(
   Configuration solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

The full output path of the reference.

See Also

ReferenceBase Class | NAnt.VSNet Namespace