SDL: Add icon to executable

This commit is contained in:
Connor McLaughlin
2020-06-15 03:29:21 +10:00
parent fc0560087f
commit 91734e35b0
6 changed files with 140 additions and 0 deletions

View File

@@ -65,12 +65,19 @@
<ClInclude Include="d3d11_host_display.h" />
<ClInclude Include="imgui_impl_sdl.h" />
<ClInclude Include="opengl_host_display.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="sdl_host_interface.h" />
<ClInclude Include="sdl_key_names.h" />
</ItemGroup>
<ItemGroup>
<Manifest Include="duckstation-sdl.manifest" />
</ItemGroup>
<ItemGroup>
<Image Include="duckstation-sdl.ico" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="duckstation-sdl.rc" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{DAA8F93D-9C17-4DE2-BD0B-57891E0FF0D9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>