سؤال

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

هل كانت مفيدة؟

المحلول

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" />
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top