From 281cce8fba3346997c4a374601cace974f857c3f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 24 Mar 2021 22:31:58 +0100 Subject: [PATCH] updated remaining dependencies --- Demos.Android/Demos.Android.csproj | 4 ++-- MLEM.Data/MLEM.Data.csproj | 2 +- MLEM.Startup/MLEM.Startup.csproj | 2 +- NuGet.config | 5 +++++ Sandbox/Content/Content.mgcb | 4 ++-- Sandbox/Sandbox.csproj | 4 ++-- 6 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 NuGet.config diff --git a/Demos.Android/Demos.Android.csproj b/Demos.Android/Demos.Android.csproj index a8a0587..8d332d2 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 diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index a22578b..9b65d51 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -21,7 +21,7 @@ all - + all diff --git a/MLEM.Startup/MLEM.Startup.csproj b/MLEM.Startup/MLEM.Startup.csproj index 9c7038c..2e15174 100644 --- a/MLEM.Startup/MLEM.Startup.csproj +++ b/MLEM.Startup/MLEM.Startup.csproj @@ -16,7 +16,7 @@ - + all diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..c6e98bd --- /dev/null +++ b/NuGet.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Sandbox/Content/Content.mgcb b/Sandbox/Content/Content.mgcb index afa7c9c..0924995 100644 --- a/Sandbox/Content/Content.mgcb +++ b/Sandbox/Content/Content.mgcb @@ -3,14 +3,14 @@ /outputDir:bin /intermediateDir:obj -/platform:Windows +/platform:DesktopGL /config: /profile:Reach /compress:False #-------------------------------- References --------------------------------# -/reference:..\bin\Debug\netcoreapp3.1\MonoGame.Extended.Content.Pipeline.dll +/reference:..\..\packages\monogame.extended.content.pipeline\3.8.0\tools\MonoGame.Extended.Content.Pipeline.dll #---------------------------------- Content ---------------------------------# diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index 247a876..35e6485 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -15,8 +15,8 @@ - - + +