Problem
I have to convert legacy code to Visual Studio 2010 projects/solution system. Is it possible to generate multiple .dll files from the same project? The idea would be not to create more projects then needed. After creation I could just include the header files or load it at run ...