mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 05:57:52 +08:00
eee3d83ed2
Aimed to improve build time (especially for CI builds). The additional lines come from visual studio. I'm intentionally committing its output so it doesn't cause a diff on further csproj changes.
49 lines
2.2 KiB
XML
49 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\osu.Android.props" />
|
|
<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>
|
|
<RootNamespace>osu.Game.Rulesets.Osu.Tests</RootNamespace>
|
|
<AssemblyName>osu.Game.Rulesets.Osu.Tests.Android</AssemblyName>
|
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
|
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
<MandroidI18n>cjk;mideast;other;rare;west</MandroidI18n>
|
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainActivity.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\osu.Game.Rulesets.Osu.Tests\*.cs">
|
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Formats.Asn1">
|
|
<Version>5.0.0</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
|
</Project> |