Domanda

Anyone know why when I reopened Visual Studio my reference to the shared project is no longer referenced and when I try to add the reference back manually I can't do it. I did not remove the shared project to begin with.

I only have SignalR as referenced if that'll make any difference.

enter image description here

Update

Here's the link if anyone is interested for the Visual Studio logs

È stato utile?

Soluzione

I ended up creating a new Universal apps and compare the .csproj. I edited the existing .csproj and added this back. It worked but still doesn't explain why it disappeared.

<Import Project="..\UBelt.WindowsUniversal.Shared\UBelt.WindowsUniversal.Shared.projitems" Label="Shared" />
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top