Skip to content

Commit

Permalink
[UWP] Fix build break problems for some VS users (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcam206 authored May 23, 2019
1 parent 086c336 commit 57c9855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/uwp/Renderer/AdaptiveCardRenderer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</AdditionalDependencies>
</Link>
<CustomBuildStep>
<Command>mdmerge -partial -i "$(OutDir)$(TargetName).winmd" -o "$(OutDir)Output" -metadata_dir "$(FrameworkSdkDir)UnionMetadata" &amp;&amp; copy /y "$(OutDir)Output\*" "$(OutDir)"</Command>
<Command>mdmerge -partial -i "$(OutDir)$(TargetName).winmd" -o "$(OutDir)Output" -metadata_dir "$(WindowsSDK_MetadataFoundationPath)" -metadata_dir "$(WindowsSDK_MetadataPathVersioned)\Windows.Foundation.UniversalApiContract\7.0.0.0" &amp;&amp; copy /y "$(OutDir)Output\*" "$(OutDir)"</Command>
<Outputs>$(OutDir)%(TargetName).winmd</Outputs>
</CustomBuildStep>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 57c9855

Please sign in to comment.