From 2746b57f78a05671bd605623be492dc74d6860bd Mon Sep 17 00:00:00 2001 From: mazong1123 Date: Sun, 15 May 2016 20:48:08 +0800 Subject: [PATCH] Changed the GTestDir marco value to reflect the new dir of googletest. --- googlemock/msvc/2005/gmock_config.vsprops | 2 +- googlemock/msvc/2010/gmock_config.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/googlemock/msvc/2005/gmock_config.vsprops b/googlemock/msvc/2005/gmock_config.vsprops index 8b65cfb6..875939c1 100644 --- a/googlemock/msvc/2005/gmock_config.vsprops +++ b/googlemock/msvc/2005/gmock_config.vsprops @@ -10,6 +10,6 @@ /> diff --git a/googlemock/msvc/2010/gmock_config.props b/googlemock/msvc/2010/gmock_config.props index bd497f1d..441f31cf 100644 --- a/googlemock/msvc/2010/gmock_config.props +++ b/googlemock/msvc/2010/gmock_config.props @@ -1,7 +1,7 @@ - ../../gtest + ../../../googletest <_ProjectFileVersion>10.0.30319.1