I wanted to use the winfbsdk (see here) which is an SDK for using Facebook inside UWP (Universal Windows Apps (Windows 10)). But it seems that the .winmd
file that is built is not enough to be able to use this library. I can do one of the following:
- Reference the whole project as is stated in the documentation.
or
- Reference the
.winmd
file but also copy the generated.DLL
+.pri
file.
Why is this?