Fixed "quickstart.ico" in VS project, should had been marked as deployable content
This commit is contained in:
parent
76ea4b497a
commit
ec6e9611ac
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@
|
||||||
<Image Include="..\data\paths.ico">
|
<Image Include="..\data\paths.ico">
|
||||||
<DeploymentContent>true</DeploymentContent>
|
<DeploymentContent>true</DeploymentContent>
|
||||||
</Image>
|
</Image>
|
||||||
<Image Include="..\data\quickstart.ico" />
|
<Image Include="..\data\quickstart.ico">
|
||||||
|
<DeploymentContent>true</DeploymentContent>
|
||||||
|
</Image>
|
||||||
<Image Include="..\data\savestate.png">
|
<Image Include="..\data\savestate.png">
|
||||||
<DeploymentContent>true</DeploymentContent>
|
<DeploymentContent>true</DeploymentContent>
|
||||||
</Image>
|
</Image>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue