From befd26501a6dbc0dca9d12444b4d245fa5560db0 Mon Sep 17 00:00:00 2001 From: jboeuf Date: Fri, 12 Dec 2014 15:39:47 -0800 Subject: Adding base utils for JWT service account workflow. OpenSSL base64 decoding is a disaster and does not support url_safe which we need for the JWT. Change on 2014/12/12 by jboeuf ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020601 --- vsprojects/vs2013/grpc.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vsprojects/vs2013/grpc.vcxproj') diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index b421320bf7..84a043eb41 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.vcxproj @@ -114,8 +114,10 @@ + + @@ -226,10 +228,14 @@ + + + + -- cgit v1.2.3