Skip to content

Commit

Permalink
fix: WinUI icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Feb 10, 2024
1 parent 149b281 commit 40bec95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NatTypeTester.WinUI/NatTypeTester.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@
<ProjectReference Include="..\NatTypeTester.ViewModels\NatTypeTester.ViewModels.csproj" />
</ItemGroup>

<ItemGroup>
<Content Update="Assets\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit 40bec95

Please sign in to comment.