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