From e8a016267f8d5de741aad8cc9cc1d1c08674e017 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 25 Mar 2015 22:33:22 -0400 Subject: [PATCH] Added calc3.vcxproj. --- example/calc3.vcxproj | 92 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 example/calc3.vcxproj diff --git a/example/calc3.vcxproj b/example/calc3.vcxproj new file mode 100644 index 0000000..b2214ce --- /dev/null +++ b/example/calc3.vcxproj @@ -0,0 +1,92 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + {E6146F73-3B4C-4D4C-BC55-148930954434} + Win32Proj + sample + calc3 + + + + Application + true + Unicode + v120 + + + Application + false + true + Unicode + v120 + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .. + + + Console + true + Ws2_32.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + .. + + + Console + true + true + true + Ws2_32.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file