1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00

Release CO

This commit is contained in:
Yan Maniez 2020-02-05 14:06:06 +01:00
parent c114313da1
commit 5f1338b430
22 changed files with 454 additions and 7 deletions

View file

@ -56,6 +56,26 @@
<MainLogo>high_shot</MainLogo>
<LibraryName>library_JoA</LibraryName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CO|AnyCPU'">
<AndroidManifest>Properties\AndroidManifest.CO.xml</AndroidManifest>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug_CO</OutputPath>
<DefineConstants>DEBUG;CONFIG_CO;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<AndroidSupportedAbis />
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<MandroidI18n>West</MandroidI18n>
<MainLogo>tied_scroll</MainLogo>
<LibraryName>library_JoA</LibraryName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<DebugSymbols>false</DebugSymbols>
@ -111,6 +131,34 @@
<MainLogo>high_shot</MainLogo>
<LibraryName>library_JoA</LibraryName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_CO|AnyCPU'">
<AndroidManifest>Properties\AndroidManifest.CO.xml</AndroidManifest>
<DebugSymbols>false</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release_CO</OutputPath>
<DefineConstants>CONFIG_CO;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<AndroidExplicitCrunch>true</AndroidExplicitCrunch>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
<AndroidCreatePackagePerAbi>true</AndroidCreatePackagePerAbi>
<AndroidDexTool>d8</AndroidDexTool>
<AndroidLinkTool>r8</AndroidLinkTool>
<MandroidI18n>West</MandroidI18n>
<MainLogo>tied_scroll</MainLogo>
<LibraryName>library_JoA</LibraryName>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
<Reference Include="System" />