From b55e9f797f838b5675a85a7cbb8c68a6044b657e Mon Sep 17 00:00:00 2001 From: Linquize Date: Sat, 26 Jul 2014 22:00:10 +0800 Subject: [PATCH] Can use the toolsets from Visual Studio 2010, 2012, 2013 The default is v100 (VS2010) --- visual_studio/serial/serial.vcxproj | 4 ++++ visual_studio/test_serial/test_serial.vcxproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/visual_studio/serial/serial.vcxproj b/visual_studio/serial/serial.vcxproj index a78cbed..3bef985 100644 --- a/visual_studio/serial/serial.vcxproj +++ b/visual_studio/serial/serial.vcxproj @@ -22,6 +22,10 @@ {A8517FB2-C74E-43BD-B3C6-B05D3FC11ECD} serial + + v120_xp + v110_xp + StaticLibrary diff --git a/visual_studio/test_serial/test_serial.vcxproj b/visual_studio/test_serial/test_serial.vcxproj index 83c9f66..293fbce 100644 --- a/visual_studio/test_serial/test_serial.vcxproj +++ b/visual_studio/test_serial/test_serial.vcxproj @@ -22,6 +22,10 @@ {92EE7E58-C737-41F9-B795-9B6ACF6AB0B8} test_serial + + v120_xp + v110_xp + Application