diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-05 17:15:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-05 17:15:07 -0700 |
commit | f82ddc4c78ed602ff2135a45804d8fb3415198a6 (patch) | |
tree | 08d353378e6332f2ebd5499ce830ab90d44d2952 /vsprojects/vcxproj/grpc_codegen_lib | |
parent | 859fb06e80d63255ba614ad8c7fc91df50bd101b (diff) |
Nailing down dependencies better
Diffstat (limited to 'vsprojects/vcxproj/grpc_codegen_lib')
-rw-r--r-- | vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj b/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj index 7d7a60915f..765178210e 100644 --- a/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj +++ b/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj @@ -172,6 +172,11 @@ <ClCompile Include="$(SolutionDir)\..\vsprojects\dummy.c"> </ClCompile> </ItemGroup> + <ItemGroup> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj"> + <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> + </ProjectReference> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |