googletest.vcxproj (1853B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="..\msvc\vsprops\Configurations.props" /> 4 5 <ItemGroup> 6 <ClInclude Include="include\gtest\gtest-death-test.h" /> 7 <ClInclude Include="include\gtest\gtest-matchers.h" /> 8 <ClInclude Include="include\gtest\gtest-message.h" /> 9 <ClInclude Include="include\gtest\gtest-param-test.h" /> 10 <ClInclude Include="include\gtest\gtest-printers.h" /> 11 <ClInclude Include="include\gtest\gtest-spi.h" /> 12 <ClInclude Include="include\gtest\gtest-test-part.h" /> 13 <ClInclude Include="include\gtest\gtest-typed-test.h" /> 14 <ClInclude Include="include\gtest\gtest.h" /> 15 <ClInclude Include="include\gtest\gtest_pred_impl.h" /> 16 <ClInclude Include="include\gtest\gtest_prod.h" /> 17 <ClInclude Include="src\gtest-internal-inl.h" /> 18 </ItemGroup> 19 <ItemGroup> 20 <ClCompile Include="src\gtest-death-test.cc" /> 21 <ClCompile Include="src\gtest-filepath.cc" /> 22 <ClCompile Include="src\gtest-matchers.cc" /> 23 <ClCompile Include="src\gtest-port.cc" /> 24 <ClCompile Include="src\gtest-printers.cc" /> 25 <ClCompile Include="src\gtest-test-part.cc" /> 26 <ClCompile Include="src\gtest-typed-test.cc" /> 27 <ClCompile Include="src\gtest.cc" /> 28 </ItemGroup> 29 30 <PropertyGroup Label="Globals"> 31 <ProjectGuid>{49953E1B-2EF7-46A4-B88B-1BF9E099093B}</ProjectGuid> 32 </PropertyGroup> 33 34 <Import Project="..\msvc\vsprops\StaticLibrary.props" /> 35 36 <ItemDefinitionGroup> 37 <ClCompile> 38 <WarningLevel>TurnOffAllWarnings</WarningLevel> 39 <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 40 </ClCompile> 41 </ItemDefinitionGroup> 42 43 <Import Project="..\msvc\vsprops\Targets.props" /> 44 </Project>