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

@@ -13,8 +13,15 @@
<ClInclude Include="d3d11_host_display.h" />
<ClInclude Include="imgui_impl_sdl.h" />
<ClInclude Include="sdl_key_names.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<Manifest Include="duckstation-sdl.manifest" />
</ItemGroup>
<ItemGroup>
<Image Include="duckstation-sdl.ico" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="duckstation-sdl.rc" />
</ItemGroup>
</Project>