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.
		
		
		
		
		
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			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\gtest\gtest-death-test.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-matchers.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-message.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-param-test.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-printers.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-spi.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-test-part.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest-typed-test.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest_pred_impl.h" />
 | 
						|
    <ClInclude Include="include\gtest\gtest_prod.h" />
 | 
						|
    <ClInclude Include="src\gtest-internal-inl.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="src\gtest-death-test.cc" />
 | 
						|
    <ClCompile Include="src\gtest-filepath.cc" />
 | 
						|
    <ClCompile Include="src\gtest-matchers.cc" />
 | 
						|
    <ClCompile Include="src\gtest-port.cc" />
 | 
						|
    <ClCompile Include="src\gtest-printers.cc" />
 | 
						|
    <ClCompile Include="src\gtest-test-part.cc" />
 | 
						|
    <ClCompile Include="src\gtest-typed-test.cc" />
 | 
						|
    <ClCompile Include="src\gtest.cc" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{49953E1B-2EF7-46A4-B88B-1BF9E099093B}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <Import Project="..\msvc\vsprops\StaticLibrary.props" />
 | 
						|
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
 | 
						|
  <Import Project="..\msvc\vsprops\Targets.props" />
 | 
						|
</Project> |