diff options
author | yang-g <yangg@google.com> | 2016-05-19 10:11:24 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-05-19 10:11:24 -0700 |
commit | abdec2d8338ff8ed3f79b400f82cb5774c07e159 (patch) | |
tree | 325e543cf7bfcc3f518029a06fdcfd06431900b5 /vsprojects/vcxproj/test | |
parent | df012d048ac4ad50575da8ba729c486f8072bf0d (diff) |
Separate the grpc_cli targets into a separate library
Diffstat (limited to 'vsprojects/vcxproj/test')
-rw-r--r-- | vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj | 3 | ||||
-rw-r--r-- | vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj b/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj index b5d2fc6d0c..40fe5598b6 100644 --- a/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj +++ b/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj @@ -164,6 +164,9 @@ </ClCompile> </ItemGroup> <ItemGroup> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_cli_libs\grpc_cli_libs.vcxproj"> + <Project>{86E35862-43E8-F59E-F906-AFE0348AD3D2}</Project> + </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj"> <Project>{0BE77741-552A-929B-A497-4EF7ECE17A64}</Project> </ProjectReference> diff --git a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj index eeb0e8cfa7..cd844d1579 100644 --- a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj +++ b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj @@ -164,6 +164,9 @@ </ClCompile> </ItemGroup> <ItemGroup> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_cli_libs\grpc_cli_libs.vcxproj"> + <Project>{86E35862-43E8-F59E-F906-AFE0348AD3D2}</Project> + </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj"> <Project>{0BE77741-552A-929B-A497-4EF7ECE17A64}</Project> </ProjectReference> |