I am using Visual Studio 2012.
I have 10 projects referenced in Main project of my application. Now those project dlls are automatically copied to "Debug" folder when building, but I want some of them in "Debug\Modules".
Is there any way I could stop copying any specific DLL on building or copy that specific DLL to another folder.
Currently I am copying DLL from "Debug" folder to "Debug\Modules" in the Post Build event.
Can it be done any other way.
I don't want any solution on how I can look/load from different folder, but a way to just move them in a different folder while building.