Click or drag to resize

VDProjectParser Class

A static utility class that parses a Visual Studio installer project (*.vdproj) file and converts it to an XML element so that it can conveniently be processed by analysis tools.
Inheritance Hierarchy
SystemObject
  Orthogonal.Common.Basic.DepScanVDProjectParser

Namespace: Orthogonal.Common.Basic.DepScan
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax
C#
public static class VDProjectParser

The VDProjectParser type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLoadAsXml Parses the contents of a vdproj file and converts it to an XElement fragment.
Top
See Also