Programmatically generate Visual Studio Solution

Posted by Krishnaraj on Stack Overflow See other posts from Stack Overflow or by Krishnaraj
Published on 2010-04-29T09:49:12Z Indexed on 2010/04/29 9:57 UTC
Read the original article Hit count: 292

I want to write a wizard in .net which programmatically generates Visual Studio Solution with some projects. I will have a XML file with details of files need to be included in the project with their respective paths to fetch them and a list of project names. Is there any way I can achieve this

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET