We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b41df8 commit 2be240aCopy full SHA for 2be240a
.sln/targets/JetBrains.Rider.Cpp.targets
@@ -1,6 +1,6 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<!-- do not rename this target, Rider calls it on the properties evaluation -->
3
- <Target Name="CollectPackageReferences" Condition="'$(DesignTimeBuild)' == 'true'">
+ <Target Name="ResolveFrameworkReferences" Condition="'$(DesignTimeBuild)' == 'true'">
4
<Message Text="Resolving toolchain..." Importance="High"/>
5
6
<!-- Query clang include paths -->
0 commit comments