Removed unused SMainActivity namespaces

This commit is contained in:
Chris 2019-09-17 15:40:23 -04:00
parent 1eab4474cc
commit f3b6b06d60
2 changed files with 6 additions and 6 deletions

View File

@ -81,6 +81,12 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </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="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\build\common.targets" /> <Import Project="..\..\build\common.targets" />
</Project> </Project>

View File

@ -1,5 +1,4 @@
using Android.App; using Android.App;
using Android.Content;
using Android.Content.PM; using Android.Content.PM;
using Android.OS; using Android.OS;
using Android.Provider; using Android.Provider;
@ -7,17 +6,12 @@ using Android.Runtime;
using Android.Support.V4.App; using Android.Support.V4.App;
using Android.Support.V4.Content; using Android.Support.V4.Content;
using Android.Views; using Android.Views;
using Google.Android.Vending.Expansion.Downloader;
using Google.Android.Vending.Licensing; using Google.Android.Vending.Licensing;
using Java.Lang;
using Java.Util;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using StardewModdingAPI.Framework; using StardewModdingAPI.Framework;
using StardewValley; using StardewValley;
using Android.Widget;
using System.Reflection; using System.Reflection;
using Microsoft.Xna.Framework;
using Android.Content.Res; using Android.Content.Res;
namespace StardewModdingAPI namespace StardewModdingAPI