Prebuilt deck purchasing and fixes
This commit is contained in:
@@ -54,6 +54,17 @@
|
||||
<Content Include="Story\Fixtures\*.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<!-- BuildDeckImporter reads CSVs from a build-deck/ subdirectory; the top-level Data\*.csv
|
||||
glob only covers the root. Link both files explicitly so they land in the same relative
|
||||
path the importer uses at runtime. -->
|
||||
<Content Include="..\SVSim.Bootstrap\Data\build-deck\build_deck_package_master.csv">
|
||||
<Link>Data\build-deck\build_deck_package_master.csv</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\SVSim.Bootstrap\Data\build-deck\build_deck_series_master.csv">
|
||||
<Link>Data\build-deck\build_deck_series_master.csv</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user