From 32eb6f1a2cc22892d849b8a022fb861db27ccd40 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 8 Sep 2019 18:41:10 +0200 Subject: [PATCH] Remove explicit "ProgramDataBaseFileName" from test MSVS projects This is not really necessary and triggers a bug with a spurious error C2859 when building the project with MSVS 2019, see https://developercommunity.visualstudio.com/content/problem/592262/error-c2859-is-not-the-pdb-file-that-was-used-when.html (which was closed as "not a bug", after acknowledging the bug...). --- tests/test.vcxproj | 8 -------- tests/test_gui.vcxproj | 8 -------- 2 files changed, 16 deletions(-) diff --git a/tests/test.vcxproj b/tests/test.vcxproj index d4626936c7..c49a85e77e 100644 --- a/tests/test.vcxproj +++ b/tests/test.vcxproj @@ -144,7 +144,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -183,7 +182,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -226,7 +224,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -265,7 +262,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -308,7 +304,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -347,7 +342,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -390,7 +384,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase @@ -429,7 +422,6 @@ Use testprec.h $(IntDir)\testprec_test.pch - $(OutDir)\test.pdb Level4 true ProgramDatabase diff --git a/tests/test_gui.vcxproj b/tests/test_gui.vcxproj index 01d985c991..7afb1d3269 100644 --- a/tests/test_gui.vcxproj +++ b/tests/test_gui.vcxproj @@ -143,7 +143,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -182,7 +181,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -225,7 +223,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -264,7 +261,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -307,7 +303,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -346,7 +341,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -389,7 +383,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase @@ -428,7 +421,6 @@ Use testprec.h $(IntDir)\testprec_test_gui.pch - $(OutDir)\test_gui.pdb Level4 true ProgramDatabase