Skip to content

Commit

Permalink
Merge pull request RPCS3#1130 from Zangetsu38/Dante
Browse files Browse the repository at this point in the history
Add Icon on the .exe
  • Loading branch information
Hykem committed Jul 4, 2015
2 parents a114dbc + 1b5f257 commit a27a511
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Binary file added rpcs3/resource.h
Binary file not shown.
Binary file added rpcs3/rpcs3.ico
Binary file not shown.
Binary file modified rpcs3/rpcs3.rc
Binary file not shown.
6 changes: 5 additions & 1 deletion rpcs3/rpcs3.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -237,7 +238,10 @@
<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>
</Project>
</Project>
4 changes: 4 additions & 0 deletions rpcs3/rpcs3.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit a27a511

Please sign in to comment.