mirror of
				https://github.com/dolphin-emu/dolphin.git
				synced 2025-11-03 13:16:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project>
 | 
						|
  <Import Project="..\..\Source\VSProps\Base.Macros.props" />
 | 
						|
  <Import Project="$(VSPropsDir)Base.Targets.props" />
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{9092C5CC-3E71-41B3-BF68-4A7BDD8A5476}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings" />
 | 
						|
  <ImportGroup Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="$(VSPropsDir)Base.props" />
 | 
						|
    <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>XXH_NAMESPACE=LZ4_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="lz4\lib\lz4.h" />
 | 
						|
    <ClInclude Include="lz4\lib\lz4frame.h" />
 | 
						|
    <ClInclude Include="lz4\lib\lz4frame_static.h" />
 | 
						|
    <ClInclude Include="lz4\lib\lz4hc.h" />
 | 
						|
    <ClInclude Include="lz4\lib\xxhash.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="lz4\lib\lz4.c" />
 | 
						|
    <ClCompile Include="lz4\lib\lz4frame.c" />
 | 
						|
    <ClCompile Include="lz4\lib\lz4hc.c" />
 | 
						|
    <ClCompile Include="lz4\lib\xxhash.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |