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_full_shutdown_finishes_calls_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_full_shutdown_finishes_calls_nosec_test')
-rw-r--r-- | vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_nosec_test/h2_full_shutdown_finishes_calls_nosec_test.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_nosec_test/h2_full_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_nosec_test/h2_full_shutdown_finishes_calls_nosec_test.vcxproj index ac03ec82a4..fe0390f3f9 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_nosec_test/h2_full_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_nosec_test/h2_full_shutdown_finishes_calls_nosec_test.vcxproj @@ -147,11 +147,11 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_fixture_h2_full\end2end_fixture_h2_full.vcxproj"> - <Project>{882B2933-F340-7027-7090-28CEAE9F1BE6}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_fixture_h2_full\end2end_nosec_fixture_h2_full.vcxproj"> + <Project>{079EE064-3D58-4E45-3D64-E57A778D4F5A}</Project> </ProjectReference> - <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_test_shutdown_finishes_calls\end2end_test_shutdown_finishes_calls.vcxproj"> - <Project>{8097C59D-77EA-2DF4-70EA-685991BFA4C5}</Project> + <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\test\end2end_nosec_test_shutdown_finishes_calls\end2end_nosec_test_shutdown_finishes_calls.vcxproj"> + <Project>{BC65041D-1517-1B81-C56E-DDEC6A33791F}</Project> </ProjectReference> <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc_test_util_unsecure\grpc_test_util_unsecure.vcxproj"> <Project>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</Project> |