From fdb81a898151278a66af544dfae6bfcbbf9dc3d2 Mon Sep 17 00:00:00 2001 From: jz0 Date: Sun, 3 May 2020 22:38:59 +0300 Subject: Initial commit --- source2-basehook/source2-basehook.vcxproj | 193 ++++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 source2-basehook/source2-basehook.vcxproj (limited to 'source2-basehook/source2-basehook.vcxproj') diff --git a/source2-basehook/source2-basehook.vcxproj b/source2-basehook/source2-basehook.vcxproj new file mode 100644 index 0000000..95b5493 --- /dev/null +++ b/source2-basehook/source2-basehook.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {787C4EF9-905C-44CA-872A-ACA1BD0FB7A8} + Win32Proj + Source2 + 10.0 + + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + DynamicLibrary + true + v142 + MultiByte + + + DynamicLibrary + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + true + WIN32;_DEBUG;SOURCE2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + pch.h + + + Windows + true + false + + + + + NotUsing + Level3 + true + _CRT_SECURE_NO_WARNINGS + true + + + + + Windows + true + false + + + + + Use + Level3 + true + true + true + WIN32;NDEBUG;SOURCE2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + pch.h + + + Windows + true + true + true + false + + + + + NotUsing + Level3 + true + true + true + _CRT_SECURE_NO_WARNINGS + true + + + + + Windows + true + true + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3