Open
Description
On Windows, you don't link against a DLL (dynamic library) directly, but instead link against a counterpart "import library" (.lib).
The linker produces these alongside the DLL when linking a dynamic library. We should make sure the dependency graph is aware of their existence and dependency relationships to other tasks.