Dynamic creation of VS Project

Posted by Adkins on Stack Overflow See other posts from Stack Overflow or by Adkins
Published on 2010-04-09T11:11:02Z Indexed on 2010/04/09 11:13 UTC
Read the original article Hit count: 223

Filed under:
|
|

I have a project where I create WiX (Windows Installer for XML) files, when they are not already present. It is working perfectly. Now I want to expand it to add more functionality. I was wondering if there is a way to create a Visual Studio project programmatically? This project is run as part of our nightly build process, and when a new wix file is needed it is created, but I want to have everything in place when the build is finished so if necessary you can just open the project in Visual Studio and start editing. Am I dreaming outside the realm of possibility or no? Any nudge in the right direction will be greatly appreciated.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#