2019-01-06 13:17:55 +08:00
|
|
|
<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'">
|
2019-01-06 13:17:55 +08:00
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
<EnableLLVM>false</EnableLLVM>
|
2019-03-06 07:55:18 +08:00
|
|
|
<AndroidManagedSymbols>false</AndroidManagedSymbols>
|
|
|
|
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
|
|
|
|
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
|
2019-01-06 13:17:55 +08:00
|
|
|
</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>
|
2019-01-06 13:17:55 +08:00
|
|
|
<Optimize>True</Optimize>
|
2019-09-07 23:04:13 +08:00
|
|
|
<EnableLLVM>true</EnableLLVM>
|
2019-03-06 07:55:18 +08:00
|
|
|
<AndroidManagedSymbols>false</AndroidManagedSymbols>
|
|
|
|
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
|
|
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
2019-01-06 13:17:55 +08:00
|
|
|
</PropertyGroup>
|
2019-03-06 07:55:18 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="$(MSBuildThisFileDirectory)\osu.licenseheader">
|
|
|
|
<Link>osu.licenseheader</Link>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
2019-01-06 13:17:55 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System" />
|
2019-03-06 07:55:18 +08:00
|
|
|
<Reference Include="System.Net.Http" />
|
2019-01-06 13:17:55 +08:00
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="Mono.Android" />
|
2019-03-06 07:55:18 +08:00
|
|
|
<Reference Include="Java.Interop" />
|
2019-01-06 13:17:55 +08:00
|
|
|
</ItemGroup>
|
2019-03-06 07:55:18 +08:00
|
|
|
<ItemGroup>
|
2019-12-30 15:33:49 +08:00
|
|
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2019.1230.0" />
|
2020-01-18 13:42:22 +08:00
|
|
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2020.118.0" />
|
2019-01-06 13:17:55 +08:00
|
|
|
</ItemGroup>
|
2019-03-08 00:14:19 +08:00
|
|
|
</Project>
|