From 8ed4c3e2675ba27dab0b198ba650d902c5db7748 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 27 May 2015 09:01:17 -0700 Subject: provide VS solution for building protoc plugins --- vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj (limited to 'vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj') diff --git a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj new file mode 100644 index 0000000000..d2669b4401 --- /dev/null +++ b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj @@ -0,0 +1,169 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7E51A25F-AC59-488F-906C-C60FAAE706AA} + + + + v100 + + + v110 + + + v120 + + + Application + true + Unicode + + + Application + true + Unicode + + + Application + false + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + grpc_cpp_plugin + + + grpc_cpp_plugin + + + grpc_cpp_plugin + + + grpc_cpp_plugin + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) + true + + + Console + true + + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + {B6E81D84-2ACB-41B8-8781-493A944C7817} + + + + + + + -- cgit v1.2.3