Talking about Delphi 2007 stuff:
I needed to generate a bunch of groupproj files for Delphi 2007 (I wrote about legacy yesterday), but found out that my GenerateGroupProjConsoleProject was generating too good XML.
So here is the change-set:
Allow generating Delphi 2007 .groupproj files (uses a string search/replace hack as Delphi 2007 uses xmlns=”” which you cannot set manually through the normal IXMLNode ways especially not with ADOM).
TODO: verify if/how the GroupProj.xsd can be adopted to this not so nice XML that Delphi 2007 uses.
–jeroen
via jeroenp / BeSharp.net / commit / f7c23ffe4cb1 — Bitbucket.
Filed under: Delphi, Delphi 2007, Development, Software Development