I am working on the build process for a framework we are developing for use by internal developers. As part of this, we have a project that is used as a starter kit for developers. The only way I can find to export a project template is via File -> Export Template and filling out the wizard. This is a repetitive step that I would like to automate as part of this build process. How can I automate this step? Is there a command-line option or a .NET code sample to do this?
↧