Merge pull request #1130 from Zangetsu38/Dante

Add Icon on the .exe
This commit is contained in:
Hykem 2015-07-04 12:03:06 +01:00
commit a27a51124f
5 changed files with 9 additions and 1 deletions

BIN
rpcs3/resource.h Normal file

Binary file not shown.

BIN
rpcs3/rpcs3.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

View File

@ -229,6 +229,7 @@
<ClInclude Include="Gui\TextInputDialog.h" />
<ClInclude Include="Gui\VFSManager.h" />
<ClInclude Include="Gui\VHDDManager.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="rpcs3.h" />
<ClInclude Include="stdafx_gui.h" />
</ItemGroup>
@ -237,6 +238,9 @@
<Project>{c4a10229-4712-4bd2-b63e-50d93c67a038}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Image Include="rpcs3.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -206,5 +206,9 @@
<ClInclude Include="Gui\SaveDataDialog.h">
<Filter>Gui</Filter>
</ClInclude>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<Image Include="rpcs3.ico" />
</ItemGroup>
</Project>