From 707b24dd07236243269cf092728f85172e94e8a4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 8 Aug 2021 22:02:52 -0400 Subject: initial commit --- .../visual_studio/test_serial/test_serial.vcxproj | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 source/serial/visual_studio/test_serial/test_serial.vcxproj (limited to 'source/serial/visual_studio/test_serial/test_serial.vcxproj') diff --git a/source/serial/visual_studio/test_serial/test_serial.vcxproj b/source/serial/visual_studio/test_serial/test_serial.vcxproj new file mode 100644 index 0000000..63f2740 --- /dev/null +++ b/source/serial/visual_studio/test_serial/test_serial.vcxproj @@ -0,0 +1,133 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {92EE7E58-C737-41F9-B795-9B6ACF6AB0B8} + test_serial + + + v140_xp + v120_xp + v110_xp + + + + Application + true + MultiByte + + + Application + true + MultiByte + + + Application + false + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + $(ProjectDir)..\..\include + + + true + Console + + + + + Level3 + Disabled + $(ProjectDir)..\..\include + + + true + Console + + + + + Level3 + MaxSpeed + true + true + $(ProjectDir)..\..\include + + + true + true + true + Console + + + + + Level3 + MaxSpeed + true + true + $(ProjectDir)..\..\include + + + true + true + true + Console + + + + + + + + {a8517fb2-c74e-43bd-b3c6-b05d3fc11ecd} + + + + + + \ No newline at end of file -- cgit v1.2.3