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.
2 parents aaba219 + 3086c22 commit dbb269cCopy full SHA for dbb269c
nuget/Microsoft.Windows.CppWinRT.targets
@@ -365,6 +365,9 @@ $(XamlMetaDataProviderPch)
365
<Message Text="CppWinRTMidlReferences: @(_MidlReferences->'%(WinMDPath)')" Importance="$(CppWinRTVerbosity)"/>
366
</Target>
367
368
+ <!--Ctrl+F7 (selected file) midl compilation support-->
369
+ <Target Name="CppWinRTSetSelectMidlReferences" BeforeTargets="SelectMidl" DependsOnTargets="CppWinRTSetMidlReferences" />
370
+
371
<!--Merge project-generated WinMDs and project-referenced static library WinMDs into project WinMD-->
372
<Target Name="CppWinRTMergeProjectWinMDInputs"
373
DependsOnTargets="Midl;GetCppWinRTMdMergeInputs;$(CppWinRTMergeProjectWinMDInputsDependsOn)"
0 commit comments