| | |
| | | <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix> |
| | | <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> |
| | | <AndroidUseAapt2>true</AndroidUseAapt2> |
| | | <AndroidSupportedAbis>armeabi-v7a</AndroidSupportedAbis> |
| | | <AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| | | <DebugSymbols>True</DebugSymbols> |
| | |
| | | <AndroidEnableMultiDex>false</AndroidEnableMultiDex> |
| | | <AndroidUseAapt2>true</AndroidUseAapt2> |
| | | <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> |
| | | <AndroidSupportedAbis>arm64-v8a;armeabi-v7a</AndroidSupportedAbis> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| | | <DebugSymbols>True</DebugSymbols> |