You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
I'm hardly an expert, but a simple test to/from VDPROJ revealed a gaping error:
The function:
static void ConvertXmlVDProj(string vdrpojFile, string xmlFile)
should be:
static void ConvertXmlVDProj(string xmlFile, string vdrpojFile)
(Note the parameter order, which in the correction matches what the calling routine has, and NOW this doesn't trash the XML file)