From aed576ead84f7f6ec1ea5d333880d0312a74ca5a Mon Sep 17 00:00:00 2001 From: Christopher Warrington Date: Wed, 12 Apr 2017 16:26:41 -0700 Subject: [PATCH] [c# grpc] Fix Bond.IO references in grpc_pingpong The example incorrectly had a hard-coded reference to the debug version of Bond.IO.dll. Additionally, the solution-level project dependencies were underspecified. Both of these have been fixed. --- cs/cs.sln | 2 ++ examples/cs/comm/grpc_pingpong/grpc_pingpong.csproj | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cs/cs.sln b/cs/cs.sln index f33d432221..1fec0e5f50 100644 --- a/cs/cs.sln +++ b/cs/cs.sln @@ -260,8 +260,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "output-no-slash", "test\cod EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "grpc_pingpong", "..\examples\cs\comm\grpc_pingpong\grpc_pingpong.csproj", "{618420F1-6465-4DF4-BD1B-747765F481FF}" ProjectSection(ProjectDependencies) = postProject + {2E6E238C-9017-445C-9611-66DA780609BE} = {2E6E238C-9017-445C-9611-66DA780609BE} {43CBBA9B-C4BC-4E64-8733-7B72562D2E91} = {43CBBA9B-C4BC-4E64-8733-7B72562D2E91} {21E175D5-BBDD-4B63-8FB7-38899BF2F9D1} = {21E175D5-BBDD-4B63-8FB7-38899BF2F9D1} + {92915BD9-8AB1-4E4D-A2AC-95BBF4F82D89} = {92915BD9-8AB1-4E4D-A2AC-95BBF4F82D89} {AF03BAE6-2470-4E1B-A683-3EBDCDC595FA} = {AF03BAE6-2470-4E1B-A683-3EBDCDC595FA} EndProjectSection EndProject diff --git a/examples/cs/comm/grpc_pingpong/grpc_pingpong.csproj b/examples/cs/comm/grpc_pingpong/grpc_pingpong.csproj index a0911bdfa6..978603e607 100644 --- a/examples/cs/comm/grpc_pingpong/grpc_pingpong.csproj +++ b/examples/cs/comm/grpc_pingpong/grpc_pingpong.csproj @@ -29,9 +29,6 @@ 4 - - ..\..\..\..\cs\bin\debug\net45\Bond.IO.dll - ..\..\..\..\cs\packages\Grpc.Core.1.1.0\lib\net45\Grpc.Core.dll @@ -60,6 +57,9 @@ $(BOND_BINARY_PATH)\net45\Bond.dll + + $(BOND_BINARY_PATH)\net45\Bond.IO.dll +