mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-04 18:45:35 +00:00
19 lines
563 B
XML
19 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="sdl_key_names.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Manifest Include="duckstation-mini.manifest" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="duckstation-mini.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="duckstation-mini.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="mini_host.cpp" />
|
|
</ItemGroup>
|
|
</Project> |