rcheevos.vcxproj 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <Import Project="..\..\Source\VSProps\Base.Macros.props" />
  4. <Import Project="$(VSPropsDir)Base.Targets.props" />
  5. <PropertyGroup Label="Globals">
  6. <ProjectGuid>{CC99A910-3752-4465-95AA-7DC240D92A99}</ProjectGuid>
  7. </PropertyGroup>
  8. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  9. <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
  10. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  11. <ImportGroup Label="ExtensionSettings" />
  12. <ImportGroup Label="PropertySheets">
  13. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  14. <Import Project="$(VSPropsDir)Base.props" />
  15. <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
  16. </ImportGroup>
  17. <PropertyGroup Label="UserMacros" />
  18. <ItemGroup>
  19. <ClCompile Include="rcheevos\src\rapi\rc_api_common.c" />
  20. <ClCompile Include="rcheevos\src\rapi\rc_api_editor.c" />
  21. <ClCompile Include="rcheevos\src\rapi\rc_api_info.c" />
  22. <ClCompile Include="rcheevos\src\rapi\rc_api_runtime.c" />
  23. <ClCompile Include="rcheevos\src\rapi\rc_api_user.c" />
  24. <ClCompile Include="rcheevos\src\rcheevos\alloc.c" />
  25. <ClCompile Include="rcheevos\src\rcheevos\condition.c" />
  26. <ClCompile Include="rcheevos\src\rcheevos\condset.c" />
  27. <ClCompile Include="rcheevos\src\rcheevos\consoleinfo.c" />
  28. <ClCompile Include="rcheevos\src\rcheevos\format.c" />
  29. <ClCompile Include="rcheevos\src\rcheevos\lboard.c" />
  30. <ClCompile Include="rcheevos\src\rcheevos\memref.c" />
  31. <ClCompile Include="rcheevos\src\rcheevos\operand.c" />
  32. <ClCompile Include="rcheevos\src\rcheevos\rc_validate.c" />
  33. <ClCompile Include="rcheevos\src\rcheevos\richpresence.c" />
  34. <ClCompile Include="rcheevos\src\rcheevos\runtime.c" />
  35. <ClCompile Include="rcheevos\src\rcheevos\runtime_progress.c" />
  36. <ClCompile Include="rcheevos\src\rcheevos\trigger.c" />
  37. <ClCompile Include="rcheevos\src\rcheevos\value.c" />
  38. <ClCompile Include="rcheevos\src\rhash\aes.c" />
  39. <ClCompile Include="rcheevos\src\rhash\cdreader.c" />
  40. <ClCompile Include="rcheevos\src\rhash\hash.c" />
  41. <ClCompile Include="rcheevos\src\rhash\md5.c" />
  42. <ClCompile Include="rcheevos\src\rurl\url.c" />
  43. <ClCompile Include="rcheevos\src\rc_client.c" />
  44. <ClCompile Include="rcheevos\src\rc_client_raintegration.c" />
  45. <ClCompile Include="rcheevos\src\rc_compat.c" />
  46. <ClCompile Include="rcheevos\src\rc_util.c" />
  47. <ClCompile Include="rcheevos\src\rc_version.c" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ClInclude Include="rcheevos\include\rcheevos.h" />
  51. <ClInclude Include="rcheevos\include\rc_api_editor.h" />
  52. <ClInclude Include="rcheevos\include\rc_api_info.h" />
  53. <ClInclude Include="rcheevos\include\rc_api_request.h" />
  54. <ClInclude Include="rcheevos\include\rc_api_runtime.h" />
  55. <ClInclude Include="rcheevos\include\rc_api_user.h" />
  56. <ClInclude Include="rcheevos\include\rc_client.h" />
  57. <ClInclude Include="rcheevos\include\rc_client_raintegration.h" />
  58. <ClInclude Include="rcheevos\include\rc_consoles.h" />
  59. <ClInclude Include="rcheevos\include\rc_error.h" />
  60. <ClInclude Include="rcheevos\include\rc_export.h" />
  61. <ClInclude Include="rcheevos\include\rc_hash.h" />
  62. <ClInclude Include="rcheevos\include\rc_runtime.h" />
  63. <ClInclude Include="rcheevos\include\rc_runtime_types.h" />
  64. <ClInclude Include="rcheevos\include\rc_url.h" />
  65. <ClInclude Include="rcheevos\include\rc_util.h" />
  66. <ClInclude Include="rcheevos\src\rapi\rc_api_common.h" />
  67. <ClInclude Include="rcheevos\src\rcheevos\rc_internal.h" />
  68. <ClInclude Include="rcheevos\src\rcheevos\rc_validate.h" />
  69. <ClInclude Include="rcheevos\src\rhash\aes.h" />
  70. <ClInclude Include="rcheevos\src\rhash\md5.h" />
  71. <ClInclude Include="rcheevos\src\rc_client_external.h" />
  72. <ClInclude Include="rcheevos\src\rc_client_internal.h" />
  73. <ClInclude Include="rcheevos\src\rc_client_raintegration_internal.h" />
  74. <ClInclude Include="rcheevos\src\rc_compat.h" />
  75. <ClInclude Include="rcheevos\src\rc_version.h" />
  76. </ItemGroup>
  77. <ItemDefinitionGroup>
  78. <ClCompile>
  79. <PreprocessorDefinitions>RC_DISABLE_LUA;RCHEEVOS_URL_SSL;RC_CLIENT_SUPPORTS_HASH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. <AdditionalIncludeDirectories>$(ProjectDir)rcheevos\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  81. </ClCompile>
  82. </ItemDefinitionGroup>
  83. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  84. <ImportGroup Label="ExtensionTargets">
  85. </ImportGroup>
  86. </Project>