mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-26 01:40:24 +00:00
22 lines
858 B
XML
22 lines
858 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="EmuScreen.cpp" />
|
|
<ClCompile Include="GameInfoCache.cpp" />
|
|
<ClCompile Include="GamepadEmu.cpp" />
|
|
<ClCompile Include="MenuScreens.cpp" />
|
|
<ClCompile Include="NativeApp.cpp" />
|
|
<ClCompile Include="ui_atlas.cpp" />
|
|
<ClCompile Include="UIShader.cpp" />
|
|
<ClCompile Include="OnScreenDisplay.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="EmuScreen.h" />
|
|
<ClInclude Include="GameInfoCache.h" />
|
|
<ClInclude Include="GamepadEmu.h" />
|
|
<ClInclude Include="MenuScreens.h" />
|
|
<ClInclude Include="ui_atlas.h" />
|
|
<ClInclude Include="UIShader.h" />
|
|
<ClInclude Include="OnScreenDisplay.h" />
|
|
</ItemGroup>
|
|
</Project> |