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_sockpair_max_concurrent_streams_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_sockpair_max_concurrent_streams_nosec_test')
-rw-r--r-- | vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_nosec_test/h2_sockpair_max_concurrent_streams_nosec_test.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_nosec_test/h2_sockpair_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_nosec_test/h2_sockpair_max_concurrent_streams_nosec_test.vcxproj index 04d60da844..823459dca1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_nosec_test/h2_sockpair_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_nosec_test/h2_sockpair_max_concurrent_streams_nosec_test.vcxproj @@ -147,11 +147,11 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_fixture_h2_sockpair\end2end_fixture_h2_sockpair.vcxproj"> - <Project>{67A1675D-FF50-3B78-2706-155D69ADC290}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_fixture_h2_sockpair\end2end_nosec_fixture_h2_sockpair.vcxproj"> + <Project>{F2E018CC-0515-CD39-BA5A-0F62BA15FE88}</Project> </ProjectReference> - <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_test_max_concurrent_streams\end2end_test_max_concurrent_streams.vcxproj"> - <Project>{A956BC1B-7A05-A9F1-7368-802A5248136F}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_test_max_concurrent_streams\end2end_nosec_test_max_concurrent_streams.vcxproj"> + <Project>{A92DD304-92AE-EF2A-A98D-00FDD4920026}</Project> </ProjectReference> <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc_test_util_unsecure\grpc_test_util_unsecure.vcxproj"> <Project>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</Project> |