2019-01-06 13:17:55 +08:00
|
|
|
<Project>
|
2019-03-06 07:55:18 +08:00
|
|
|
<PropertyGroup>
|
2019-09-08 00:03:33 +08:00
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2019-09-08 21:33:51 +08:00
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
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>
|
|
|
|
<LangVersion>default</LangVersion>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
|
<AndroidApplication>True</AndroidApplication>
|
|
|
|
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
|
2019-07-04 21:14:15 +08:00
|
|
|
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
|
2019-03-06 07:55:18 +08:00
|
|
|
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
|
|
|
|
</PropertyGroup>
|
2019-09-08 21:33:16 +08:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2019-01-06 13:17:55 +08:00
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<EnableLLVM>false</EnableLLVM>
|
2019-03-06 07:55:18 +08:00
|
|
|
<AndroidManagedSymbols>false</AndroidManagedSymbols>
|
|
|
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
|
|
|
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
|
|
|
|
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
|
|
|
|
<MandroidI18n>cjk,mideast,other,rare,west</MandroidI18n>
|
|
|
|
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
|
|
|
|
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2019-01-06 13:17:55 +08:00
|
|
|
</PropertyGroup>
|
2019-09-08 21:33:16 +08:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
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>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-09-07 23:04:13 +08:00
|
|
|
<EnableLLVM>true</EnableLLVM>
|
2019-03-06 07:55:18 +08:00
|
|
|
<AndroidManagedSymbols>false</AndroidManagedSymbols>
|
2019-01-06 13:17:55 +08:00
|
|
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
2019-03-06 07:55:18 +08:00
|
|
|
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
|
|
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
|
|
|
<MandroidI18n>cjk,mideast,other,rare,west</MandroidI18n>
|
|
|
|
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
|
|
|
|
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
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-10-11 13:15:14 +08:00
|
|
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2019.1010.0" />
|
2019-10-11 12:55:58 +08:00
|
|
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2019.1011.0" />
|
2019-01-06 13:17:55 +08:00
|
|
|
</ItemGroup>
|
2019-03-08 00:14:19 +08:00
|
|
|
</Project>
|