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