mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			908 B
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			908 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\$(Configuration)-$(Platform)\$(ProjectName)\</IntDir>
 | 
						|
    <OutDir>$(SolutionDir)build\$(Configuration)-$(Platform)\$(ProjectName)\</OutDir>
 | 
						|
    <GenerateProjectSpecificOutputFolder>false</GenerateProjectSpecificOutputFolder>
 | 
						|
    <TargetName>$(ProjectName)</TargetName>
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <Import Project="Toolkit.props" />
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
 | 
						|
  <Import Project="Base.props" />
 | 
						|
</Project>
 |