mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			728 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			728 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
 | |
|     <OutDir>$(SolutionDir)bin\$(Platform)\</OutDir>
 | |
|     <GenerateProjectSpecificOutputFolder>false</GenerateProjectSpecificOutputFolder>
 | |
|     <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName>
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <Import Project="Toolkit.props" />
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
| 
 | |
|   <Import Project="Base.props" />
 | |
| </Project> | 
