c# - Programmatically generate Visual Studio Solution -


i want write wizard in .net programmatically generates visual studio solution projects. have xml file details of files need included in project respective paths fetch them , list of project names. there way can achieve this

well visual studio sdk path go. there methods can create files , think projects based on project templates. instance can create new "asp.net mvc" project or class library. create own template.

i quite sure can inside vs.

otherwise, there nothing wrong generate project , sln files generating xml files, thats 1 of things plain xml in end. need generate projectd guids, think simple , totally "legal".

good progress!


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -