duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

rcheevos.vcxproj (3027B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="..\msvc\vsprops\Configurations.props" />
      4   <ItemGroup>
      5     <ClCompile Include="src\rapi\rc_api_common.c" />
      6     <ClCompile Include="src\rapi\rc_api_editor.c" />
      7     <ClCompile Include="src\rapi\rc_api_info.c" />
      8     <ClCompile Include="src\rapi\rc_api_runtime.c" />
      9     <ClCompile Include="src\rapi\rc_api_user.c" />
     10     <ClCompile Include="src\rcheevos\alloc.c" />
     11     <ClCompile Include="src\rcheevos\condition.c" />
     12     <ClCompile Include="src\rcheevos\condset.c" />
     13     <ClCompile Include="src\rcheevos\consoleinfo.c" />
     14     <ClCompile Include="src\rcheevos\format.c" />
     15     <ClCompile Include="src\rcheevos\lboard.c" />
     16     <ClCompile Include="src\rcheevos\memref.c" />
     17     <ClCompile Include="src\rcheevos\operand.c" />
     18     <ClCompile Include="src\rcheevos\richpresence.c" />
     19     <ClCompile Include="src\rcheevos\runtime.c" />
     20     <ClCompile Include="src\rcheevos\runtime_progress.c" />
     21     <ClCompile Include="src\rcheevos\trigger.c" />
     22     <ClCompile Include="src\rcheevos\value.c" />
     23     <ClCompile Include="src\rc_client.c" />
     24     <ClCompile Include="src\rc_compat.c" />
     25     <ClCompile Include="src\rc_util.c" />
     26     <ClCompile Include="src\rhash\md5.c" />
     27     <ClCompile Include="src\rurl\url.c" />
     28   </ItemGroup>
     29   <ItemGroup>
     30     <ClInclude Include="include\rcheevos.h" />
     31     <ClInclude Include="include\rc_api_editor.h" />
     32     <ClInclude Include="include\rc_api_info.h" />
     33     <ClInclude Include="include\rc_api_request.h" />
     34     <ClInclude Include="include\rc_api_runtime.h" />
     35     <ClInclude Include="include\rc_api_user.h" />
     36     <ClInclude Include="include\rc_client.h" />
     37     <ClInclude Include="include\rc_consoles.h" />
     38     <ClInclude Include="include\rc_error.h" />
     39     <ClInclude Include="include\rc_hash.h" />
     40     <ClInclude Include="include\rc_runtime.h" />
     41     <ClInclude Include="include\rc_runtime_types.h" />
     42     <ClInclude Include="include\rc_url.h" />
     43     <ClInclude Include="include\rc_util.h" />
     44     <ClInclude Include="src\rapi\rc_api_common.h" />
     45     <ClInclude Include="src\rcheevos\rc_internal.h" />
     46     <ClInclude Include="src\rc_client_internal.h" />
     47     <ClInclude Include="src\rc_compat.h" />
     48     <ClInclude Include="src\rc_version.h" />
     49     <ClInclude Include="src\rhash\md5.h" />
     50   </ItemGroup>
     51   <PropertyGroup Label="Globals">
     52     <ProjectGuid>{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}</ProjectGuid>
     53   </PropertyGroup>
     54   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     55   <ItemDefinitionGroup>
     56     <ClCompile>
     57       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     58       <PreprocessorDefinitions>RC_DISABLE_LUA=1;RCHEEVOS_URL_SSL=1;RC_NO_THREADS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     59       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     60     </ClCompile>
     61   </ItemDefinitionGroup>
     62   <Import Project="..\msvc\vsprops\Targets.props" />
     63 </Project>