You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<PlatformToolset>Unknown</PlatformToolset> <!-- Otherwise in the non-msvc case Rider would try to use MSVC rules and some code would not be analyzed correctly. -->",
<!-- Build/Rebuild/Clean targets for NMake are defined in MSVC, so we need to provide them, when using MSBuild without MSVC targets -->
23
+
<ImportProject="$(MSBuildProjectDirectory)/misc/msvs/nmake.substitution.props"Condition="%%CONDITION%% And !Exists('$(VCTargetsPath)\Microsoft.Cpp.targets')" />
<PlatformToolset>v143</PlatformToolset> <!--Might be overridden in the platform specific import or Microsoft.Cpp.$(GodotPlatform).user.props -->
18
+
<DefaultPlatformToolsetCondition="'$(DefaultPlatformToolset)'==''"/> <!--Workaround until https://youtrack.jetbrains.com/issue/RIDER-123783 is resolved. -->
0 commit comments