1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00
osu-lazer/osu.Android.props

58 lines
2.4 KiB
Plaintext
Raw Normal View History

<Project>
2019-11-11 21:20:18 +08:00
<PropertyGroup>
<LangVersion>8.0</LangVersion>
2019-03-06 07:55:18 +08:00
<OutputPath>bin\$(Configuration)</OutputPath>
<WarningLevel>4</WarningLevel>
<SchemaVersion>2.0</SchemaVersion>
<BundleAssemblies>false</BundleAssemblies>
<AotAssemblies>false</AotAssemblies>
<OutputType>Library</OutputType>
<FileAlignment>512</FileAlignment>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidApplication>True</AndroidApplication>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
2019-11-13 18:15:16 +08:00
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
2019-03-06 07:55:18 +08:00
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
2019-10-30 22:28:10 +08:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<MandroidI18n>cjk,mideast,other,rare,west</MandroidI18n>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<ErrorReport>prompt</ErrorReport>
2019-03-06 07:55:18 +08:00
</PropertyGroup>
2019-10-30 22:28:10 +08:00
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DebugSymbols>True</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
2019-03-06 07:55:18 +08:00
<AndroidManagedSymbols>false</AndroidManagedSymbols>
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
</PropertyGroup>
2019-10-30 22:28:10 +08:00
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2019-03-06 07:55:18 +08:00
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
2019-03-06 07:55:18 +08:00
<AndroidManagedSymbols>false</AndroidManagedSymbols>
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup>
2019-03-06 07:55:18 +08:00
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\osu.licenseheader">
<Link>osu.licenseheader</Link>
</None>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
2019-03-06 07:55:18 +08:00
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
2019-03-06 07:55:18 +08:00
<Reference Include="Java.Interop" />
</ItemGroup>
2019-03-06 07:55:18 +08:00
<ItemGroup>
2020-04-12 17:29:25 +08:00
<PackageReference Include="ppy.osu.Game.Resources" Version="2020.412.0" />
2020-04-11 14:13:20 +08:00
<PackageReference Include="ppy.osu.Framework.Android" Version="2020.411.0" />
</ItemGroup>
</Project>