I am not too familiar with visual studios. So I am trying to build an executable for my solution in visual studios but without all of the DLL's present.
When I select the Release configuration and do a clean and rebuild I see the bin/Release folder with my executable with associated DLL's. Is there a way to have a Release built without all of the DLL's present in bin/Release folder?