From 0a6a965b57453d9d00a006844687cb866f5438be Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 8 Nov 2023 13:03:46 +0800 Subject: [PATCH] =?UTF-8?q?VC=E5=B7=A5=E7=A8=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vsproj/iec104.sln | 31 +++++ vsproj/iec104.vcxproj | 205 ++++++++++++++++++++++++++++++++++ vsproj/iec104.vcxproj.filters | 147 ++++++++++++++++++++++++ vsproj/iec104.vcxproj.user | 4 + 4 files changed, 387 insertions(+) create mode 100644 vsproj/iec104.sln create mode 100644 vsproj/iec104.vcxproj create mode 100644 vsproj/iec104.vcxproj.filters create mode 100644 vsproj/iec104.vcxproj.user diff --git a/vsproj/iec104.sln b/vsproj/iec104.sln new file mode 100644 index 0000000..2385fc8 --- /dev/null +++ b/vsproj/iec104.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.33423.255 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iec104", "iec104.vcxproj", "{DC00AECF-AEF4-43E4-AC18-122AE388EB9C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Debug|x64.ActiveCfg = Debug|x64 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Debug|x64.Build.0 = Debug|x64 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Debug|x86.ActiveCfg = Debug|Win32 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Debug|x86.Build.0 = Debug|Win32 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Release|x64.ActiveCfg = Release|x64 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Release|x64.Build.0 = Release|x64 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Release|x86.ActiveCfg = Release|Win32 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FCBDDB6B-4678-4F1A-9738-3E2A9CF786A4} + EndGlobalSection +EndGlobal diff --git a/vsproj/iec104.vcxproj b/vsproj/iec104.vcxproj new file mode 100644 index 0000000..3d869eb --- /dev/null +++ b/vsproj/iec104.vcxproj @@ -0,0 +1,205 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 15.0 + {DC00AECF-AEF4-43E4-AC18-122AE388EB9C} + Win32Proj + iec104 + 10.0.17763.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + $(ProjectDir)..\include;D:\Workspace\deps\include;C:\Program Files\MariaDB 10.11\include;$(VC_IncludePath);$(WindowsSDK_IncludePath); + D:\Workspace\deps\x64\dbg;$(VC_LibraryPath_x64);C:\Program Files\MariaDB 10.11\lib;$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64 + + + false + + + false + + + + + + Level3 + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + + + Level3 + Disabled + true + _DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + /utf-8 %(AdditionalOptions) + + + Console + true + + + + + + + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + Level3 + MaxSpeed + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + \ No newline at end of file diff --git a/vsproj/iec104.vcxproj.filters b/vsproj/iec104.vcxproj.filters new file mode 100644 index 0000000..41aab00 --- /dev/null +++ b/vsproj/iec104.vcxproj.filters @@ -0,0 +1,147 @@ + + + + + {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;ipp;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 + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/vsproj/iec104.vcxproj.user b/vsproj/iec104.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/vsproj/iec104.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file