зеркало из https://github.com/microsoft/cppwinrt.git
Only build the reference projection when there are references.
Only build the reference projection when there are references.
This commit is contained in:
Родитель
e4830e1aed
Коммит
c8d27c1f87
|
@ -443,7 +443,7 @@ $(XamlMetaDataProviderPch)
|
|||
|
||||
<!--Build reference projection from WinMD project references and dynamic library project references-->
|
||||
<Target Name="CppWinRTMakeReferenceProjection"
|
||||
Condition="'$(CppWinRTEnableReferenceProjection)' == 'true'"
|
||||
Condition="'@(CppWinRTDirectWinMDReferences)@(CppWinRTDynamicProjectWinMDReferences)' != '' AND '$(CppWinRTEnableReferenceProjection)' == 'true'"
|
||||
DependsOnTargets="GetCppWinRTProjectWinMDReferences;GetCppWinRTPlatformWinMDReferences;GetCppWinRTDirectWinMDReferences;$(CppWinRTMakeReferenceProjectionDependsOn)"
|
||||
Inputs="@(CppWinRTDirectWinMDReferences);@(CppWinRTDynamicProjectWinMDReferences);@(CppWinRTPlatformWinMDReferences)"
|
||||
Outputs="@(CppWinRTDirectWinMDReferences->'$(GeneratedFilesDir)winrt\%(Filename).h');@(CppWinRTDynamicProjectWinMDReferences->'$(GeneratedFilesDir)winrt\%(Filename).h')">
|
||||
|
|
Загрузка…
Ссылка в новой задаче