1

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

123 456 789 0
  • 10,565
  • 4
  • 43
  • 72

1 Answers1

1

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" />
123 456 789 0
  • 10,565
  • 4
  • 43
  • 72