From cc556eb63371a4cea1ddfd13f2cdc0e78ae61e4a Mon Sep 17 00:00:00 2001 From: Ivan Shakhov Date: Wed, 5 Mar 2025 17:57:48 +0100 Subject: [PATCH] set DefaultPlatformToolset, if it is not set to avoid misleading error in Rider on Windows with non VS msbuild --- misc/msvs/vcxproj.template | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/msvs/vcxproj.template b/misc/msvs/vcxproj.template index a3d7221d721b..8d7b45b3579e 100644 --- a/misc/msvs/vcxproj.template +++ b/misc/msvs/vcxproj.template @@ -14,6 +14,7 @@ Makefile false + $(SolutionDir)\bin\$(GodotPlatform)\$(GodotConfiguration)\ obj\$(GodotPlatform)\$(GodotConfiguration)\ $(OutDir)\Layout