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_no_op_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_no_op_nosec_test')
-rw-r--r-- | vsprojects/vcxproj/test/h2_uchannel_no_op_nosec_test/h2_uchannel_no_op_nosec_test.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/test/h2_uchannel_no_op_nosec_test/h2_uchannel_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_no_op_nosec_test/h2_uchannel_no_op_nosec_test.vcxproj index 35de059692..38180a6c4f 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_no_op_nosec_test/h2_uchannel_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_no_op_nosec_test/h2_uchannel_no_op_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_no_op\end2end_test_no_op.vcxproj"> - <Project>{68226F31-2971-B555-60A8-A8AC08BDB2C6}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_test_no_op\end2end_nosec_test_no_op.vcxproj"> + <Project>{AF7FB9D6-BC2F-FD54-64C3-B681ED0D8304}</Project> </ProjectReference> <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc_test_util_unsecure\grpc_test_util_unsecure.vcxproj"> <Project>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</Project> |