Skip to content

Commit cd23edd

Browse files
committed
Format the targets file.
1 parent c396967 commit cd23edd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nuget/Microsoft.Windows.CppWinRT.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ $(XamlMetaDataProviderPch)
433433
<!--Build reference projection from WinMD project references and dynamic library project references-->
434434
<Target Name="CppWinRTMakeReferenceProjection"
435435
Condition="'@(CppWinRTDirectWinMDReferences)@(CppWinRTDynamicProjectWinMDReferences)' != '' AND '$(CppWinRTEnableReferenceProjection)' == 'true'"
436-
Condition="'$(CppWinRTEnableReferenceProjection)' == 'true'"
437436
DependsOnTargets="GetCppWinRTProjectWinMDReferences;GetCppWinRTPlatformWinMDReferences;GetCppWinRTDirectWinMDReferences;$(CppWinRTMakeReferenceProjectionDependsOn)"
438437
Inputs="@(CppWinRTDirectWinMDReferences);@(CppWinRTDynamicProjectWinMDReferences);@(CppWinRTPlatformWinMDReferences)"
439438
Outputs="$(IntDir)cppwinrt_ref.rsp">

0 commit comments

Comments
 (0)