Add Generator command to generate emoji lookup table

This commit is contained in:
Kristian Hellang
2020-09-15 22:51:55 +02:00
committed by Patrik Svensson
parent 11d331e31d
commit a7b7d4e556
6 changed files with 209 additions and 0 deletions

View File

@ -24,9 +24,13 @@
<None Update="Templates\ColorPalette.Generated.template">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Templates\Emoji.Generated.template">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.14.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Scriban" Version="2.1.3" />
<PackageReference Include="Spectre.Cli" Version="0.36.1-preview.0.6" />