For a C++ project in Visual Studio 2010, that I have took back recently, I don't remember why I have two locations to define the output of the build:
- first in project's Properties > Configuration Properties > General > Output Directory + Target Name + Target type.
- second, in one shot, in project's Properties > Configuration Properties > Linker (or Librarian) > Output File.
I noted that the two can be different, thus what defines each? Also, from time to time, when I get into some "tinkering" I get the build error that the target doesn't match the link properties.
If anyone can clarify me that, I appreciate! Thanks