Skip to content

Commit

Permalink
Proyecto android preparado para Release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaloCo committed Dec 29, 2017
1 parent c5ca89f commit 8d5d377
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Contactos/Contactos.Android/Contactos.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@
<AndroidLinkMode>None</AndroidLinkMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugSymbols>false</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<EnableProguard>true</EnableProguard>
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AndroidCreatePackagePerAbi>true</AndroidCreatePackagePerAbi>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
Expand Down

0 comments on commit 8d5d377

Please sign in to comment.