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.
		
		
		
		
		
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.8 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>
 | 
						|
    <ClInclude Include="include\zconf.h" />
 | 
						|
    <ClInclude Include="include\zlib.h" />
 | 
						|
    <ClInclude Include="src\crc32.h" />
 | 
						|
    <ClInclude Include="src\deflate.h" />
 | 
						|
    <ClInclude Include="src\gzguts.h" />
 | 
						|
    <ClInclude Include="src\inffast.h" />
 | 
						|
    <ClInclude Include="src\inffixed.h" />
 | 
						|
    <ClInclude Include="src\inflate.h" />
 | 
						|
    <ClInclude Include="src\inftrees.h" />
 | 
						|
    <ClInclude Include="src\trees.h" />
 | 
						|
    <ClInclude Include="src\zutil.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="src\adler32.c" />
 | 
						|
    <ClCompile Include="src\compress.c" />
 | 
						|
    <ClCompile Include="src\crc32.c" />
 | 
						|
    <ClCompile Include="src\deflate.c" />
 | 
						|
    <ClCompile Include="src\gzclose.c" />
 | 
						|
    <ClCompile Include="src\gzlib.c" />
 | 
						|
    <ClCompile Include="src\gzread.c" />
 | 
						|
    <ClCompile Include="src\gzwrite.c" />
 | 
						|
    <ClCompile Include="src\infback.c" />
 | 
						|
    <ClCompile Include="src\inffast.c" />
 | 
						|
    <ClCompile Include="src\inflate.c" />
 | 
						|
    <ClCompile Include="src\inftrees.c" />
 | 
						|
    <ClCompile Include="src\trees.c" />
 | 
						|
    <ClCompile Include="src\uncompr.c" />
 | 
						|
    <ClCompile Include="src\zutil.c" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{7FF9FDB9-D504-47DB-A16A-B08071999620}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <Import Project="..\msvc\vsprops\StaticLibrary.props" />
 | 
						|
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
 | 
						|
  <Import Project="..\msvc\vsprops\Targets.props" />
 | 
						|
</Project> |