diff options
author | Craig Tiller <ctiller@google.com> | 2016-10-26 21:00:53 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-10-26 21:00:53 -0700 |
commit | 6e080a36515455f2db5b07465abdeacf3e21c3be (patch) | |
tree | 0aa4c9e0297a4408206c93d612efe3852c19fa57 /vsprojects/vcxproj/test/slice_string_helpers_test | |
parent | f6f9cf39c677751fb46d42f303a07687e9bfb26a (diff) | |
parent | 3d357d901c5228cf8989aed8949b20d32baad77b (diff) |
Merge branch 'buffer_pools_for_realsies' into grpc_slice
Diffstat (limited to 'vsprojects/vcxproj/test/slice_string_helpers_test')
-rw-r--r-- | vsprojects/vcxproj/test/slice_string_helpers_test/slice_string_helpers_test.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/slice_string_helpers_test/slice_string_helpers_test.vcxproj b/vsprojects/vcxproj/test/slice_string_helpers_test/slice_string_helpers_test.vcxproj index 17eef84a39..81a3cfc095 100644 --- a/vsprojects/vcxproj/test/slice_string_helpers_test/slice_string_helpers_test.vcxproj +++ b/vsprojects/vcxproj/test/slice_string_helpers_test/slice_string_helpers_test.vcxproj @@ -162,6 +162,12 @@ </ClCompile> </ItemGroup> <ItemGroup> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj"> + <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project> + </ProjectReference> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj"> + <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project> + </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj"> <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project> </ProjectReference> |