Skip to content

Commit

Permalink
Fix build props for UWP (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsko authored and davidxuang committed Oct 29, 2024
1 parent da3ee1d commit ad877b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FluentIcons.Uwp/build/uap10.0.17763.0/FluentIcons.Uwp.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project>

<ItemGroup Condition="'$(OutputType)' == 'AppContainerExe'">
<Content Include="$(MSBuildThisFileDirectory)..\..\content-transitive\**" />
<Content Include="$(MSBuildThisFileDirectory)..\..\content-transitive\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Content>
</ItemGroup>

</Project>

0 comments on commit ad877b2

Please sign in to comment.