2012-11-01 15:19:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
|
|
<Filter Include="Resource Files">
|
|
|
|
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
|
|
|
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx</Extensions>
|
|
|
|
</Filter>
|
|
|
|
<Filter Include="Windows">
|
|
|
|
<UniqueIdentifier>{62201f4b-45e8-4ee7-a26e-bebdd67a7bca}</UniqueIdentifier>
|
|
|
|
</Filter>
|
|
|
|
<Filter Include="Windows\Debugger">
|
|
|
|
<UniqueIdentifier>{15b28fe0-299c-4200-a8f9-c93ffd3ae85b}</UniqueIdentifier>
|
|
|
|
</Filter>
|
|
|
|
<Filter Include="Windows\W32Util">
|
|
|
|
<UniqueIdentifier>{c1ddb9f6-d854-4af9-bb56-c42697f62709}</UniqueIdentifier>
|
|
|
|
</Filter>
|
|
|
|
<Filter Include="Windows\UI">
|
|
|
|
<UniqueIdentifier>{6773bb6d-149e-4e08-af81-e9eaacc039d2}</UniqueIdentifier>
|
|
|
|
</Filter>
|
|
|
|
<Filter Include="Windows\System">
|
|
|
|
<UniqueIdentifier>{45e2a327-0a36-4292-ab24-a297639b797e}</UniqueIdentifier>
|
|
|
|
</Filter>
|
2012-11-12 15:38:21 +00:00
|
|
|
<Filter Include="Windows\Input">
|
|
|
|
<UniqueIdentifier>{a1963305-bf88-43ef-8ba2-bb3933584b38}</UniqueIdentifier>
|
|
|
|
</Filter>
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter Include="Other Platforms">
|
|
|
|
<UniqueIdentifier>{d53d0871-8572-4393-822e-d14db0a88dab}</UniqueIdentifier>
|
|
|
|
</Filter>
|
2013-09-22 18:03:29 +00:00
|
|
|
<Filter Include="Windows\GE Debugger">
|
|
|
|
<UniqueIdentifier>{15f0e146-e39c-4bad-ba10-3c714a7dbf74}</UniqueIdentifier>
|
|
|
|
</Filter>
|
2012-11-01 15:19:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="Debugger\CtrlDisAsmView.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="Debugger\CtrlMemView.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="Debugger\CtrlRegisterList.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="Debugger\Debugger_MemoryDlg.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="Debugger\Debugger_VFPUDlg.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="W32Util\DialogManager.cpp">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="W32Util\Misc.cpp">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="W32Util\PropertySheet.cpp">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="W32Util\ShellUtil.cpp">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="InputBox.cpp">
|
|
|
|
<Filter>Windows\UI</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="WndMainWindow.cpp">
|
|
|
|
<Filter>Windows\UI</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="DSoundStream.cpp">
|
|
|
|
<Filter>Windows\System</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="OpenGLBase.cpp">
|
|
|
|
<Filter>Windows\System</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="WindowsHost.cpp">
|
|
|
|
<Filter>Windows\System</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="Debugger\Debugger_Disasm.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="EmuThread.cpp">
|
|
|
|
<Filter>Windows</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\native\ext\glew\glew.c" />
|
2012-11-12 15:38:21 +00:00
|
|
|
<ClCompile Include="XinputDevice.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
2012-11-12 17:32:35 +00:00
|
|
|
<ClCompile Include="KeyboardDevice.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="InputDevice.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
2012-11-22 08:09:43 +00:00
|
|
|
<ClCompile Include="Globals.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
<ClCompile Include="stdafx.cpp" />
|
2012-11-23 18:41:35 +00:00
|
|
|
<ClCompile Include="..\android\jni\ArmEmitterTest.cpp">
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter>Other Platforms</Filter>
|
2012-11-23 18:41:35 +00:00
|
|
|
</ClCompile>
|
2013-03-06 23:10:53 +00:00
|
|
|
<ClCompile Include="..\android\jni\TestRunner.cpp">
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter>Other Platforms</Filter>
|
2013-03-06 23:10:53 +00:00
|
|
|
</ClCompile>
|
2013-04-01 01:55:38 +00:00
|
|
|
<ClCompile Include="DinputDevice.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
2013-05-17 10:31:06 +00:00
|
|
|
<ClCompile Include="ControlMapping.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
2013-06-30 23:41:06 +00:00
|
|
|
<ClCompile Include="Debugger\DebuggerShared.cpp">
|
2013-06-29 13:17:00 +00:00
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-07-01 22:20:19 +00:00
|
|
|
<ClCompile Include="Debugger\BreakpointWindow.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-07-02 21:21:20 +00:00
|
|
|
<ClCompile Include="Debugger\Debugger_Lists.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-09-22 18:03:29 +00:00
|
|
|
<ClCompile Include="GEDebugger\GEDebugger.cpp">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
2013-09-22 17:27:09 +00:00
|
|
|
</ClCompile>
|
2013-09-23 02:05:33 +00:00
|
|
|
<ClCompile Include="GEDebugger\SimpleGLWindow.cpp">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-09-25 13:24:53 +00:00
|
|
|
<ClCompile Include="GEDebugger\CtrlDisplayListView.cpp">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-09-28 18:57:02 +00:00
|
|
|
<ClCompile Include="W32Util\TabControl.cpp">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClCompile>
|
2013-09-28 23:02:05 +00:00
|
|
|
<ClCompile Include="GEDebugger\TabDisplayLists.cpp">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-09-30 07:57:46 +00:00
|
|
|
<ClCompile Include="GEDebugger\TabState.cpp">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-10-01 19:11:41 +00:00
|
|
|
<ClCompile Include="Debugger\DumpMemoryWindow.cpp">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClCompile>
|
2013-10-13 05:17:24 +00:00
|
|
|
<ClCompile Include="GEDebugger\VertexPreview.cpp">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClCompile>
|
2014-01-19 19:59:11 +00:00
|
|
|
<ClCompile Include="RawInput.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
2014-01-19 21:54:49 +00:00
|
|
|
<ClCompile Include="TouchInputHandler.cpp">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClCompile>
|
2012-11-01 15:19:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="Debugger\CtrlDisAsmView.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="Debugger\CtrlMemView.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="Debugger\CtrlRegisterList.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="Debugger\Debugger_MemoryDlg.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="Debugger\Debugger_VFPUDlg.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="W32Util\DialogManager.h">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="W32Util\Misc.h">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="W32Util\PropertySheet.h">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="W32Util\ShellUtil.h">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="W32Util\XPTheme.h">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="InputBox.h">
|
|
|
|
<Filter>Windows\UI</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="WndMainWindow.h">
|
|
|
|
<Filter>Windows\UI</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="DSoundStream.h">
|
|
|
|
<Filter>Windows\System</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="OpenGLBase.h">
|
|
|
|
<Filter>Windows\System</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="WindowsHost.h">
|
|
|
|
<Filter>Windows\System</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="..\Globals.h" />
|
|
|
|
<ClInclude Include="main.h" />
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
<ClInclude Include="Debugger\Debugger_Disasm.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="EmuThread.h">
|
|
|
|
<Filter>Windows</Filter>
|
|
|
|
</ClInclude>
|
2012-11-12 15:38:21 +00:00
|
|
|
<ClInclude Include="InputDevice.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="XinputDevice.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClInclude>
|
2012-11-12 17:32:35 +00:00
|
|
|
<ClInclude Include="KeyboardDevice.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClInclude>
|
2012-11-22 08:09:43 +00:00
|
|
|
<ClInclude Include="stdafx.h" />
|
2012-11-23 18:41:35 +00:00
|
|
|
<ClInclude Include="..\android\jni\ARMEmitterTest.h">
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter>Other Platforms</Filter>
|
2012-11-23 18:41:35 +00:00
|
|
|
</ClInclude>
|
2013-03-06 23:10:53 +00:00
|
|
|
<ClInclude Include="..\android\jni\TestRunner.h">
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter>Other Platforms</Filter>
|
2013-03-06 23:10:53 +00:00
|
|
|
</ClInclude>
|
2013-04-01 01:55:38 +00:00
|
|
|
<ClInclude Include="DinputDevice.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
2013-05-17 10:31:06 +00:00
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="ControlMapping.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
2013-04-01 01:55:38 +00:00
|
|
|
</ClInclude>
|
2013-06-30 11:42:19 +00:00
|
|
|
<ClInclude Include="Debugger\DebuggerShared.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
2013-07-01 22:20:19 +00:00
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="Debugger\BreakpointWindow.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
2013-07-02 21:21:20 +00:00
|
|
|
</ClInclude>
|
|
|
|
<ClInclude Include="Debugger\Debugger_Lists.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
2013-06-29 13:17:00 +00:00
|
|
|
</ClInclude>
|
2013-09-22 18:03:29 +00:00
|
|
|
<ClInclude Include="GEDebugger\GEDebugger.h">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
2013-09-22 17:27:09 +00:00
|
|
|
</ClInclude>
|
2013-09-23 02:05:33 +00:00
|
|
|
<ClInclude Include="GEDebugger\SimpleGLWindow.h">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClInclude>
|
2013-09-25 13:24:53 +00:00
|
|
|
<ClInclude Include="GEDebugger\CtrlDisplayListView.h">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClInclude>
|
2013-09-28 18:57:02 +00:00
|
|
|
<ClInclude Include="W32Util\TabControl.h">
|
|
|
|
<Filter>Windows\W32Util</Filter>
|
|
|
|
</ClInclude>
|
2013-09-28 23:02:05 +00:00
|
|
|
<ClInclude Include="GEDebugger\TabDisplayLists.h">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClInclude>
|
2013-09-30 07:57:46 +00:00
|
|
|
<ClInclude Include="GEDebugger\TabState.h">
|
|
|
|
<Filter>Windows\GE Debugger</Filter>
|
|
|
|
</ClInclude>
|
2013-10-01 19:11:41 +00:00
|
|
|
<ClInclude Include="Debugger\DumpMemoryWindow.h">
|
|
|
|
<Filter>Windows\Debugger</Filter>
|
|
|
|
</ClInclude>
|
2013-12-04 18:56:05 +00:00
|
|
|
<ClInclude Include="..\ios\ViewController.h">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</ClInclude>
|
2014-01-19 19:59:11 +00:00
|
|
|
<ClInclude Include="RawInput.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClInclude>
|
2014-01-19 21:54:49 +00:00
|
|
|
<ClInclude Include="TouchInputHandler.h">
|
|
|
|
<Filter>Windows\Input</Filter>
|
|
|
|
</ClInclude>
|
2012-11-01 15:19:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="icon1.ico">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="rt_manif.bin">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="stop1.ico">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="..\android\jni\Android.mk">
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter>Other Platforms</Filter>
|
2012-11-01 15:19:01 +00:00
|
|
|
</None>
|
|
|
|
<None Include="ppsspp.ico">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="..\README.md" />
|
2013-01-11 18:40:33 +00:00
|
|
|
<None Include="..\android\jni\Application.mk">
|
2013-09-04 09:29:38 +00:00
|
|
|
<Filter>Other Platforms</Filter>
|
2013-01-11 18:40:33 +00:00
|
|
|
</None>
|
2013-02-18 23:44:22 +00:00
|
|
|
<None Include="..\CMakeLists.txt">
|
|
|
|
<Filter>Windows</Filter>
|
|
|
|
</None>
|
2013-03-03 12:00:21 +00:00
|
|
|
<None Include="git-version-gen.cmd" />
|
2013-04-28 00:02:52 +00:00
|
|
|
<None Include="pspmode.png" />
|
2013-09-04 11:25:35 +00:00
|
|
|
<None Include="..\assets\langregion.ini" />
|
2013-09-06 00:48:32 +00:00
|
|
|
<None Include="aboutbox.rc">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="version.rc">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
2013-10-20 11:51:54 +00:00
|
|
|
<None Include="..\android\jni\Locals.mk">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</None>
|
2013-10-22 14:38:08 +00:00
|
|
|
<None Include="..\atlasscript.txt">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="..\atlasscript_lowmem.txt">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</None>
|
2013-12-04 18:56:05 +00:00
|
|
|
<None Include="..\ios\AudioEngine.mm">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="..\ios\main.mm">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</None>
|
|
|
|
<None Include="..\ios\ViewController.mm">
|
|
|
|
<Filter>Other Platforms</Filter>
|
|
|
|
</None>
|
2013-12-28 05:39:05 +00:00
|
|
|
<None Include="..\assets\knownfuncs.ini">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</None>
|
2012-11-01 15:19:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ResourceCompile Include="ppsspp.rc">
|
|
|
|
<Filter>Resource Files</Filter>
|
|
|
|
</ResourceCompile>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|