diff --git a/test/system/error_code_test/error_code_test.vcxproj b/test/system/error_code_test/error_code_test.vcxproj index 01e98e0..6fb7b81 100644 --- a/test/system/error_code_test/error_code_test.vcxproj +++ b/test/system/error_code_test/error_code_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ Application true - v110 + v120 Unicode Application false - v110 + v120 true Unicode diff --git a/test/system/header_only_test/header_only_test.vcxproj b/test/system/header_only_test/header_only_test.vcxproj index 1ba3141..d79b68e 100644 --- a/test/system/header_only_test/header_only_test.vcxproj +++ b/test/system/header_only_test/header_only_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ Application true - v110 + v120 Unicode Application false - v110 + v120 true Unicode diff --git a/test/system/system-dll/system-dll.vcxproj b/test/system/system-dll/system-dll.vcxproj index 5dbca6f..ef799d5 100644 --- a/test/system/system-dll/system-dll.vcxproj +++ b/test/system/system-dll/system-dll.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,13 +19,13 @@ DynamicLibrary true - v110 + v120 Unicode DynamicLibrary false - v110 + v120 true Unicode diff --git a/test/system/system.sln b/test/system/system.sln index ee77489..1a621b2 100644 --- a/test/system/system.sln +++ b/test/system/system.sln @@ -1,6 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2012 for Windows Desktop +# Visual Studio Express 2013 for Windows Desktop Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "system-dll", "system-dll\system-dll.vcxproj", "{419402D4-F990-4B05-A459-655E2DC33DC2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_code_test", "error_code_test\error_code_test.vcxproj", "{E50C14DC-547D-4C33-83EA-653C0D0D4E64}"