mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			67 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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" />
 | |
|   <ItemGroup>
 | |
|     <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\cdreader.c" />
 | |
|     <ClCompile Include="src\rhash\hash.c" />
 | |
|     <ClCompile Include="src\rhash\md5.c" />
 | |
|     <ClCompile Include="src\rurl\url.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <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="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_util.h" />
 | |
|     <ClInclude Include="src\rc_version.h" />
 | |
|     <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>
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <PreprocessorDefinitions>RC_DISABLE_LUA;RCHEEVOS_URL_SSL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ClCompile>
 | |
|   </ItemDefinitionGroup>
 | |
|   <Import Project="..\msvc\vsprops\Targets.props" />
 | |
| </Project> | 
