Skip to content

Commit dbb269c

Browse files
authored
Merge pull request #400 from microsoft/Scottj1s-selectmidl
Ctrl+F7 (selected file) midl compilation support
2 parents aaba219 + 3086c22 commit dbb269c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuget/Microsoft.Windows.CppWinRT.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ $(XamlMetaDataProviderPch)
365365
<Message Text="CppWinRTMidlReferences: @(_MidlReferences->'%(WinMDPath)')" Importance="$(CppWinRTVerbosity)"/>
366366
</Target>
367367

368+
<!--Ctrl+F7 (selected file) midl compilation support-->
369+
<Target Name="CppWinRTSetSelectMidlReferences" BeforeTargets="SelectMidl" DependsOnTargets="CppWinRTSetMidlReferences" />
370+
368371
<!--Merge project-generated WinMDs and project-referenced static library WinMDs into project WinMD-->
369372
<Target Name="CppWinRTMergeProjectWinMDInputs"
370373
DependsOnTargets="Midl;GetCppWinRTMdMergeInputs;$(CppWinRTMergeProjectWinMDInputsDependsOn)"

0 commit comments

Comments
 (0)