mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 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\ioapi.c" />
 | |
|     <ClCompile Include="src\iowin32.c" />
 | |
|     <ClCompile Include="src\mztools.c" />
 | |
|     <ClCompile Include="src\unzip.c" />
 | |
|     <ClCompile Include="src\zip.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="include\ioapi.h" />
 | |
|     <ClInclude Include="include\iowin32.h" />
 | |
|     <ClInclude Include="include\mztools.h" />
 | |
|     <ClInclude Include="include\unzip.h" />
 | |
|     <ClInclude Include="include\zip.h" />
 | |
|     <ClInclude Include="src\crypt.h" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{8BDA439C-6358-45FB-9994-2FF083BABE06}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
 | |
| 
 | |
|   <ItemDefinitionGroup>
 | |
|     <ClCompile>
 | |
|       <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)include;$(SolutionDir)dep\zlib\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ClCompile>
 | |
|   </ItemDefinitionGroup>
 | |
| 
 | |
|   <Import Project="..\msvc\vsprops\Targets.props" />
 | |
| </Project> | 
