From b61ffef0ab95320c7304c2a1a8dd8cb6d299eadf Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sat, 9 May 2020 17:09:49 +0200 Subject: Mono: Use msbuild instead of nuget.exe for restoring - Make GodotTools output directly to the SCons output directory. - Removed xbuild_fallback from the build system. --- .../editor/GodotTools/GodotTools/GodotTools.csproj | 34 +++++++--------------- 1 file changed, 11 insertions(+), 23 deletions(-) (limited to 'modules/mono/editor') diff --git a/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj b/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj index ac9379adf8..e1570d6465 100644 --- a/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj +++ b/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj @@ -8,16 +8,21 @@ GodotTools GodotTools v4.7 - $(SolutionDir)/../../../../ - $(GodotSourceRootPath)/bin/GodotSharp/Tools - Debug 7 + Debug + $(SolutionDir)/../../../../ + $(GodotSourceRootPath)/bin/GodotSharp + $(GodotOutputDataDir)/Api/$(GodotApiConfiguration) + + + + + $(GodotOutputDataDir)/Tools true portable false - bin\Debug DEBUG; prompt 4 @@ -25,7 +30,6 @@ true - bin\Release prompt 4 false @@ -41,11 +45,11 @@ - $(GodotSourceRootPath)/bin/GodotSharp/Api/$(GodotApiConfiguration)/GodotSharp.dll + $(GodotApiAssembliesDir)/GodotSharp.dll False - $(GodotSourceRootPath)/bin/GodotSharp/Api/$(GodotApiConfiguration)/GodotSharpEditor.dll + $(GodotApiAssembliesDir)/GodotSharpEditor.dll False @@ -103,21 +107,5 @@ - - - - - - - - - - - - - - - - -- cgit v1.2.3