I have an MVC project and would like to have the build output to a different directory. I have set the Output Path in the project properties and this takes care of where all the .DLL's are deployed but how do I have my Views and Content folders move there as well?
I realize I could use post-build events to move the files but I feel like there is an easier way (which I may have done before...).