2019-01-06 12:15:09 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2019-03-06 07:55:18 +08:00
|
|
|
|
<Import Project="..\osu.Android.props" />
|
2019-01-06 12:15:09 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{90CAB706-39CB-4B93-9629-3218A6FF8E9B}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<TemplateGuid>{122416d6-6b49-4ee2-a1e8-b825f31c79fe}</TemplateGuid>
|
2019-01-07 02:01:50 +08:00
|
|
|
|
<RootNamespace>osu.Game.Rulesets.Osu.Tests</RootNamespace>
|
2019-01-06 12:15:09 +08:00
|
|
|
|
<AssemblyName>osu.Game.Rulesets.Osu.Tests.Android</AssemblyName>
|
|
|
|
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
2019-07-02 18:40:33 +08:00
|
|
|
|
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
|
2019-01-06 12:15:09 +08:00
|
|
|
|
</PropertyGroup>
|
2021-04-05 18:36:18 +08:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
|
|
|
<MandroidI18n>cjk;mideast;other;rare;west</MandroidI18n>
|
|
|
|
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
|
|
|
|
</PropertyGroup>
|
2019-01-06 12:15:09 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="MainActivity.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-01-06 13:17:55 +08:00
|
|
|
|
<Compile Include="..\osu.Game.Rulesets.Osu.Tests\*.cs">
|
|
|
|
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
|
|
|
</Compile>
|
2019-01-06 12:15:09 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-01-06 13:17:55 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj">
|
|
|
|
|
<Project>{c92a607b-1fdd-4954-9f92-03ff547d9080}</Project>
|
|
|
|
|
<Name>osu.Game.Rulesets.Osu</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj">
|
|
|
|
|
<Project>{2a66dd92-adb1-4994-89e2-c94e04acda0d}</Project>
|
|
|
|
|
<Name>osu.Game</Name>
|
|
|
|
|
</ProjectReference>
|
2019-01-06 12:15:09 +08:00
|
|
|
|
</ItemGroup>
|
2021-03-29 22:06:29 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.Formats.Asn1">
|
|
|
|
|
<Version>5.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2019-01-06 12:15:09 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
|
|
|
|
</Project>
|