I have a VB.NET solution containing multiple projects and the expected result is the EXEs in one project should be copied to bin folder of other projects on build. While rebuild solution does this, build solution does not copy the EXEs and even deletes the previously copied EXEs. Any idea why this is happening?
Thanks