I was working on Android app development and now I have switched to Windows Phone 8 app development, and have a problem.
I have 5 projects which have the same architecture (i.e. the UI and the code are exactly the same but only the data and app name are different). In Android what we had done is created a project and made that as library project and use this a Jar file and added to other apps.
Ex: CommonProject as library
Project 1
(a) Right-click on your project -> Properties
(b) In Android->Library section click Add CommonProject
You can refer to link : How to add a Library Project to a android project? for more details.
So now how can I achieve the same in Visual Studio 2012 (C#) for a Windows Phone 8 app?