I have a MVC project and I want to split its output.
I want to copy all DLL files of this project (all content from the directory Bin) to one directory, and all Views (content of the directory View) to another output directory.
Settings of the project in VS 2010 does not allow me to do that simply.
I may specify only one Output path in settings and I can't specify which directories or file types to copy and where.
I think that I should leave the output directory to its default and then I need to split the output like the way I want using Post-build command.
Maybe someone did something similar and have any ideas how to do it best?