SolutionBase.

TranslateProjectPath(string, string) Method

Summary

Translates a project path, in the form of a relative file path or a URL, to an absolute file path.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
SolutionBase

Syntax

protected string TranslateProjectPath(string solutionDir, string projectPath)

Parameters

Name Type Description
solutionDir string The directory of the solution.
projectPath string The project path to translate to an absolute file path.

Return Value

Type Description
string The project path translated to an absolute file path.