Remove ability to import from opsu!

This has been struck down by @ppy
This commit is contained in:
tangalbert919
2018-12-20 09:11:20 -06:00
parent 214908aaa0
commit 660be6a2a4
4 changed files with 3 additions and 46 deletions

View File

@ -40,6 +40,7 @@
<BundleAssemblies>false</BundleAssemblies>
<MandroidI18n>CJK;Mideast;Rare;West;Other</MandroidI18n>
<AndroidSupportedAbis />
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@ -63,7 +64,6 @@
<ItemGroup>
<Compile Include="GameView.cs" />
<Compile Include="MainActivity.cs" />
<Compile Include="OsuGameAndroid.cs" />
<Compile Include="Resources\Resource.designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>