| 
19 | 19 |     </NuGetPackageImportStamp>  | 
20 | 20 |   </PropertyGroup>  | 
21 | 21 |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">  | 
22 |  | -    <DebugSymbols>true</DebugSymbols>  | 
 | 22 | +    <DebugSymbols>True</DebugSymbols>  | 
23 | 23 |     <DebugType>full</DebugType>  | 
24 | 24 |     <Optimize>false</Optimize>  | 
25 | 25 |     <OutputPath>bin\Debug</OutputPath>  | 
26 | 26 |     <DefineConstants>DEBUG;</DefineConstants>  | 
27 | 27 |     <ErrorReport>prompt</ErrorReport>  | 
28 | 28 |     <WarningLevel>4</WarningLevel>  | 
29 | 29 |     <ConsolePause>false</ConsolePause>  | 
30 |  | -    <AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>  | 
 | 30 | +    <AndroidSupportedAbis>armeabi;armeabi-v7a;x86</AndroidSupportedAbis>  | 
31 | 31 |     <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>  | 
32 | 32 |     <JavaMaximumHeapSize>1G</JavaMaximumHeapSize>  | 
33 | 33 |     <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>  | 
34 |  | -    <AndroidLinkSkip />  | 
35 |  | -    <AndroidStoreUncompressedFileExtensions />  | 
36 |  | -    <MandroidI18n />  | 
37 | 34 |     <Debugger>Xamarin</Debugger>  | 
38 | 35 |     <DevInstrumentationEnabled>True</DevInstrumentationEnabled>  | 
 | 36 | +    <AndroidLinkMode>None</AndroidLinkMode>  | 
 | 37 | +    <BundleAssemblies>False</BundleAssemblies>  | 
 | 38 | +    <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>  | 
 | 39 | +    <AotAssemblies>False</AotAssemblies>  | 
 | 40 | +    <EnableLLVM>False</EnableLLVM>  | 
 | 41 | +    <AndroidEnableMultiDex>False</AndroidEnableMultiDex>  | 
 | 42 | +    <EnableProguard>False</EnableProguard>  | 
39 | 43 |   </PropertyGroup>  | 
40 | 44 |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">  | 
41 | 45 |     <DebugType>full</DebugType>  | 
 | 
0 commit comments