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.
		
		
		
		
		
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			848 B
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			848 B
		
	
	
	
		
			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" />
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="include\tinyxml2.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="src\tinyxml2.cpp" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{933118A9-68C5-47B4-B151-B03C93961623}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <Import Project="..\msvc\vsprops\StaticLibrary.props" />
 | 
						|
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
 | 
						|
  <Import Project="..\msvc\vsprops\Targets.props" />
 | 
						|
</Project> |