|
|
@@ -16,6 +16,7 @@
|
|
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|
|
<TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
|
|
|
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
|
|
|
+ <AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -26,7 +27,6 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
|
- <AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
|
|
|
<AndroidUseAapt2>true</AndroidUseAapt2>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
@@ -38,7 +38,9 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<AndroidManagedSymbols>true</AndroidManagedSymbols>
|
|
|
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
|
|
- <AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
|
|
|
+ <AndroidSigningKeyStore>/Users/nicholastan/Downloads/development-2.cer</AndroidSigningKeyStore>
|
|
|
+ <AndroidSigningStorePass>Fr0g50ftw4r3</AndroidSigningStorePass>
|
|
|
+ <AndroidPackageFormat>aab</AndroidPackageFormat>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="Mono.Android" />
|
|
|
@@ -91,7 +93,7 @@
|
|
|
<Name>InABox.Core</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
|
|
|
- <Project>{d7d34a5b-4aef-4aca-9867-9803556f0b07}</Project>
|
|
|
+ <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
|
|
|
<Name>InABox.Mobile.Shared</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
|