ManagedProjectBase.

GetProjectLocation(XmlNode) Method

Summary

Returns the NAnt.VSNet.ManagedProjectBase.ProjectLocation of the specified project XML fragment.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ManagedProjectBase

Syntax

protected static ProjectLocation GetProjectLocation(XmlNode projectNode)

Parameters

Name Type Description
projectNode XmlNode XML fragment representing the project to check.

Return Value

Type Description
ProjectLocation The NAnt.VSNet.ManagedProjectBase.ProjectLocation of the specified project XML fragment.