mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-01 21:56:17 +00:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
|
<?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" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="headless.txt" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|