From d107487228418494797e061ec22931422e5ba922 Mon Sep 17 00:00:00 2001 From: Linquize Date: Sat, 19 Jul 2014 20:46:16 +0800 Subject: [PATCH] Add tags to VS projects, specifically, test_serial is a console application --- visual_studio/serial/serial.vcxproj | 2 ++ visual_studio/test_serial/test_serial.vcxproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/visual_studio/serial/serial.vcxproj b/visual_studio/serial/serial.vcxproj index 7a42782..04204c9 100644 --- a/visual_studio/serial/serial.vcxproj +++ b/visual_studio/serial/serial.vcxproj @@ -48,6 +48,7 @@ setupapi.lib;%(AdditionalDependencies) + Windows @@ -65,6 +66,7 @@ setupapi.lib;%(AdditionalDependencies) + Windows diff --git a/visual_studio/test_serial/test_serial.vcxproj b/visual_studio/test_serial/test_serial.vcxproj index 3dd7771..2d6b1c1 100644 --- a/visual_studio/test_serial/test_serial.vcxproj +++ b/visual_studio/test_serial/test_serial.vcxproj @@ -45,6 +45,7 @@ true + Console @@ -59,6 +60,7 @@ true true true + Console