diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-01-12 12:43:34 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-01-12 12:43:34 -0800 |
commit | fbaf8518e4812fa27e63228552a51985fa8245eb (patch) | |
tree | 434e913abc3bb9fa616c07137f0c5c389c9e705d /vsprojects/vcxproj/test/grpc_cli | |
parent | d5653e4b5223f390e16d2832c1e494111a9f6d8a (diff) |
regenerate vsprojects
Diffstat (limited to 'vsprojects/vcxproj/test/grpc_cli')
-rw-r--r-- | vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj index 8630e3821b..eeb0e8cfa7 100644 --- a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj +++ b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj @@ -65,12 +65,14 @@ <TargetName>grpc_cli</TargetName> <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> + <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl> <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Release'"> <TargetName>grpc_cli</TargetName> <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib> + <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl> <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |