Hi,
Three executables are created: one in the Bin directory, one in Obj\Debug, and one in Obj\Release.
Why?
I can see the Debug one is not the same as the others (at least in my project here). The debug is not working correctly. That in itself is another question - why is the debug one different?
But of the Bin and Release ones - which one is meant to be the final. I can assume "Release" but I do not want to assume. I want to understand what the differences are.
Thanks!
Three executables are created: one in the Bin directory, one in Obj\Debug, and one in Obj\Release.
Why?
I can see the Debug one is not the same as the others (at least in my project here). The debug is not working correctly. That in itself is another question - why is the debug one different?
But of the Bin and Release ones - which one is meant to be the final. I can assume "Release" but I do not want to assume. I want to understand what the differences are.
Thanks!