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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Viorel 125.7K 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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.