Hi,
Is there a way to set up a project containing a number of C++ files each of which is built to an .exe file? If I specify a console project it is assumed they are all to be linked together into one exe. I could have a project for each file of course but these are test programs - I anticipate having dozens at least by the time the project is complete.
Thanks in advance
Simon