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

This commit is contained in:
mazong1123 2016-05-15 20:48:08 +08:00
parent d225acc90b
commit 2746b57f78
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@
/> />
<UserMacro <UserMacro
Name="GTestDir" Name="GTestDir"
Value="../../gtest" Value="../../../googletest"
/> />
</VisualStudioPropertySheet> </VisualStudioPropertySheet>

View File

@ -1,7 +1,7 @@
<?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>