I have 3 projects in the solution: a shared project, an Android project and an iOS project; with the shared project being a dependency of the other two. When building the Release version of the iOS project, MS Build output shows that the Release version of the Shared Project is being built. However when building the Ad-Hoc configuration, the output shows that the Debug version of the shared project is being built.
I assume this increases the size of the final apk and would like to know how to configure it so that the Release version of the shared project gets built instead. Thanks!
I'm using Visual Studio 2017 (15.9.18) on Windows.