Skip to content

Commit 6a44537

Browse files
authored
Merge pull request #394 from jlaanstra/user/jlaans/undefined-target
Remove undefined target.
2 parents 43c1591 + cb96155 commit 6a44537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/Microsoft.Windows.CppWinRT.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ $(XamlMetaDataProviderPch)
520520
<Exec Command="$(CppWinRTCommand)" Condition="'@(_CppwinrtCompInputs)' != ''"/>
521521
</Target>
522522

523-
<Target Name="CppWinRTMakeProjections" DependsOnTargets="CppWinRTCalculateEnabledProjections;CppWinRTMakePlatformProjection;CppWinRTMakeReferenceProjection;CppWinRTMakeComponentProjection;$(CppWinRTMakeProjectionsDependsOn)" />
523+
<Target Name="CppWinRTMakeProjections" DependsOnTargets="CppWinRTMakePlatformProjection;CppWinRTMakeReferenceProjection;CppWinRTMakeComponentProjection;$(CppWinRTMakeProjectionsDependsOn)" />
524524

525525
<!--Add references to all merged project WinMD files for Xaml Compiler-->
526526
<Target Name="CppWinRTAddXamlReferences"

0 commit comments

Comments
 (0)