mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			61 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			61 lines
		
	
	
		
			2.6 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" /> | |||
|  |   <PropertyGroup Label="Globals"> | |||
|  |     <ProjectGuid>{9FD2ABCD-2DCD-4302-BE5C-DF0BA8431FA5}</ProjectGuid> | |||
|  |   </PropertyGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClInclude Include="include\png.h" /> | |||
|  |     <ClInclude Include="include\pngconf.h" /> | |||
|  |     <ClInclude Include="include\pnglibconf.h" /> | |||
|  |     <ClInclude Include="src\pngdebug.h" /> | |||
|  |     <ClInclude Include="src\pnginfo.h" /> | |||
|  |     <ClInclude Include="src\pngpriv.h" /> | |||
|  |     <ClInclude Include="src\pngstruct.h" /> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClCompile Include="src\arm\arm_init.c"> | |||
|  |       <ExcludedFromBuild Condition="'$(Platform)'!='ARM64'">true</ExcludedFromBuild> | |||
|  |     </ClCompile> | |||
|  |     <ClCompile Include="src\arm\filter_neon_intrinsics.c"> | |||
|  |       <ExcludedFromBuild Condition="'$(Platform)'!='ARM64'">true</ExcludedFromBuild> | |||
|  |     </ClCompile> | |||
|  |     <ClCompile Include="src\arm\palette_neon_intrinsics.c"> | |||
|  |       <ExcludedFromBuild Condition="'$(Platform)'!='ARM64'">true</ExcludedFromBuild> | |||
|  |     </ClCompile> | |||
|  |     <ClCompile Include="src\intel\filter_sse2_intrinsics.c"> | |||
|  |       <ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild> | |||
|  |     </ClCompile> | |||
|  |     <ClCompile Include="src\intel\intel_init.c"> | |||
|  |       <ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild> | |||
|  |     </ClCompile> | |||
|  |     <ClCompile Include="src\png.c" /> | |||
|  |     <ClCompile Include="src\pngerror.c" /> | |||
|  |     <ClCompile Include="src\pngget.c" /> | |||
|  |     <ClCompile Include="src\pngmem.c" /> | |||
|  |     <ClCompile Include="src\pngpread.c" /> | |||
|  |     <ClCompile Include="src\pngread.c" /> | |||
|  |     <ClCompile Include="src\pngrio.c" /> | |||
|  |     <ClCompile Include="src\pngrtran.c" /> | |||
|  |     <ClCompile Include="src\pngrutil.c" /> | |||
|  |     <ClCompile Include="src\pngset.c" /> | |||
|  |     <ClCompile Include="src\pngtrans.c" /> | |||
|  |     <ClCompile Include="src\pngwio.c" /> | |||
|  |     <ClCompile Include="src\pngwrite.c" /> | |||
|  |     <ClCompile Include="src\pngwtran.c" /> | |||
|  |     <ClCompile Include="src\pngwutil.c" /> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ProjectReference Include="..\zlib\zlib.vcxproj"> | |||
|  |       <Project>{7ff9fdb9-d504-47db-a16a-b08071999620}</Project> | |||
|  |     </ProjectReference> | |||
|  |   </ItemGroup> | |||
|  |   <Import Project="..\msvc\vsprops\StaticLibrary.props" /> | |||
|  |   <ItemDefinitionGroup> | |||
|  |     <ClCompile> | |||
|  |       <WarningLevel>TurnOffAllWarnings</WarningLevel> | |||
|  |       <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;$(ProjectDir)..\zlib\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |     </ClCompile> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <Import Project="..\msvc\vsprops\Targets.props" /> | |||
|  | </Project> |