123 456 789 0
123 456 789 0

Reputation: 10865

Lost shared code reference in Universal Apps

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

Upvotes: 1

Views: 159

Answers (1)

123 456 789 0
123 456 789 0

Reputation: 10865

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" />

Upvotes: 1

Related Questions