I am developing several MVC3 websites with Visual Studio, where the only difference between them are:
- two images (in ~/Content/Images)
- web.config in the root directory
I already have my models separated into a separate project, but the code for the the Views and Controllers are all duplicated for the sites.
How can I do a 1..* for this?
Thanks.
Since all sites are based on the same build, I moved the common files to the root and created a separate folder for each site. Then with a simple batch file was able to accomplish what I needed: