| 
									
										
										
										
											2021-02-21 06:58:40 +00:00
										 |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							| 
									
										
										
										
											2021-07-04 08:16:36 +00:00
										 |  |  |  | <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> | 
					
						
							|  |  |  |  |     <ClCompile Include="src\rcheevos\alloc.c" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="src\rcheevos\compat.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" /> | 
					
						
							|  |  |  |  |     <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_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" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="src\rcheevos\rc_compat.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="src\rcheevos\rc_internal.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="src\rhash\md5.h" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							| 
									
										
										
										
											2021-07-04 08:16:36 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-21 06:58:40 +00:00
										 |  |  |  |   <PropertyGroup Label="Globals"> | 
					
						
							|  |  |  |  |     <ProjectGuid>{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}</ProjectGuid> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2021-07-04 08:16:36 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   <Import Project="..\msvc\vsprops\StaticLibrary.props" /> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   <ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2021-02-21 06:58:40 +00:00
										 |  |  |  |     <ClCompile> | 
					
						
							| 
									
										
										
										
											2021-07-04 08:16:36 +00:00
										 |  |  |  |       <WarningLevel>TurnOffAllWarnings</WarningLevel> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>RC_DISABLE_LUA;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							| 
									
										
										
										
											2021-02-21 06:58:40 +00:00
										 |  |  |  |       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
					
						
							|  |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2021-07-04 08:16:36 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   <Import Project="..\msvc\vsprops\Targets.props" /> | 
					
						
							| 
									
										
										
										
											2021-06-21 17:00:14 +00:00
										 |  |  |  | </Project> |