Skip to content

Commit

Permalink
Cleaning up some settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Dec 3, 2018
1 parent 0f3de99 commit 9e8d853
Show file tree
Hide file tree
Showing 9 changed files with 1,407 additions and 1,361 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -9,7 +9,7 @@

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

.DS_Store
[Cc]omponents

# Build results
Expand Down
8 changes: 2 additions & 6 deletions MusicPlayer.Droid/MusicPlayer.Droid.csproj
Expand Up @@ -14,10 +14,11 @@
<AndroidApplication>true</AndroidApplication>
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidTlsProvider></AndroidTlsProvider>
<AndroidLinkSkip></AndroidLinkSkip>
<AndroidStoreUncompressedFileExtensions></AndroidStoreUncompressedFileExtensions>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand All @@ -28,13 +29,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<AndroidLinkSkip>
</AndroidLinkSkip>
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
<AndroidSupportedAbis>
</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions>
</AndroidStoreUncompressedFileExtensions>
<MandroidI18n>
</MandroidI18n>
<Debugger>Xamarin</Debugger>
Expand Down Expand Up @@ -797,7 +794,6 @@
<Import Project="..\ApiConstants.targets" />
<Import Project="..\..\taglib-sharp\src\taglib-sharp.projitems" Label="Shared" Condition="Exists('..\..\taglib-sharp\src\taglib-sharp.projitems')" />
<Import Project="..\..\lastfm-sharp\lastfm-sharp\LastFM.projitems" Label="Shared" Condition="Exists('..\..\lastfm-sharp\lastfm-sharp\LastFM.projitems')" />
<Import Project="..\Api\Api\Api.projitems" Label="Shared" Condition="Exists('..\Api\Api\Api.projitems')" />
<Import Project="..\..\YoutubeExtractor\YoutubeExtractor\YoutubeExtractor\YoutubeExtractor.projitems" Label="Shared" Condition="Exists('..\..\YoutubeExtractor\YoutubeExtractor\YoutubeExtractor\YoutubeExtractor.projitems')" />
<Import Project="..\Api\YoutubeApi\YoutubeApi.projitems" Label="Shared" Condition="Exists('..\Api\YoutubeApi\YoutubeApi.projitems')" />
<Import Project="..\Api\SoundCloud\SoundCloud.projitems" Label="Shared" Condition="Exists('..\Api\SoundCloud\SoundCloud.projitems')" />
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer.Droid/Properties/AndroidManifest.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="MusicPlayer.Droid" android:versionCode="1" android:versionName="1.0">
<uses-sdk android:minSdkVersion="19" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 9e8d853

Please sign in to comment.