Visual studio 2019 not showing build configuration for shared project..

SSB 111 Reputation points
2021-01-01T16:52:11.763+00:00

I've opened my Xamarin Forms project (originally created in VS Mac) in Visual Studio 2019 on Windows.

I've got 3 Projects (App, App.iOS, App.Android). I had created some additional build configurations (Debug-Staging, Release-Staging and Debug-Prod, Release-Prod).

However, when opening in VS 2019, I can only see the standard Debug and Release configurations for the Shared App Project. (additional release configs seem to be there for the iOS and Android ones).

Any ideas how to resolve this?

52763-screenshot-2021-01-01-at-165020.png
52782-screenshot-2021-01-01-at-165027.png

Developer technologies Visual Studio Setup
Developer technologies Visual Studio Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Viorel 122.5K Reputation points
    2021-01-01T18:18:09.357+00:00

    Based on documentation, I think that Shared projects are not compiled into distinct assemblies. The sources of Shared projects are included into other projects, which reference Shared project (during compilation), therefore you do not have to configure such projects separately.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.