From eb4172f45a9723e2ce18fb5fd5944fbf866c958a Mon Sep 17 00:00:00 2001 From: zcn1123 <2363211205@qq.com> Date: Sat, 29 Aug 2020 08:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E9=A1=B9=E7=9B=AEModbus=5FTC?= =?UTF-8?q?P?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modbus_TCP/Modbus_TCP.vcxproj | 71 +++++++++++++++++++ .../Modbus_TCP/Modbus_TCP.vcxproj.filters | 17 +++++ 2 files changed, 88 insertions(+) create mode 100644 Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj create mode 100644 Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj.filters diff --git a/Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj b/Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj new file mode 100644 index 0000000..f34ee8f --- /dev/null +++ b/Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj @@ -0,0 +1,71 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {CC08BE54-3DFF-41F2-9F8B-17E0FD5E3757} + Modbus_TCP + + + + Application + true + v120 + MultiByte + + + Application + false + v120 + true + MultiByte + + + + + + + + + + + + + + + Level3 + Disabled + true + + + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + + + + + + + \ No newline at end of file diff --git a/Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj.filters b/Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj.filters new file mode 100644 index 0000000..03c8628 --- /dev/null +++ b/Modbus_communication/Modbus_TCP/Modbus_TCP.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file