I want to develop a programming tool for developers which can do automatic xml code generation for specifying a GUI design and its controls. The aim is to allow non-programmers specify GUI controls(which in this case perform higher level task unlike WinForms ) from a GUI. So the xml code generated is essentially an internal representation which programmers can understand and further use in any automatic GUI generator.
So the workflow is GUI(computer-novices)->xml(for programmers)->GUI(computer-novices).
Is there a Microsoft project similar to this?