Fix AvaloniaResource path to materialdesignicons-webfont.ttf (use ..\..\src.4.7)
This commit is contained in:
parent
7b1912579f
commit
0205e725ab
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
<ItemGroup>
|
||||
<AvaloniaResource Include="Assets\**" />
|
||||
<!-- Link the icon font from the legacy project into this project as an Avalonia resource -->
|
||||
<AvaloniaResource Include="..\src.4.7\materialdesignicons-webfont.ttf">
|
||||
<!-- Go up two levels from src/AdvancedCalculator to reach repo root src.4.7 directory -->
|
||||
<AvaloniaResource Include="..\..\src.4.7\materialdesignicons-webfont.ttf">
|
||||
<Link>Assets/Fonts/materialdesignicons-webfont.ttf</Link>
|
||||
</AvaloniaResource>
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue