NAnt SDK Documentation - v0.92

WrapperReferenceBase.GetPrimaryOutputFile Method 

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

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

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

The output path of the reference.

See Also

WrapperReferenceBase Class | NAnt.VSNet Namespace