NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ReferenceBase.GetPrimaryOutputFile Method
[This is preliminary documentation and subject to change.]
Gets the output path of the reference, without taking the "copy local" setting into consideration.
[Visual Basic]
MustOverride Public Function GetPrimaryOutputFile( _
ByVal
solutionConfiguration As
String _
) As
String
[C#]
public abstract
string GetPrimaryOutputFile(
string solutionConfiguration);
Parameters
-
solutionConfiguration
- The solution configuration that is built.
Return Value
The full output path of the reference.
Remarks
Missing <remarks> documentation for M:NAnt.VSNet.ReferenceBase.GetPrimaryOutputFile(System.String)
See Also
ReferenceBase Class | NAnt.VSNet Namespace