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
System.Object
  Orthogonal.Common.Basic.DepScan.VDProjectParser

Namespace: Orthogonal.Common.Basic.DepScan
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
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