From dfbd22dcfcab658e95f2a8fa8a08805442a1140d Mon Sep 17 00:00:00 2001 From: Jacob Millward Date: Mon, 11 May 2020 18:06:01 +0100 Subject: [PATCH] Update MonoGameContent.targets to work on Windows Was pointing to OSX versions of monogame after falling through the conditions, this fixes it to point to the windows install locations --- MonoGameContent.targets | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/MonoGameContent.targets b/MonoGameContent.targets index fa00c36..cfd9b34 100644 --- a/MonoGameContent.targets +++ b/MonoGameContent.targets @@ -6,16 +6,20 @@ /Library/Frameworks/Mono.framework/External/xbuild + Condition=" '$(OS)' == 'Windows_NT' And '$(MonoGameInstallDirectory)' == '' And Exists('C:\Program Files (x86)\MSBuild\MonoGame\v3.0\MonoGame.Common.props') ">C:\Program Files (x86)\MSBuild + /Library/Frameworks/Mono.framework/External/xbuild $(MSBuildProgramFiles32) bin/DesktopGL obj/DesktopGL - + - + @@ -90,4 +94,4 @@ - \ No newline at end of file +