2022-04-18 10:15:31 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(SolutionDir)common\vsprops\BaseProjectConfig.props" />
|
|
|
|
|
<Import Project="$(SolutionDir)common\vsprops\WinSDK.props" />
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{6D5B5AD9-1525-459B-939F-A5E1082AF6B3}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2022-12-25 06:47:26 +00:00
|
|
|
|
<PlatformToolset Condition="!$(Configuration.Contains(Clang))">$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
<PlatformToolset Condition="$(Configuration.Contains(Clang))">ClangCL</PlatformToolset>
|
2022-04-18 10:15:31 +00:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
|
|
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
|
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="..\DefaultProjectRootDir.props" />
|
|
|
|
|
<Import Project="..\3rdparty.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="..\..\common\vsprops\CodeGen_Debug.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Devel))" Project="..\..\common\vsprops\CodeGen_Devel.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="..\..\common\vsprops\CodeGen_Release.props" />
|
|
|
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="..\..\common\vsprops\IncrementalLinking.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2024-02-24 01:56:53 +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" />
|
|
|
|
|
<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\rc_validate.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" />
|
|
|
|
|
<ClCompile Include="src\rc_client.c" />
|
|
|
|
|
<ClCompile Include="src\rc_compat.c" />
|
|
|
|
|
<ClCompile Include="src\rc_util.c" />
|
|
|
|
|
<ClCompile Include="src\rhash\md5.c" />
|
|
|
|
|
<ClCompile Include="src\rurl\url.c" />
|
2022-04-18 10:15:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-02-24 01:56:53 +00:00
|
|
|
|
<ClInclude Include="include\rcheevos.h" />
|
|
|
|
|
<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" />
|
|
|
|
|
<ClInclude Include="include\rc_client.h" />
|
|
|
|
|
<ClInclude Include="include\rc_consoles.h" />
|
|
|
|
|
<ClInclude Include="include\rc_error.h" />
|
|
|
|
|
<ClInclude Include="include\rc_hash.h" />
|
|
|
|
|
<ClInclude Include="include\rc_runtime.h" />
|
|
|
|
|
<ClInclude Include="include\rc_runtime_types.h" />
|
|
|
|
|
<ClInclude Include="include\rc_url.h" />
|
|
|
|
|
<ClInclude Include="include\rc_util.h" />
|
|
|
|
|
<ClInclude Include="src\rapi\rc_api_common.h" />
|
|
|
|
|
<ClInclude Include="src\rcheevos\rc_internal.h" />
|
|
|
|
|
<ClInclude Include="src\rcheevos\rc_validate.h" />
|
|
|
|
|
<ClInclude Include="src\rc_client_internal.h" />
|
|
|
|
|
<ClInclude Include="src\rc_compat.h" />
|
|
|
|
|
<ClInclude Include="src\rc_version.h" />
|
|
|
|
|
<ClInclude Include="src\rhash\md5.h" />
|
2022-04-18 10:15:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2024-06-29 02:06:06 +00:00
|
|
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;RC_DISABLE_LUA=1;RCHEEVOS_URL_SSL=1;RC_NO_THREADS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2024-02-24 01:56:53 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-04-18 10:15:31 +00:00
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
|
</Project>
|