Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
/ VDProjectXml Public archive

Convert a Visual Studio vdproj file to and from an XML structure.

Notifications You must be signed in to change notification settings

dump247/VDProjectXml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple .NET command line application that will convert a VDPROJ file into an XML structure.
That structure can then easily be manipulated and/or modified. For example, changing the installer
version number, product name, icon, etc. Then XML structure can then, just as easily, be converted
back to a VDPROJ file. This is a bit easier than using regular expressions to parse the VDPROJ file.

The resulting XML is a fairly direct representation of the VDPROJ file. Each node in the VDPROJ is
converted to an XML element. Invalid element name characters are encoded according to
System.Xml.XmlConvert.EncodeLocalName.

The code is very simple. There is no license. You are free to use and abuse it as you see fit.

About

Convert a Visual Studio vdproj file to and from an XML structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published