From 9b80fc3fbfe7fcf5f0fe47a972e28396012cd4ac Mon Sep 17 00:00:00 2001 From: Linquize Date: Tue, 22 Sep 2015 21:45:43 +0800 Subject: [PATCH] Can use the toolsets from Visual Studio 2010, 2012, 2013, 2015 --- visual_studio/serial/serial.vcxproj | 1 + visual_studio/test_serial/test_serial.vcxproj | 1 + 2 files changed, 2 insertions(+) diff --git a/visual_studio/serial/serial.vcxproj b/visual_studio/serial/serial.vcxproj index eed1216..451c104 100644 --- a/visual_studio/serial/serial.vcxproj +++ b/visual_studio/serial/serial.vcxproj @@ -23,6 +23,7 @@ serial + v140_xp v120_xp v110_xp diff --git a/visual_studio/test_serial/test_serial.vcxproj b/visual_studio/test_serial/test_serial.vcxproj index c2739e5..63f2740 100644 --- a/visual_studio/test_serial/test_serial.vcxproj +++ b/visual_studio/test_serial/test_serial.vcxproj @@ -23,6 +23,7 @@ test_serial + v140_xp v120_xp v110_xp