duckstation/dep/rcheevos/rcheevos.vcxproj

63 lines
3.0 KiB
XML
Raw Normal View History

2021-02-21 06:58:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\msvc\vsprops\Configurations.props" />
2021-02-21 06:58:40 +00:00
<ItemGroup>
2022-07-18 12:46:12 +00:00
<ClCompile Include="src\rapi\rc_api_common.c" />
<ClCompile Include="src\rapi\rc_api_editor.c" />
<ClCompile Include="src\rapi\rc_api_info.c" />
<ClCompile Include="src\rapi\rc_api_runtime.c" />
<ClCompile Include="src\rapi\rc_api_user.c" />
2021-02-21 06:58:40 +00:00
<ClCompile Include="src\rcheevos\alloc.c" />
<ClCompile Include="src\rcheevos\condition.c" />
<ClCompile Include="src\rcheevos\condset.c" />
<ClCompile Include="src\rcheevos\consoleinfo.c" />
<ClCompile Include="src\rcheevos\format.c" />
<ClCompile Include="src\rcheevos\lboard.c" />
<ClCompile Include="src\rcheevos\memref.c" />
<ClCompile Include="src\rcheevos\operand.c" />
<ClCompile Include="src\rcheevos\richpresence.c" />
<ClCompile Include="src\rcheevos\runtime.c" />
<ClCompile Include="src\rcheevos\runtime_progress.c" />
<ClCompile Include="src\rcheevos\trigger.c" />
<ClCompile Include="src\rcheevos\value.c" />
2023-11-06 09:41:10 +00:00
<ClCompile Include="src\rc_client.c" />
<ClCompile Include="src\rc_compat.c" />
<ClCompile Include="src\rc_util.c" />
2021-02-21 06:58:40 +00:00
<ClCompile Include="src\rhash\md5.c" />
<ClCompile Include="src\rurl\url.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\rcheevos.h" />
2022-07-18 12:46:12 +00:00
<ClInclude Include="include\rc_api_editor.h" />
<ClInclude Include="include\rc_api_info.h" />
<ClInclude Include="include\rc_api_request.h" />
<ClInclude Include="include\rc_api_runtime.h" />
<ClInclude Include="include\rc_api_user.h" />
2023-09-06 12:37:42 +00:00
<ClInclude Include="include\rc_client.h" />
2021-02-21 06:58:40 +00:00
<ClInclude Include="include\rc_consoles.h" />
2021-06-21 17:00:14 +00:00
<ClInclude Include="include\rc_error.h" />
2021-02-21 06:58:40 +00:00
<ClInclude Include="include\rc_hash.h" />
2021-06-21 17:00:14 +00:00
<ClInclude Include="include\rc_runtime.h" />
<ClInclude Include="include\rc_runtime_types.h" />
2021-02-21 06:58:40 +00:00
<ClInclude Include="include\rc_url.h" />
2024-02-24 04:52:57 +00:00
<ClInclude Include="include\rc_util.h" />
2022-07-18 12:46:12 +00:00
<ClInclude Include="src\rapi\rc_api_common.h" />
2021-02-21 06:58:40 +00:00
<ClInclude Include="src\rcheevos\rc_internal.h" />
2023-11-06 09:41:10 +00:00
<ClInclude Include="src\rc_client_internal.h" />
<ClInclude Include="src\rc_compat.h" />
<ClInclude Include="src\rc_version.h" />
2021-02-21 06:58:40 +00:00
<ClInclude Include="src\rhash\md5.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}</ProjectGuid>
</PropertyGroup>
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
<ItemDefinitionGroup>
2021-02-21 06:58:40 +00:00
<ClCompile>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<PreprocessorDefinitions>RC_DISABLE_LUA=1;RCHEEVOS_URL_SSL=1;RC_NO_THREADS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2021-02-21 06:58:40 +00:00
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="..\msvc\vsprops\Targets.props" />
2022-07-18 12:46:12 +00:00
</Project>