Hi Guys,
I have a ‘Solution project' that has a couple of sub projects inside, one of which is a DLL project (that the main project relies upon).
When I press F5 to build the entire solution, it tries to execute the DLL project as well as the actual exe project, which throws an error. Is there a setting somewhere that can tell the DLL project not to attempt to execute when F5 is pressed?
It's just one of those minor annoyances when trying to do a build.
Many thanks in advance ?