Currently, almost all projects place their LIB/EXP files in the "lib" directory. The only exception is opencv_winrt: it places its LIB/EXP files in the "bin" directory. I think that "lib" is the most logical place. This PR places it there.
Currently, almost all projects turn off incremental linking and link-time code generation. The only exception is opencv_winrt: it has them on, and so generates .IPDB file. I've not seen any reason for why it does this, and I think the default assumption should be that it should be just like all the other projects. This PR makes it like the other projects.
Currently, almost all projects place their LIB/EXP files in the "lib" directory. The only exception is opencv_winrt: it places its LIB/EXP files in the "bin" directory. I think that "lib" is the most logical place. This PR places it there.
Currently, almost all projects turn off incremental linking and link-time code generation. The only exception is opencv_winrt: it has them on, and so generates .IPDB file. I've not seen any reason for why it does this, and I think the default assumption should be that it should be just like all the other projects. This PR makes it like the other projects.