Build all of the vector dir in the build process

So the whole vector/ directory can now be removed during the build
process and we don't ship random files that end up in the vector
directory.
This commit is contained in:
David Baker
2016-11-08 14:30:12 +00:00
parent 0441fcf3df
commit 1e2cd9c2d1
43 changed files with 8 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/vector-icons/mstile-70x70.png"/>
<square150x150logo src="/vector-icons/mstile-150x150.png"/>
<square310x310logo src="/vector-icons/mstile-310x310.png"/>
<wide310x150logo src="/vector-icons/mstile-310x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>