Summary
Returns the project location from the specified project XML fragment.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- JSharpProject
Syntax
protected override ProjectLocation DetermineProjectLocation(XmlElement docElement)
Parameters
Name | Type | Description |
---|---|---|
docElement | XmlElement | XML fragment representing the project file. |
Return Value
Type | Description |
---|---|
ProjectLocation | The project location of the specified project XML file. |