diff --git a/QuickPlay.sln b/QuickPlay.sln index 539aa49..d3d5f69 100644 --- a/QuickPlay.sln +++ b/QuickPlay.sln @@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickPlay", "QuickPlay\Quic EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MpcCore", "..\..\Third-party\mpcCore\src\MpcCore\MpcCore.csproj", "{D0A5AD05-B98C-45E6-B61D-4700F7AA72CF}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MPDConsoleTests", "..\MPDConsoleTests\MPDConsoleTests.csproj", "{8A1047BF-5D07-4242-9DB8-1D419B953E34}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -31,12 +29,6 @@ Global {D0A5AD05-B98C-45E6-B61D-4700F7AA72CF}.Release|Any CPU.Build.0 = Release|Any CPU {D0A5AD05-B98C-45E6-B61D-4700F7AA72CF}.Release-Stable|Any CPU.ActiveCfg = Release|Any CPU {D0A5AD05-B98C-45E6-B61D-4700F7AA72CF}.Release-Stable|Any CPU.Build.0 = Release|Any CPU - {8A1047BF-5D07-4242-9DB8-1D419B953E34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8A1047BF-5D07-4242-9DB8-1D419B953E34}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8A1047BF-5D07-4242-9DB8-1D419B953E34}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8A1047BF-5D07-4242-9DB8-1D419B953E34}.Release|Any CPU.Build.0 = Release|Any CPU - {8A1047BF-5D07-4242-9DB8-1D419B953E34}.Release-Stable|Any CPU.ActiveCfg = Release|Any CPU - {8A1047BF-5D07-4242-9DB8-1D419B953E34}.Release-Stable|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/QuickPlay/Properties/AndroidManifest.xml b/QuickPlay/Properties/AndroidManifest.xml index b699707..27a438f 100644 --- a/QuickPlay/Properties/AndroidManifest.xml +++ b/QuickPlay/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/QuickPlay/Properties/AssemblyInfo.cs b/QuickPlay/Properties/AssemblyInfo.cs index b67884d..fb72a46 100644 --- a/QuickPlay/Properties/AssemblyInfo.cs +++ b/QuickPlay/Properties/AssemblyInfo.cs @@ -15,6 +15,12 @@ using Android.App; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] +#if DEBUG +[assembly: Application(Debuggable=true)] +#else +[assembly: Application(Debuggable = false)] +#endif + // Version information for an assembly consists of the following four values: // diff --git a/QuickPlay/QuickPlay.csproj b/QuickPlay/QuickPlay.csproj index 3bfdae8..ec15e2b 100644 --- a/QuickPlay/QuickPlay.csproj +++ b/QuickPlay/QuickPlay.csproj @@ -46,7 +46,7 @@ Xamarin.Android.Net.AndroidClientHandler - True + false portable True bin\Release\ @@ -55,12 +55,16 @@ 4 true False - SdkOnly - True + Full + true false false false false + r8 + + + d8