I am starting to learn Xamarin.Forms (and C#) using visual studio trying to replicating each chapter of the Creating Mobile Apps with Xamarin.Forms book. I have currently a (probably dumb and easy to fix) doubt.
In chapter 9 (Monkey With Sound) an SAP project containing just a class is needed into a my current solution containing a PCL, and I do not know how to do this.
If I make right click on my solution -> add -> new project , and add either Blank App (Native Shared) or Blank App (Xamarin.forms Shared) it creates a new base project along with each platform.
How can I add just a SAP project where I can add my class?
Thank you.