From 54ca580dd31d8d46c38b61ce78e2048bd473dc4d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 26 Mar 2022 12:49:46 +0100 Subject: [PATCH] resolve android demo build warning --- Demos.Android/Demos.Android.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos.Android/Demos.Android.csproj b/Demos.Android/Demos.Android.csproj index d17a13b..aef6f1e 100644 --- a/Demos.Android/Demos.Android.csproj +++ b/Demos.Android/Demos.Android.csproj @@ -27,7 +27,7 @@ true - full + portable false bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\ DEBUG;TRACE;ANDROID @@ -37,7 +37,7 @@ None - pdbonly + portable true bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\ TRACE;ANDROID