From 5c7c8375f987474ae43cff8e20b83c80effc0192 Mon Sep 17 00:00:00 2001 From: xorstream Date: Fri, 20 Jan 2017 17:28:14 +1100 Subject: [PATCH] Unicorn interface working with test app in 32bit and 64bit builds 2. --- .../msvc_native/sample_x86/sample_x86.vcxproj | 159 ++++++++++++++++++ .../sample_x86/sample_x86.vcxproj.filters | 6 + 2 files changed, 165 insertions(+) create mode 100644 bindings/msvc_native/sample_x86/sample_x86.vcxproj create mode 100644 bindings/msvc_native/sample_x86/sample_x86.vcxproj.filters diff --git a/bindings/msvc_native/sample_x86/sample_x86.vcxproj b/bindings/msvc_native/sample_x86/sample_x86.vcxproj new file mode 100644 index 00000000..97c8148a --- /dev/null +++ b/bindings/msvc_native/sample_x86/sample_x86.vcxproj @@ -0,0 +1,159 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F8053D66-8267-433A-BF2C-E07E2298C338} + Win32Proj + sample_x86 + + + + Application + true + v110_xp + MultiByte + + + Application + true + v110_xp + MultiByte + + + Application + false + v110_xp + true + MultiByte + + + Application + false + v110_xp + true + MultiByte + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;__i386__ + MultiThreadedDebug + ../../../include + + + Console + true + ../Debug + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;__x86_64__ + MultiThreadedDebug + ../../../include + + + Console + true + ../x64/Debug + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;__i386__ + MultiThreaded + ../../../include + + + Console + true + true + true + ../Release + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;__x86_64__ + MultiThreaded + ../../../include + + + Console + true + true + true + ../x64/Release + + + + + + + + + \ No newline at end of file diff --git a/bindings/msvc_native/sample_x86/sample_x86.vcxproj.filters b/bindings/msvc_native/sample_x86/sample_x86.vcxproj.filters new file mode 100644 index 00000000..dd731b20 --- /dev/null +++ b/bindings/msvc_native/sample_x86/sample_x86.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file