aboutsummaryrefslogtreecommitdiffstats
path: root/msvc/gtest_main.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
commitbcaf6f542fac67549528027c24e530e0e89f700b (patch)
tree90a70bf592b4cd99e57705a0e6b4724294283659 /msvc/gtest_main.vcproj
parent16e9dd6e28a8a7fb2d611011e7353e042fcb282f (diff)
downloadgoogletest-bcaf6f542fac67549528027c24e530e0e89f700b.tar.gz
googletest-bcaf6f542fac67549528027c24e530e0e89f700b.tar.bz2
googletest-bcaf6f542fac67549528027c24e530e0e89f700b.zip
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects.
Diffstat (limited to 'msvc/gtest_main.vcproj')
-rw-r--r--msvc/gtest_main.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/gtest_main.vcproj b/msvc/gtest_main.vcproj
index 0f3a4673..93e532dd 100644
--- a/msvc/gtest_main.vcproj
+++ b/msvc/gtest_main.vcproj
@@ -26,7 +26,7 @@
RuntimeLibrary="5"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -65,7 +65,7 @@
RuntimeLibrary="4"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>