Skip to content

Commit

Permalink
fix: missing aassets copy to output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lokinmodar committed Aug 4, 2024
1 parent 848a7a3 commit 4748950
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Echoglossian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<None Remove="Font\NotoSansTamil-Medium.ttf" />
<None Remove="Font\NotoSansTelugu-Medium.ttf" />
<None Remove="Font\NotoSansThai-Medium.ttf" />
<None Remove="Font\NotoSansJP-VF-3.ttf" />
<None Remove="Font\NotoSansJP-VF-4.ttf" />
<None Remove="Font\NotoSansJP-VF-5.ttf" />
<None Remove="Font\NotoSansJP-VF-6.ttf" />
<None Remove="Font\NotoSansJP-VF-7.ttf" />
<None Remove="Font\symbols.ttf" />
<None Remove="images\icon.png" />
<None Remove="images\logo.png" />
<None Remove="minfilia.ico" />
Expand Down Expand Up @@ -211,6 +217,24 @@
<Content Include="Font\NotoSansThai-Medium.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Font\symbols.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Font\NotoSansJP-VF-3.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Font\NotoSansJP-VF-4.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Font\NotoSansJP-VF-5.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Font\NotoSansJP-VF-6.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Font\NotoSansJP-VF-7.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="images\icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit 4748950

Please sign in to comment.