Summary
Returns the Visual Studio product version of the specified project
XML fragment.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ManagedProjectBase
Syntax
protected static ProductVersion GetProductVersion(XmlNode projectNode)
Parameters
Name | Type | Description |
---|---|---|
projectNode | XmlNode | XML fragment representing the project to check. |
Return Value
Type | Description |
---|---|
ProductVersion | The Visual Studio product version of the specified project XML fragment. |