| | |
| | | <AndroidUseSharedRuntime>true</AndroidUseSharedRuntime> |
| | | <AndroidSupportedAbis>armeabi-v7a</AndroidSupportedAbis> |
| | | <AndroidDexTool>d8</AndroidDexTool> |
| | | <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| | | <DebugSymbols>false</DebugSymbols> |
| | |
| | | <NoWarn></NoWarn> |
| | | <AndroidDexTool>d8</AndroidDexTool> |
| | | <AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis> |
| | | <AndroidPackageFormat>aab</AndroidPackageFormat> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="System" /> |