VS2019 can build projects originally intended for earlier versions - so for example I could build a DLL which needed to link to VS2015 libraries - BUT...

Does it literally build with VS2015 or does it still build with VS2019 but adjusting the memory management and name-mangling etc so that my own project will be able to link against the VS2015 libraries?