mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			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> |