mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
21 lines
812 B
XML
21 lines
812 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="Headless.cpp" />
|
|
<ClCompile Include="..\native\ext\glew\glew.c" />
|
|
<ClCompile Include="WindowsHeadlessHost.cpp" />
|
|
<ClCompile Include="Compare.cpp" />
|
|
<ClCompile Include="..\UI\OnScreenDisplay.cpp" />
|
|
<ClCompile Include="WindowsHeadlessHostDx9.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="headless.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="StubHost.h" />
|
|
<ClInclude Include="WindowsHeadlessHost.h" />
|
|
<ClInclude Include="Compare.h" />
|
|
<ClInclude Include="..\UI\OnScreenDisplay.h" />
|
|
<ClInclude Include="WindowsHeadlessHostDx9.h" />
|
|
</ItemGroup>
|
|
</Project> |