From 6b50058889099e4287f683b97a86ca74607172c4 Mon Sep 17 00:00:00 2001 From: Jeff McGlynn Date: Thu, 26 Jul 2018 13:08:01 -0700 Subject: Remove third_party/googletest and reference git repo instead Use a Bazel git_repository rule to reference the git repository instead of bundling the source. Change-Id: I32a0970178cb87fbf0e381db2e2d51fcccab542f --- .../googletest/msvc/2010/gtest_main.vcxproj | 162 --------------------- 1 file changed, 162 deletions(-) delete mode 100644 third_party/googletest/googletest/msvc/2010/gtest_main.vcxproj (limited to 'third_party/googletest/googletest/msvc/2010/gtest_main.vcxproj') diff --git a/third_party/googletest/googletest/msvc/2010/gtest_main.vcxproj b/third_party/googletest/googletest/msvc/2010/gtest_main.vcxproj deleted file mode 100644 index 8fb2589..0000000 --- a/third_party/googletest/googletest/msvc/2010/gtest_main.vcxproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3AF54C8A-10BF-4332-9147-F68ED9862032} - Win32Proj - - - - StaticLibrary - MultiByte - v100 - - - StaticLibrary - MultiByte - v100 - - - StaticLibrary - MultiByte - v100 - - - StaticLibrary - MultiByte - v100 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\ - $(OutDir)temp\$(ProjectName)\ - $(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\ - $(OutDir)temp\$(ProjectName)\ - - - $(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\ - $(OutDir)temp\$(ProjectName)\ - gtest_maind - - - $(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\ - $(OutDir)temp\$(ProjectName)\ - gtest_main - - - gtest_maind - - - gtest_main - - - - Disabled - WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - ..\..\include;..\..;%(AdditionalIncludeDirectories) - - - $(OutDir)$(ProjectName)d.lib - - - - - Disabled - WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - Level3 - ProgramDatabase - ..\..\include;..\..;%(AdditionalIncludeDirectories) - - - $(OutDir)$(ProjectName)d.lib - - - - - WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - ..\..\include;..\..;%(AdditionalIncludeDirectories) - - - $(OutDir)$(ProjectName).lib - - - - - WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - ..\..\include;..\..;%(AdditionalIncludeDirectories) - - - $(OutDir)$(ProjectName).lib - - - - - ..;..\include;%(AdditionalIncludeDirectories) - ..;..\include;%(AdditionalIncludeDirectories) - ..;..\include;%(AdditionalIncludeDirectories) - ..;..\include;%(AdditionalIncludeDirectories) - - - - - {c8f6c172-56f2-4e76-b5fa-c3b423b31be7} - - - - - - \ No newline at end of file -- cgit v1.2.3