Fixed "quickstart.ico" in VS project, should had been marked as deployable content

This commit is contained in:
Dimitris Panokostas 2017-09-28 22:09:52 +02:00
parent 76ea4b497a
commit ec6e9611ac

View file

@ -117,7 +117,9 @@
<Image Include="..\data\paths.ico">
<DeploymentContent>true</DeploymentContent>
</Image>
<Image Include="..\data\quickstart.ico" />
<Image Include="..\data\quickstart.ico">
<DeploymentContent>true</DeploymentContent>
</Image>
<Image Include="..\data\savestate.png">
<DeploymentContent>true</DeploymentContent>
</Image>