Skip to content
Discussion options

You must be logged in to vote

We solved this with multiple PropertyGroups and Conditions in the csproj file.

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release_xxx|net7.0-android'">
    <!-- Display name -->
    <ApplicationTitle>xxx</ApplicationTitle>
    <DefineConstants>xxx</DefineConstants>

    <!-- App Identifier -->
    <ApplicationId>de.company.xxx</ApplicationId>
    <ApplicationIdGuid>yyy</ApplicationIdGuid>
  </PropertyGroup>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by EdwardMcFlurry
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants