duckstation/dep/googletest/googletest.vcxproj

44 lines
1.8 KiB
XML
Raw Permalink Normal View History

2020-03-21 11:30:09 +00:00
<?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" />
2020-03-21 11:30:09 +00:00
<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>
2020-03-21 11:30:09 +00:00
<PropertyGroup Label="Globals">
<ProjectGuid>{49953E1B-2EF7-46A4-B88B-1BF9E099093B}</ProjectGuid>
</PropertyGroup>
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
<ItemDefinitionGroup>
2020-10-13 11:37:37 +00:00
<ClCompile>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2020-03-21 11:30:09 +00:00
</ClCompile>
</ItemDefinitionGroup>
<Import Project="..\msvc\vsprops\Targets.props" />
2020-03-21 11:30:09 +00:00
</Project>