From bc10ca455bce26fda3e8b6200e5d98d5f28eef3f Mon Sep 17 00:00:00 2001 From: Won-Kyu Park Date: Sat, 11 Feb 2023 13:40:04 +0900 Subject: add win32 vcxproj file --- libhangul.vcxproj | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 libhangul.vcxproj diff --git a/libhangul.vcxproj b/libhangul.vcxproj new file mode 100644 index 0000000..edc8751 --- /dev/null +++ b/libhangul.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {83381EEE-8813-47E6-BDCB-4F9882E81882} + Win32Proj + libhangul + 10.0.17763.0 + + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + false + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + true + + + true + + + + Level3 + Disabled + .;.\win32;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;ENABLE_EXTERNAL_KEYBOARDS=0;%(PreprocessorDefinitions);_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS + /utf-8 + + + Windows + true + + + + + Level3 + Disabled + .;.\win32;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;ENABLE_EXTERNAL_KEYBOARDS=0;%(PreprocessorDefinitions);_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS + /utf-8 + + + Windows + true + + + + + Level3 + MaxSpeed + true + .;.\win32;%(AdditionalIncludeDirectories) + WIN32;_LIB;ENABLE_EXTERNAL_KEYBOARDS=0;%(PreprocessorDefinitions);_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS + /utf-8 + + + Windows + true + true + + + + + Level3 + MaxSpeed + true + .;.\win32;%(AdditionalIncludeDirectories) + WIN32;_LIB;ENABLE_EXTERNAL_KEYBOARDS=0;%(PreprocessorDefinitions);_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS + /utf-8 + + + Windows + true + true + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1