I have a solution in C# Express 2010 which has multiple class libraries in it. When I build my program, the .exe and all of the .dll files are put in the same folder.
Is there any way for me to specify which subfolders I can place the .dll libraries in? For example, put the main .exe in the root folder and the .dll files in a subfolder called "lib".