I recently installed the RC update 2 for Visual Studio 2013. When going through the template for a universal app I found a project *******.Shared
which had an extension .shproj
.
When going through some material online what I found was it is - a project template to share code and files, which I thought is so cool. But as I started working on it, I hit a roadblock. How do I add references to this project? Has anyone worked this out?