aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/grpc++_reflection
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-06-19 17:39:56 +0200
committerGravatar GitHub <noreply@github.com>2017-06-19 17:39:56 +0200
commit6f51aa3657120254e7c588ee022e998174e31337 (patch)
tree96c62f632847fe4996a1ae29d5c7dc15ccebf171 /vsprojects/vcxproj/grpc++_reflection
parent04d299534df25840ef2d17123fbdfb5af7242d17 (diff)
parentb77a20b64bd8e0635b97310b2abcce0b0d511b34 (diff)
Merge pull request #10075 from emmenlau/emmenlau_add_dependency_to_libgrpc_where_missing
Add grpc dependency where grpc++ is used
Diffstat (limited to 'vsprojects/vcxproj/grpc++_reflection')
-rw-r--r--vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj
index da4c685776..91137c124c 100644
--- a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj
+++ b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj
@@ -170,6 +170,9 @@
<ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
<Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
</ProjectReference>
+ <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
+ <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">