From 01397a10d9f82e00638eb9b5c200b6dde8e515a9 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Thu, 17 May 2018 01:26:02 +0200 Subject: Mono: Project building fixes - Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full. --- modules/mono/editor/GodotSharpTools/GodotSharpTools.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mono/editor/GodotSharpTools/GodotSharpTools.csproj') diff --git a/modules/mono/editor/GodotSharpTools/GodotSharpTools.csproj b/modules/mono/editor/GodotSharpTools/GodotSharpTools.csproj index 981083a3c2..1c8714e31d 100644 --- a/modules/mono/editor/GodotSharpTools/GodotSharpTools.csproj +++ b/modules/mono/editor/GodotSharpTools/GodotSharpTools.csproj @@ -11,7 +11,7 @@ true - full + portable false bin\Debug DEBUG; @@ -20,7 +20,7 @@ false - full + portable true bin\Release prompt -- cgit v1.2.3