Commit 2746b57f authored by mazong1123's avatar mazong1123
Browse files

Changed the GTestDir marco value to reflect the new dir of googletest.

parent d225acc9
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
/> />
<UserMacro <UserMacro
Name="GTestDir" Name="GTestDir"
Value="../../gtest" Value="../../../googletest"
/> />
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros"> <PropertyGroup Label="UserMacros">
<GTestDir>../../gtest</GTestDir> <GTestDir>../../../googletest</GTestDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment