Autogenerate known colors and palettes

This will make it a bit easier to make changes
This commit is contained in:
Patrik Svensson
2020-08-03 14:06:49 +02:00
committed by Patrik Svensson
parent 5267ebda49
commit e5bf2bd498
19 changed files with 4808 additions and 145 deletions

View File

@@ -9,6 +9,9 @@
</ItemGroup>
<ItemGroup>
<Compile Update="**/ColorPalette.*.cs">
<DependentUpon>**/ColorPalette.cs</DependentUpon>
</Compile>
<Compile Update="Color.*.cs">
<DependentUpon>Color.cs</DependentUpon>
</Compile>
@@ -18,6 +21,7 @@
<Compile Update="ConsoleExtensions.*.cs">
<DependentUpon>ConsoleExtensions.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>