From 8ff24593f8fd6d1d1c8824d28da48d31fbb60ff1 Mon Sep 17 00:00:00 2001 From: zeliard Date: Mon, 27 Apr 2015 15:26:32 +0900 Subject: add Windows x64 (WIN64) mode and make buildable on MSVC --- .../grpc_test_util_unsecure.vcxproj | 67 +++++++++++++++++++++- 1 file changed, 65 insertions(+), 2 deletions(-) (limited to 'vsprojects/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj') diff --git a/vsprojects/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj b/vsprojects/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj index d42940933a..3521ef7f3a 100644 --- a/vsprojects/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj +++ b/vsprojects/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj @@ -1,14 +1,22 @@ - + Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF} @@ -28,12 +36,23 @@ true Unicode + + StaticLibrary + true + Unicode + StaticLibrary false true Unicode + + StaticLibrary + false + true + Unicode + @@ -41,17 +60,31 @@ + + + + + + + + grpc_test_util_unsecure + + grpc_test_util_unsecure + grpc_test_util_unsecure + + grpc_test_util_unsecure + NotUsing @@ -65,6 +98,19 @@ true + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + + Level3 @@ -82,6 +128,23 @@ true + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + @@ -114,4 +177,4 @@ - + \ No newline at end of file -- cgit v1.2.3