When you specify a dynamic library, the dynamic library is not added to the same directory as the .exe file. this is what i have:
<platform os="msw">
<staticLibrary>libs/64/libgmp-10.lib</staticLibrary>
<staticLibrary>libs/64/libmpfr-4.lib</staticLibrary>
<platform config="debug">
<dynamicLibrary>libs/64/libgmp-10.dll</dynamicLibrary>
<dynamicLibrary>libs/64/libmpfr-4.dll</dynamicLibrary>
</platform>
</platform>
When you specify a dynamic library, the dynamic library is not added to the same directory as the .exe file. this is what i have: