Hello!
In order to use compiled module files from other projects we have to use Project References.
While using OutputType.Lib its only possible with ExportAdditionalLibrariesEvenForStaticLib = true. But it also includes .lib files and linker is going crazy.
It would be good to add another property like ForceCreateReferences.