diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-12-03 08:28:42 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-12-03 08:28:42 -0800 |
commit | 07db0af4e87a044a2ac072aa1eac0805ea4bd053 (patch) | |
tree | 0a0249fe77d7c013fcb3f63dfd1e9a3641d08f41 /vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test | |
parent | 9cb6b235cad5739e227c01dd1603b2c048bd4858 (diff) | |
parent | 71f3a88d48d9858ab4190c9a3577c1eb67fc2e21 (diff) |
Merge pull request #4248 from ctiller/odr
Fix dependency violations
Diffstat (limited to 'vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test')
-rw-r--r-- | vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test/h2_uchannel_binary_metadata_nosec_test.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test/h2_uchannel_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test/h2_uchannel_binary_metadata_nosec_test.vcxproj index ab5f3b6883..f1cb3e40d7 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test/h2_uchannel_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_nosec_test/h2_uchannel_binary_metadata_nosec_test.vcxproj @@ -147,11 +147,11 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_fixture_h2_uchannel\end2end_fixture_h2_uchannel.vcxproj"> - <Project>{CE17F95F-4FD3-41C3-E1B9-9B85F1FE7D4A}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_fixture_h2_uchannel\end2end_nosec_fixture_h2_uchannel.vcxproj"> + <Project>{6DF096AD-5865-3035-B7AE-5019FAC19EEB}</Project> </ProjectReference> - <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_test_binary_metadata\end2end_test_binary_metadata.vcxproj"> - <Project>{93CC79F9-03F5-0797-A0EC-EA8D35020421}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_test_binary_metadata\end2end_nosec_test_binary_metadata.vcxproj"> + <Project>{4854C57B-BD79-087F-FE36-52CF9C2BEB21}</Project> </ProjectReference> <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc_test_util_unsecure\grpc_test_util_unsecure.vcxproj"> <Project>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</Project> |