Skip to content

Commit

Permalink
Update MUXControls-Nuget-Common.targets (#5990)
Browse files Browse the repository at this point in the history
  • Loading branch information
asklar authored Sep 28, 2021
1 parent af57e7f commit c8c76f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/NuSpecs/MUXControls-Nuget-Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<PropertyGroup>
<XamlWinmdName>Microsoft.UI.Xaml.winmd</XamlWinmdName>
<XamlCompactXbfName>Microsoft.UI.Xaml\DensityStyles\Compact.xbf</XamlCompactXbfName>
<WebView2UseWinRT Condition="'$(WebView2UseWinRT)' ==''">true</WebView2UseWinRT>
</PropertyGroup>
<Target Name="_FixWinmdCopyLocal" AfterTargets="ResolveNuGetPackageAssets">
<ItemGroup>
Expand Down Expand Up @@ -76,4 +77,4 @@
</ItemGroup>
<Copy SourceFiles="@(XamlWinmd)" DestinationFiles="@(XamlWinmd -> '$(OutDir)\%(Filename)%(Extension)')" />
</Target>
</Project>
</Project>

0 comments on commit c8c76f0

Please sign in to comment.