How can I make my views in my MVC3 Web project be compiled into my project assembly as defined in the project properties? E.g. I don't want them to be generated to a dynamic/random assembly.
The reason for this is that the views reference internal
classes in a referenced library, therefore, the referenced library needs to include the MVC3 project's assembly in its assembly info.