I need to write a UI for the API utility that I need to use. I created a new universal Windows application for the user interface, added the API utility project to the solution, and now I must reference the API utility from the UWP project, but I just get "Unable to add project link to" XXX ".
If I create a Windows Forms application or a console project and add it to the solution, I can make a link, no problem.
What is it about UWP that I don't understand?
source share