From 69252d03b16e08facdcbfb01d58813d76219a814 Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 19 Jan 2015 14:11:39 -0500 Subject: [PATCH] Upgrade to VC++ 14.0 2015 --- test/msvc/config_test/config_test.vcxproj | 6 +++--- test/msvc/error_code_test/error_code_test.vcxproj | 6 +++--- test/msvc/header_only_test/header_only_test.vcxproj | 6 +++--- test/msvc/system-dll/system-dll.vcxproj | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/msvc/config_test/config_test.vcxproj b/test/msvc/config_test/config_test.vcxproj index 783e989..dd29712 100644 --- a/test/msvc/config_test/config_test.vcxproj +++ b/test/msvc/config_test/config_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ Application true - v120 + v140 Unicode Application false - v120 + v140 true Unicode diff --git a/test/msvc/error_code_test/error_code_test.vcxproj b/test/msvc/error_code_test/error_code_test.vcxproj index 6fb7b81..12c91cd 100644 --- a/test/msvc/error_code_test/error_code_test.vcxproj +++ b/test/msvc/error_code_test/error_code_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ Application true - v120 + v140 Unicode Application false - v120 + v140 true Unicode diff --git a/test/msvc/header_only_test/header_only_test.vcxproj b/test/msvc/header_only_test/header_only_test.vcxproj index d79b68e..199b23e 100644 --- a/test/msvc/header_only_test/header_only_test.vcxproj +++ b/test/msvc/header_only_test/header_only_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ Application true - v120 + v140 Unicode Application false - v120 + v140 true Unicode diff --git a/test/msvc/system-dll/system-dll.vcxproj b/test/msvc/system-dll/system-dll.vcxproj index ef799d5..aca6f00 100644 --- a/test/msvc/system-dll/system-dll.vcxproj +++ b/test/msvc/system-dll/system-dll.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ DynamicLibrary true - v120 + v140 Unicode DynamicLibrary false - v120 + v140 true Unicode