Bootstrapping updates

This commit is contained in:
gamer147
2026-05-25 01:28:52 -04:00
parent c14408ba06
commit d067f8a64a
3 changed files with 19 additions and 26 deletions

View File

@@ -16,6 +16,11 @@
<Content Include="Data\*.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<!-- cards.json is the loader-captured card master (~30 MB). Lives in-project so the
bootstrapper is self-contained; refresh by copying a newer dump over the file. -->
<Content Include="Data\cards.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>