Environment: Visual studio 2012, MvcScaffolding
I'm new to MvcScaffolding and Powershell but what I'm trying to accomplish is to add a new Project to the solution of the current project. So basically the user has 1 solution, and 1 project in that solution, runs a scaffolding command and it generates a few other projects in that solution. I don't want to add an item to the current Project so Add-ProjectItemViaTemplate doesn't help me there. Is this the right technology to use here?