Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit 73dd219

Browse files
Turn off linking
1 parent 0ba8df0 commit 73dd219

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

MyShop.Android/MyShop.Android.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,27 @@
1919
</NuGetPackageImportStamp>
2020
</PropertyGroup>
2121
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22-
<DebugSymbols>true</DebugSymbols>
22+
<DebugSymbols>True</DebugSymbols>
2323
<DebugType>full</DebugType>
2424
<Optimize>false</Optimize>
2525
<OutputPath>bin\Debug</OutputPath>
2626
<DefineConstants>DEBUG;</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
2929
<ConsolePause>false</ConsolePause>
30-
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
30+
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
3131
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
3232
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
3333
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
34-
<AndroidLinkSkip />
35-
<AndroidStoreUncompressedFileExtensions />
36-
<MandroidI18n />
3734
<Debugger>Xamarin</Debugger>
3835
<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>
3943
</PropertyGroup>
4044
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4145
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)