Skip to content

Commit

Permalink
fix the ->
Browse files Browse the repository at this point in the history
  • Loading branch information
licanhua committed Dec 1, 2020
1 parent 034a45b commit 364283f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/dll/Microsoft.UI.Xaml.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
<!-- The Name of the Local Assembly in Managed and Native -->
<PropertyGroup>
<LocalAssembly Condition="'$(LocalAssembly)' == '' and Exists(@(XamlIntermediateAssembly))">
@(XamlIntermediateAssembly->'%(Identity)')
@(XamlIntermediateAssembly-&gt;'%(Identity)')
</LocalAssembly>
</PropertyGroup>
<CallTarget Targets="SDKRedistOutputGroup" Condition="'$(IncludeSDKRedistOutputGroup)' == 'true'">
Expand Down Expand Up @@ -713,7 +713,7 @@
<!-- Merge all idl files into one -->
<Target Name="MergeIDLFiles" Inputs="@(Midl)" Outputs="$(ProjectMergedIdl)" BeforeTargets="CppWinRTSetMidlReferences;Midl">
<PropertyGroup>
<MidlLines>@(Midl->'#include &lt;%(FullPath)&gt;', '
<MidlLines>@(Midl-&gt;'#include &lt;%(FullPath)&gt;', '
')</MidlLines>
</PropertyGroup>
<WriteLinesToFile File="$(ProjectMergedIdl)" Lines="$(MidlLines)" WriteOnlyWhenDifferent="true" Overwrite="true" />
Expand Down

0 comments on commit 364283f

Please sign in to comment.