I have a feeling that there is a very simple answer to this, but after trying a few different things without success and googling around for a while I decided to ask here. The situation is that I am building 4 different apps for 4 different clients, but the code base is essentially the same - all that changes is a few settings and some assets. I am using a .NET Standard solution, and right now I have an App.Android and an App.iOS project. What I want is essentially to have a list of projects (App_A.Android, App_B.Android, App_C.Android, etc) that all reference the same shared code base. What is the best way to go about this? Any recommendations for keeping the solution easily maintainable?
Thanks in advance, hope you have a nice day