Merge pull request #284 from JohnTheGr8/copy_svg_images_to_output

fix: copy svg images to output from the main project
This commit is contained in:
Jeremy Wu 2021-01-09 17:03:07 +11:00 committed by GitHub
commit b26cf22963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,9 @@
<Content Include="Images\*.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\*.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>