mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 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\Alloc.c" />
 | |
|     <ClCompile Include="src\Bra86.c" />
 | |
|     <ClCompile Include="src\BraIA64.c" />
 | |
|     <ClCompile Include="src\CpuArch.c" />
 | |
|     <ClCompile Include="src\Delta.c" />
 | |
|     <ClCompile Include="src\LzFind.c" />
 | |
|     <ClCompile Include="src\Lzma86Dec.c" />
 | |
|     <ClCompile Include="src\Lzma86Enc.c" />
 | |
|     <ClCompile Include="src\LzmaDec.c" />
 | |
|     <ClCompile Include="src\LzmaEnc.c" />
 | |
|     <ClCompile Include="src\LzmaLib.c" />
 | |
|     <ClCompile Include="src\Sort.c" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{DD944834-7899-4C1C-A4C1-064B5009D239}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
 | |
| 
 | |
|   <ItemDefinitionGroup>
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <PreprocessorDefinitions>_7ZIP_ST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ClCompile>
 | |
|   </ItemDefinitionGroup>
 | |
| 
 | |
|   <Import Project="..\msvc\vsprops\Targets.props" />
 | |
| </Project> | 
