Removed unused SMainActivity namespaces
This commit is contained in:
parent
1eab4474cc
commit
f3b6b06d60
|
@ -81,6 +81,12 @@
|
|||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SMAPI\StardewModdingAPI.csproj">
|
||||
<Project>{9898b56e-51eb-40cf-8b1f-aceb4b6397a7}</Project>
|
||||
<Name>StardewModdingAPI</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\..\build\common.targets" />
|
||||
</Project>
|
|
@ -1,5 +1,4 @@
|
|||
using Android.App;
|
||||
using Android.Content;
|
||||
using Android.Content.PM;
|
||||
using Android.OS;
|
||||
using Android.Provider;
|
||||
|
@ -7,17 +6,12 @@ using Android.Runtime;
|
|||
using Android.Support.V4.App;
|
||||
using Android.Support.V4.Content;
|
||||
using Android.Views;
|
||||
using Google.Android.Vending.Expansion.Downloader;
|
||||
using Google.Android.Vending.Licensing;
|
||||
using Java.Lang;
|
||||
using Java.Util;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using StardewModdingAPI.Framework;
|
||||
using StardewValley;
|
||||
using Android.Widget;
|
||||
using System.Reflection;
|
||||
using Microsoft.Xna.Framework;
|
||||
using Android.Content.Res;
|
||||
|
||||
namespace StardewModdingAPI
|
||||
|
|
Loading…
Reference in New Issue