Programmatically generate Visual Studio Solution

后端 未结 4 2129
执念已碎
执念已碎 2020-12-10 08:29

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

4条回答
  •  自闭症患者
    2020-12-10 08:45

    Check out the Text Template Transformation Toolkit (T4). It's pretty sweet, and powers some of the file generation in ASP.NET MVC. Scott Hanselman's got a great introductory article on the topic.

提交回复
热议问题