I’d like to be able to build my solution to create 32-bit and 64-bit output executables in the same build for the same project. So I would invoke “Build Solution” and end up with, for example, ProjectName32.dll and ProjectName64.dll in the output folder. Is this possible?
Share
You can use the Batch Build option to create more than one build in one action. Just check the configurations you’d like to build and go.