Skip to content

Commit 43c1591

Browse files
authored
Merge pull request #393 from jlaanstra/user/jlaans/formatting
Format the targets file.
2 parents c396967 + cd23edd commit 43c1591

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)