DolphinLib.x64.props 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <ItemGroup>
  4. <ClInclude Include="Common\x64ABI.h" />
  5. <ClInclude Include="Common\x64Emitter.h" />
  6. <ClInclude Include="Common\x64Reg.h" />
  7. <ClInclude Include="Core\DSP\Jit\x64\DSPEmitter.h" />
  8. <ClInclude Include="Core\DSP\Jit\x64\DSPJitRegCache.h" />
  9. <ClInclude Include="Core\DSP\Jit\x64\DSPJitTables.h" />
  10. <ClInclude Include="Core\PowerPC\Jit64\Jit.h" />
  11. <ClInclude Include="Core\PowerPC\Jit64\JitAsm.h" />
  12. <ClInclude Include="Core\PowerPC\Jit64\RegCache\CachedReg.h" />
  13. <ClInclude Include="Core\PowerPC\Jit64\RegCache\FPURegCache.h" />
  14. <ClInclude Include="Core\PowerPC\Jit64\RegCache\GPRRegCache.h" />
  15. <ClInclude Include="Core\PowerPC\Jit64\RegCache\JitRegCache.h" />
  16. <ClInclude Include="Core\PowerPC\Jit64\RegCache\RCMode.h" />
  17. <ClInclude Include="Core\PowerPC\Jit64Common\BlockCache.h" />
  18. <ClInclude Include="Core\PowerPC\Jit64Common\ConstantPool.h" />
  19. <ClInclude Include="Core\PowerPC\Jit64Common\EmuCodeBlock.h" />
  20. <ClInclude Include="Core\PowerPC\Jit64Common\FarCodeCache.h" />
  21. <ClInclude Include="Core\PowerPC\Jit64Common\Jit64AsmCommon.h" />
  22. <ClInclude Include="Core\PowerPC\Jit64Common\Jit64Constants.h" />
  23. <ClInclude Include="Core\PowerPC\Jit64Common\Jit64PowerPCState.h" />
  24. <ClInclude Include="Core\PowerPC\Jit64Common\TrampolineCache.h" />
  25. <ClInclude Include="Core\PowerPC\Jit64Common\TrampolineInfo.h" />
  26. <ClInclude Include="VideoCommon\VertexLoaderX64.h" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <ClCompile Include="Common\x64ABI.cpp" />
  30. <ClCompile Include="Common\x64CPUDetect.cpp" />
  31. <ClCompile Include="Common\x64Emitter.cpp" />
  32. <ClCompile Include="Common\x64FPURoundMode.cpp" />
  33. <ClCompile Include="Core\DSP\Jit\x64\DSPEmitter.cpp" />
  34. <ClCompile Include="Core\DSP\Jit\x64\DSPJitArithmetic.cpp" />
  35. <ClCompile Include="Core\DSP\Jit\x64\DSPJitBranch.cpp" />
  36. <ClCompile Include="Core\DSP\Jit\x64\DSPJitCCUtil.cpp" />
  37. <ClCompile Include="Core\DSP\Jit\x64\DSPJitExtOps.cpp" />
  38. <ClCompile Include="Core\DSP\Jit\x64\DSPJitLoadStore.cpp" />
  39. <ClCompile Include="Core\DSP\Jit\x64\DSPJitMisc.cpp" />
  40. <ClCompile Include="Core\DSP\Jit\x64\DSPJitMultiplier.cpp" />
  41. <ClCompile Include="Core\DSP\Jit\x64\DSPJitRegCache.cpp" />
  42. <ClCompile Include="Core\DSP\Jit\x64\DSPJitTables.cpp" />
  43. <ClCompile Include="Core\DSP\Jit\x64\DSPJitUtil.cpp" />
  44. <ClCompile Include="Core\PowerPC\Jit64\Jit_Branch.cpp" />
  45. <ClCompile Include="Core\PowerPC\Jit64\Jit_FloatingPoint.cpp" />
  46. <ClCompile Include="Core\PowerPC\Jit64\Jit_Integer.cpp" />
  47. <ClCompile Include="Core\PowerPC\Jit64\Jit_LoadStore.cpp" />
  48. <ClCompile Include="Core\PowerPC\Jit64\Jit_LoadStoreFloating.cpp" />
  49. <ClCompile Include="Core\PowerPC\Jit64\Jit_LoadStorePaired.cpp" />
  50. <ClCompile Include="Core\PowerPC\Jit64\Jit_Paired.cpp" />
  51. <ClCompile Include="Core\PowerPC\Jit64\Jit_SystemRegisters.cpp" />
  52. <ClCompile Include="Core\PowerPC\Jit64\Jit.cpp" />
  53. <ClCompile Include="Core\PowerPC\Jit64\Jit64_Tables.cpp" />
  54. <ClCompile Include="Core\PowerPC\Jit64\JitAsm.cpp" />
  55. <ClCompile Include="Core\PowerPC\Jit64\RegCache\FPURegCache.cpp" />
  56. <ClCompile Include="Core\PowerPC\Jit64\RegCache\GPRRegCache.cpp" />
  57. <ClCompile Include="Core\PowerPC\Jit64\RegCache\JitRegCache.cpp" />
  58. <ClCompile Include="Core\PowerPC\Jit64Common\BlockCache.cpp" />
  59. <ClCompile Include="Core\PowerPC\Jit64Common\ConstantPool.cpp" />
  60. <ClCompile Include="Core\PowerPC\Jit64Common\EmuCodeBlock.cpp" />
  61. <ClCompile Include="Core\PowerPC\Jit64Common\FarCodeCache.cpp" />
  62. <ClCompile Include="Core\PowerPC\Jit64Common\Jit64AsmCommon.cpp" />
  63. <ClCompile Include="Core\PowerPC\Jit64Common\TrampolineCache.cpp" />
  64. <ClCompile Include="VideoCommon\TextureDecoder_x64.cpp" />
  65. <ClCompile Include="VideoCommon\VertexLoaderX64.cpp" />
  66. </ItemGroup>
  67. </Project>