summaryrefslogtreecommitdiff
path: root/msvc/gtest_unittest.vcproj
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-11 05:41:41 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-11 05:41:41 +0000
commitcb4cff8a708fdfff9aa3fed7b6c8c55b0d79e4e6 (patch)
tree90a70bf592b4cd99e57705a0e6b4724294283659 /msvc/gtest_unittest.vcproj
parentf39160b423e8f90902066cf6774e4180667dcbee (diff)
downloadgoogletest-cb4cff8a708fdfff9aa3fed7b6c8c55b0d79e4e6.tar.gz
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects.
git-svn-id: http://googletest.googlecode.com/svn/trunk@302 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'msvc/gtest_unittest.vcproj')
-rw-r--r--msvc/gtest_unittest.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/gtest_unittest.vcproj b/msvc/gtest_unittest.vcproj
index 9dc4e07..58203e5 100644
--- a/msvc/gtest_unittest.vcproj
+++ b/msvc/gtest_unittest.vcproj
@@ -25,7 +25,7 @@
RuntimeLibrary="5"
UsePrecompiledHeader="3"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -70,7 +70,7 @@
RuntimeLibrary="4"
UsePrecompiledHeader="3"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>