mirror of
				https://github.com/dolphin-emu/dolphin.git
				synced 2025-11-03 13:16:15 +01:00 
			
		
		
		
	* moves dolphin-specific settings out of Base.props * creates exports.props for externals, allowing to easily import individual Externals * corrects some cruft that accumulated and probably contributed to msbuild overbuilding
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project>
 | 
						|
  <Import Project="..\VSProps\Base.Macros.props" />
 | 
						|
  <Import Project="$(VSPropsDir)Base.Targets.props" />
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{76563A7F-1011-4EAD-B667-7BB18D09568E}</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)Base.Dolphin.props" />
 | 
						|
    <Import Project="$(VSPropsDir)PCHCreate.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="pch.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="pch.cpp" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(ExternalsDir)fmt\exports.props" />
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |