Summary
Returns the Visual Studio product version of the specified project
XML fragment.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectBase
Syntax
protected abstract ProductVersion DetermineProductVersion(XmlElement docElement)
Parameters
Name | Type | Description |
---|---|---|
docElement | XmlElement | XML fragment representing the project file. |
Return Value
Type | Description |
---|---|
ProductVersion | The Visual Studio product version of the specified project XML file. |