Skip to content

Commit

Permalink
set DefaultPlatformToolset, if it is not set to avoid misleading erro…
Browse files Browse the repository at this point in the history
…r in Rider on Windows with non VS msbuild
  • Loading branch information
van800 committed Mar 5, 2025
1 parent 20fb9c8 commit cc556eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/msvs/vcxproj.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PropertyGroup Label="Configuration">
<ConfigurationType>Makefile</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<DefaultPlatformToolset Condition="'$(DefaultPlatformToolset)'==''"/>
<OutDir>$(SolutionDir)\bin\$(GodotPlatform)\$(GodotConfiguration)\</OutDir>
<IntDir>obj\$(GodotPlatform)\$(GodotConfiguration)\</IntDir>
<LayoutDir>$(OutDir)\Layout</LayoutDir>
Expand Down

0 comments on commit cc556eb

Please sign in to comment.