From 3b66ab9f9e16dae7d006e3abac947e11a45d9002 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 9 Dec 2015 19:42:22 -0800 Subject: [PATCH 01/23] Window overflow test --- Makefile | 22 ++- src/core/surface/call.c | 8 +- src/core/transport/byte_stream.c | 6 +- src/core/transport/byte_stream.h | 4 +- src/core/transport/chttp2/frame_data.c | 2 +- src/core/transport/chttp2_transport.c | 24 +-- test/core/bad_client/gen_build_yaml.py | 1 + test/core/bad_client/tests/window_overflow.c | 112 +++++++++++ tools/run_tests/sources_and_headers.json | 15 ++ tools/run_tests/tests.json | 18 ++ vsprojects/buildtests_c.sln | 28 +++ .../window_overflow_bad_client_test.vcxproj | 187 ++++++++++++++++++ ...w_overflow_bad_client_test.vcxproj.filters | 24 +++ 13 files changed, 429 insertions(+), 22 deletions(-) create mode 100644 test/core/bad_client/tests/window_overflow.c create mode 100644 vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj create mode 100644 vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj.filters diff --git a/Makefile b/Makefile index 731747efcb3..1b436b6b08d 100644 --- a/Makefile +++ b/Makefile @@ -1757,6 +1757,7 @@ headers_bad_client_test: $(BINDIR)/$(CONFIG)/headers_bad_client_test initial_settings_frame_bad_client_test: $(BINDIR)/$(CONFIG)/initial_settings_frame_bad_client_test simple_request_bad_client_test: $(BINDIR)/$(CONFIG)/simple_request_bad_client_test unknown_frame_bad_client_test: $(BINDIR)/$(CONFIG)/unknown_frame_bad_client_test +window_overflow_bad_client_test: $(BINDIR)/$(CONFIG)/window_overflow_bad_client_test run_dep_checks: $(OPENSSL_ALPN_CHECK_CMD) || true @@ -1881,7 +1882,7 @@ endif buildtests: buildtests_c buildtests_cxx buildtests_zookeeper -buildtests_c: privatelibs_c $(BINDIR)/$(CONFIG)/alloc_test $(BINDIR)/$(CONFIG)/alpn_test $(BINDIR)/$(CONFIG)/bin_encoder_test $(BINDIR)/$(CONFIG)/channel_create_test $(BINDIR)/$(CONFIG)/chttp2_hpack_encoder_test $(BINDIR)/$(CONFIG)/chttp2_status_conversion_test $(BINDIR)/$(CONFIG)/chttp2_stream_map_test $(BINDIR)/$(CONFIG)/chttp2_varint_test $(BINDIR)/$(CONFIG)/compression_test $(BINDIR)/$(CONFIG)/dualstack_socket_test $(BINDIR)/$(CONFIG)/endpoint_pair_test $(BINDIR)/$(CONFIG)/fd_conservation_posix_test $(BINDIR)/$(CONFIG)/fd_posix_test $(BINDIR)/$(CONFIG)/fling_client $(BINDIR)/$(CONFIG)/fling_server $(BINDIR)/$(CONFIG)/fling_stream_test $(BINDIR)/$(CONFIG)/fling_test $(BINDIR)/$(CONFIG)/gpr_avl_test $(BINDIR)/$(CONFIG)/gpr_cmdline_test $(BINDIR)/$(CONFIG)/gpr_cpu_test $(BINDIR)/$(CONFIG)/gpr_env_test $(BINDIR)/$(CONFIG)/gpr_file_test $(BINDIR)/$(CONFIG)/gpr_histogram_test $(BINDIR)/$(CONFIG)/gpr_host_port_test $(BINDIR)/$(CONFIG)/gpr_log_test $(BINDIR)/$(CONFIG)/gpr_slice_buffer_test $(BINDIR)/$(CONFIG)/gpr_slice_test $(BINDIR)/$(CONFIG)/gpr_stack_lockfree_test $(BINDIR)/$(CONFIG)/gpr_string_test $(BINDIR)/$(CONFIG)/gpr_sync_test $(BINDIR)/$(CONFIG)/gpr_thd_test $(BINDIR)/$(CONFIG)/gpr_time_test $(BINDIR)/$(CONFIG)/gpr_tls_test $(BINDIR)/$(CONFIG)/gpr_useful_test $(BINDIR)/$(CONFIG)/grpc_auth_context_test $(BINDIR)/$(CONFIG)/grpc_base64_test $(BINDIR)/$(CONFIG)/grpc_byte_buffer_reader_test $(BINDIR)/$(CONFIG)/grpc_channel_args_test $(BINDIR)/$(CONFIG)/grpc_channel_stack_test $(BINDIR)/$(CONFIG)/grpc_completion_queue_test $(BINDIR)/$(CONFIG)/grpc_credentials_test $(BINDIR)/$(CONFIG)/grpc_invalid_channel_args_test $(BINDIR)/$(CONFIG)/grpc_json_token_test $(BINDIR)/$(CONFIG)/grpc_jwt_verifier_test $(BINDIR)/$(CONFIG)/grpc_security_connector_test $(BINDIR)/$(CONFIG)/hpack_parser_test $(BINDIR)/$(CONFIG)/hpack_table_test $(BINDIR)/$(CONFIG)/httpcli_format_request_test $(BINDIR)/$(CONFIG)/httpcli_parser_test $(BINDIR)/$(CONFIG)/httpcli_test $(BINDIR)/$(CONFIG)/init_test $(BINDIR)/$(CONFIG)/invalid_call_argument_test $(BINDIR)/$(CONFIG)/json_rewrite $(BINDIR)/$(CONFIG)/json_rewrite_test $(BINDIR)/$(CONFIG)/json_test $(BINDIR)/$(CONFIG)/lame_client_test $(BINDIR)/$(CONFIG)/lb_policies_test $(BINDIR)/$(CONFIG)/message_compress_test $(BINDIR)/$(CONFIG)/multiple_server_queues_test $(BINDIR)/$(CONFIG)/murmur_hash_test $(BINDIR)/$(CONFIG)/no_server_test $(BINDIR)/$(CONFIG)/resolve_address_test $(BINDIR)/$(CONFIG)/secure_endpoint_test $(BINDIR)/$(CONFIG)/set_initial_connect_string_test $(BINDIR)/$(CONFIG)/sockaddr_utils_test $(BINDIR)/$(CONFIG)/tcp_client_posix_test $(BINDIR)/$(CONFIG)/tcp_posix_test $(BINDIR)/$(CONFIG)/tcp_server_posix_test $(BINDIR)/$(CONFIG)/time_averaged_stats_test $(BINDIR)/$(CONFIG)/timeout_encoding_test $(BINDIR)/$(CONFIG)/timer_heap_test $(BINDIR)/$(CONFIG)/timer_list_test $(BINDIR)/$(CONFIG)/timers_test $(BINDIR)/$(CONFIG)/transport_metadata_test $(BINDIR)/$(CONFIG)/transport_security_test $(BINDIR)/$(CONFIG)/udp_server_test $(BINDIR)/$(CONFIG)/uri_parser_test $(BINDIR)/$(CONFIG)/workqueue_test $(BINDIR)/$(CONFIG)/h2_compress_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_compress_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_call_creds_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_compress_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_compress_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_compress_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_compress_default_host_test $(BINDIR)/$(CONFIG)/h2_compress_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_compress_empty_batch_test $(BINDIR)/$(CONFIG)/h2_compress_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_compress_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_compress_hpack_size_test $(BINDIR)/$(CONFIG)/h2_compress_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_compress_large_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_compress_max_message_length_test $(BINDIR)/$(CONFIG)/h2_compress_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_compress_no_op_test $(BINDIR)/$(CONFIG)/h2_compress_payload_test $(BINDIR)/$(CONFIG)/h2_compress_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_compress_registered_call_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_compress_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_compress_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_compress_simple_request_test $(BINDIR)/$(CONFIG)/h2_compress_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_fakesec_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_call_creds_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_fakesec_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_fakesec_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_fakesec_default_host_test $(BINDIR)/$(CONFIG)/h2_fakesec_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_fakesec_empty_batch_test $(BINDIR)/$(CONFIG)/h2_fakesec_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_fakesec_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_fakesec_hpack_size_test $(BINDIR)/$(CONFIG)/h2_fakesec_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_large_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_fakesec_max_message_length_test $(BINDIR)/$(CONFIG)/h2_fakesec_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_fakesec_no_op_test $(BINDIR)/$(CONFIG)/h2_fakesec_payload_test $(BINDIR)/$(CONFIG)/h2_fakesec_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_fakesec_registered_call_test $(BINDIR)/$(CONFIG)/h2_fakesec_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_fakesec_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_fakesec_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_fakesec_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_fakesec_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_simple_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_full_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_full_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_full_call_creds_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_full_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_full_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_full_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_full_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_full_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_full_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_full_default_host_test $(BINDIR)/$(CONFIG)/h2_full_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_full_empty_batch_test $(BINDIR)/$(CONFIG)/h2_full_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_full_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_full_hpack_size_test $(BINDIR)/$(CONFIG)/h2_full_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_full_large_metadata_test $(BINDIR)/$(CONFIG)/h2_full_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_full_max_message_length_test $(BINDIR)/$(CONFIG)/h2_full_metadata_test $(BINDIR)/$(CONFIG)/h2_full_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_full_no_op_test $(BINDIR)/$(CONFIG)/h2_full_payload_test $(BINDIR)/$(CONFIG)/h2_full_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_full_registered_call_test $(BINDIR)/$(CONFIG)/h2_full_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_full_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_full_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_full_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_full_simple_request_test $(BINDIR)/$(CONFIG)/h2_full_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_full+poll_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_call_creds_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_full+poll_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_full+poll_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_full+poll_default_host_test $(BINDIR)/$(CONFIG)/h2_full+poll_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_full+poll_empty_batch_test $(BINDIR)/$(CONFIG)/h2_full+poll_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_full+poll_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_full+poll_hpack_size_test $(BINDIR)/$(CONFIG)/h2_full+poll_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_large_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_message_length_test $(BINDIR)/$(CONFIG)/h2_full+poll_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_full+poll_no_op_test $(BINDIR)/$(CONFIG)/h2_full+poll_payload_test $(BINDIR)/$(CONFIG)/h2_full+poll_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_full+poll_registered_call_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_full+poll_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_oauth2_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_call_creds_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_oauth2_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_oauth2_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_oauth2_default_host_test $(BINDIR)/$(CONFIG)/h2_oauth2_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_oauth2_empty_batch_test $(BINDIR)/$(CONFIG)/h2_oauth2_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_oauth2_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_oauth2_hpack_size_test $(BINDIR)/$(CONFIG)/h2_oauth2_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_large_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_oauth2_max_message_length_test $(BINDIR)/$(CONFIG)/h2_oauth2_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_oauth2_no_op_test $(BINDIR)/$(CONFIG)/h2_oauth2_payload_test $(BINDIR)/$(CONFIG)/h2_oauth2_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_oauth2_registered_call_test $(BINDIR)/$(CONFIG)/h2_oauth2_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_oauth2_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_oauth2_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_oauth2_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_oauth2_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_simple_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_proxy_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_call_creds_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_proxy_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_proxy_default_host_test $(BINDIR)/$(CONFIG)/h2_proxy_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_proxy_empty_batch_test $(BINDIR)/$(CONFIG)/h2_proxy_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_proxy_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_proxy_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_proxy_large_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_max_message_length_test $(BINDIR)/$(CONFIG)/h2_proxy_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_proxy_no_op_test $(BINDIR)/$(CONFIG)/h2_proxy_payload_test $(BINDIR)/$(CONFIG)/h2_proxy_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_proxy_registered_call_test $(BINDIR)/$(CONFIG)/h2_proxy_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_proxy_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_request_test $(BINDIR)/$(CONFIG)/h2_proxy_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_sockpair_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_call_creds_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_sockpair_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_empty_batch_test $(BINDIR)/$(CONFIG)/h2_sockpair_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_sockpair_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_sockpair_hpack_size_test $(BINDIR)/$(CONFIG)/h2_sockpair_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_large_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_message_length_test $(BINDIR)/$(CONFIG)/h2_sockpair_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_sockpair_no_op_test $(BINDIR)/$(CONFIG)/h2_sockpair_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_sockpair_registered_call_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_sockpair_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_call_creds_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_empty_batch_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_large_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_message_length_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_no_op_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_registered_call_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_call_creds_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_empty_batch_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_hpack_size_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_large_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_message_length_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_no_op_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_registered_call_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_ssl_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_call_creds_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_ssl_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_ssl_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_default_host_test $(BINDIR)/$(CONFIG)/h2_ssl_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_ssl_empty_batch_test $(BINDIR)/$(CONFIG)/h2_ssl_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_ssl_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_ssl_hpack_size_test $(BINDIR)/$(CONFIG)/h2_ssl_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_ssl_large_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_ssl_max_message_length_test $(BINDIR)/$(CONFIG)/h2_ssl_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_ssl_no_op_test $(BINDIR)/$(CONFIG)/h2_ssl_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_ssl_registered_call_test $(BINDIR)/$(CONFIG)/h2_ssl_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_ssl_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_ssl_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_ssl_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_ssl_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_ssl_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_call_creds_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_default_host_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_empty_batch_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_hpack_size_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_large_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_max_message_length_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_no_op_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_payload_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_registered_call_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_call_creds_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_default_host_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_empty_batch_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_large_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_max_message_length_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_no_op_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_registered_call_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_uchannel_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_call_creds_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_uchannel_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_uchannel_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_uchannel_default_host_test $(BINDIR)/$(CONFIG)/h2_uchannel_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_uchannel_empty_batch_test $(BINDIR)/$(CONFIG)/h2_uchannel_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_uchannel_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_uchannel_hpack_size_test $(BINDIR)/$(CONFIG)/h2_uchannel_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_large_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_message_length_test $(BINDIR)/$(CONFIG)/h2_uchannel_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_uchannel_no_op_test $(BINDIR)/$(CONFIG)/h2_uchannel_payload_test $(BINDIR)/$(CONFIG)/h2_uchannel_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_uchannel_registered_call_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_uchannel_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_uds_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_call_creds_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_uds_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_uds_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_uds_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_uds_empty_batch_test $(BINDIR)/$(CONFIG)/h2_uds_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_uds_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_uds_hpack_size_test $(BINDIR)/$(CONFIG)/h2_uds_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_uds_large_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_uds_max_message_length_test $(BINDIR)/$(CONFIG)/h2_uds_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_uds_no_op_test $(BINDIR)/$(CONFIG)/h2_uds_payload_test $(BINDIR)/$(CONFIG)/h2_uds_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_uds_registered_call_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_uds_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_uds_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_uds_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_uds+poll_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_call_creds_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_uds+poll_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_uds+poll_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_uds+poll_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_uds+poll_empty_batch_test $(BINDIR)/$(CONFIG)/h2_uds+poll_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_uds+poll_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_uds+poll_hpack_size_test $(BINDIR)/$(CONFIG)/h2_uds+poll_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_large_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_message_length_test $(BINDIR)/$(CONFIG)/h2_uds+poll_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_uds+poll_no_op_test $(BINDIR)/$(CONFIG)/h2_uds+poll_payload_test $(BINDIR)/$(CONFIG)/h2_uds+poll_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_uds+poll_registered_call_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_uds+poll_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_full_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_full_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_full_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_full_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_full_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_full_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_full_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_full_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_full_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_full_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_full_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_full_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_full_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_full_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_full_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_full_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_full_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/connection_prefix_bad_client_test $(BINDIR)/$(CONFIG)/headers_bad_client_test $(BINDIR)/$(CONFIG)/initial_settings_frame_bad_client_test $(BINDIR)/$(CONFIG)/simple_request_bad_client_test $(BINDIR)/$(CONFIG)/unknown_frame_bad_client_test +buildtests_c: privatelibs_c $(BINDIR)/$(CONFIG)/alloc_test $(BINDIR)/$(CONFIG)/alpn_test $(BINDIR)/$(CONFIG)/bin_encoder_test $(BINDIR)/$(CONFIG)/channel_create_test $(BINDIR)/$(CONFIG)/chttp2_hpack_encoder_test $(BINDIR)/$(CONFIG)/chttp2_status_conversion_test $(BINDIR)/$(CONFIG)/chttp2_stream_map_test $(BINDIR)/$(CONFIG)/chttp2_varint_test $(BINDIR)/$(CONFIG)/compression_test $(BINDIR)/$(CONFIG)/dualstack_socket_test $(BINDIR)/$(CONFIG)/endpoint_pair_test $(BINDIR)/$(CONFIG)/fd_conservation_posix_test $(BINDIR)/$(CONFIG)/fd_posix_test $(BINDIR)/$(CONFIG)/fling_client $(BINDIR)/$(CONFIG)/fling_server $(BINDIR)/$(CONFIG)/fling_stream_test $(BINDIR)/$(CONFIG)/fling_test $(BINDIR)/$(CONFIG)/gpr_avl_test $(BINDIR)/$(CONFIG)/gpr_cmdline_test $(BINDIR)/$(CONFIG)/gpr_cpu_test $(BINDIR)/$(CONFIG)/gpr_env_test $(BINDIR)/$(CONFIG)/gpr_file_test $(BINDIR)/$(CONFIG)/gpr_histogram_test $(BINDIR)/$(CONFIG)/gpr_host_port_test $(BINDIR)/$(CONFIG)/gpr_log_test $(BINDIR)/$(CONFIG)/gpr_slice_buffer_test $(BINDIR)/$(CONFIG)/gpr_slice_test $(BINDIR)/$(CONFIG)/gpr_stack_lockfree_test $(BINDIR)/$(CONFIG)/gpr_string_test $(BINDIR)/$(CONFIG)/gpr_sync_test $(BINDIR)/$(CONFIG)/gpr_thd_test $(BINDIR)/$(CONFIG)/gpr_time_test $(BINDIR)/$(CONFIG)/gpr_tls_test $(BINDIR)/$(CONFIG)/gpr_useful_test $(BINDIR)/$(CONFIG)/grpc_auth_context_test $(BINDIR)/$(CONFIG)/grpc_base64_test $(BINDIR)/$(CONFIG)/grpc_byte_buffer_reader_test $(BINDIR)/$(CONFIG)/grpc_channel_args_test $(BINDIR)/$(CONFIG)/grpc_channel_stack_test $(BINDIR)/$(CONFIG)/grpc_completion_queue_test $(BINDIR)/$(CONFIG)/grpc_credentials_test $(BINDIR)/$(CONFIG)/grpc_invalid_channel_args_test $(BINDIR)/$(CONFIG)/grpc_json_token_test $(BINDIR)/$(CONFIG)/grpc_jwt_verifier_test $(BINDIR)/$(CONFIG)/grpc_security_connector_test $(BINDIR)/$(CONFIG)/hpack_parser_test $(BINDIR)/$(CONFIG)/hpack_table_test $(BINDIR)/$(CONFIG)/httpcli_format_request_test $(BINDIR)/$(CONFIG)/httpcli_parser_test $(BINDIR)/$(CONFIG)/httpcli_test $(BINDIR)/$(CONFIG)/init_test $(BINDIR)/$(CONFIG)/invalid_call_argument_test $(BINDIR)/$(CONFIG)/json_rewrite $(BINDIR)/$(CONFIG)/json_rewrite_test $(BINDIR)/$(CONFIG)/json_test $(BINDIR)/$(CONFIG)/lame_client_test $(BINDIR)/$(CONFIG)/lb_policies_test $(BINDIR)/$(CONFIG)/message_compress_test $(BINDIR)/$(CONFIG)/multiple_server_queues_test $(BINDIR)/$(CONFIG)/murmur_hash_test $(BINDIR)/$(CONFIG)/no_server_test $(BINDIR)/$(CONFIG)/resolve_address_test $(BINDIR)/$(CONFIG)/secure_endpoint_test $(BINDIR)/$(CONFIG)/set_initial_connect_string_test $(BINDIR)/$(CONFIG)/sockaddr_utils_test $(BINDIR)/$(CONFIG)/tcp_client_posix_test $(BINDIR)/$(CONFIG)/tcp_posix_test $(BINDIR)/$(CONFIG)/tcp_server_posix_test $(BINDIR)/$(CONFIG)/time_averaged_stats_test $(BINDIR)/$(CONFIG)/timeout_encoding_test $(BINDIR)/$(CONFIG)/timer_heap_test $(BINDIR)/$(CONFIG)/timer_list_test $(BINDIR)/$(CONFIG)/timers_test $(BINDIR)/$(CONFIG)/transport_metadata_test $(BINDIR)/$(CONFIG)/transport_security_test $(BINDIR)/$(CONFIG)/udp_server_test $(BINDIR)/$(CONFIG)/uri_parser_test $(BINDIR)/$(CONFIG)/workqueue_test $(BINDIR)/$(CONFIG)/h2_compress_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_compress_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_call_creds_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_compress_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_compress_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_compress_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_compress_default_host_test $(BINDIR)/$(CONFIG)/h2_compress_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_compress_empty_batch_test $(BINDIR)/$(CONFIG)/h2_compress_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_compress_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_compress_hpack_size_test $(BINDIR)/$(CONFIG)/h2_compress_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_compress_large_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_compress_max_message_length_test $(BINDIR)/$(CONFIG)/h2_compress_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_compress_no_op_test $(BINDIR)/$(CONFIG)/h2_compress_payload_test $(BINDIR)/$(CONFIG)/h2_compress_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_compress_registered_call_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_compress_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_compress_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_compress_simple_request_test $(BINDIR)/$(CONFIG)/h2_compress_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_fakesec_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_call_creds_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_fakesec_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_fakesec_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_fakesec_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_fakesec_default_host_test $(BINDIR)/$(CONFIG)/h2_fakesec_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_fakesec_empty_batch_test $(BINDIR)/$(CONFIG)/h2_fakesec_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_fakesec_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_fakesec_hpack_size_test $(BINDIR)/$(CONFIG)/h2_fakesec_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_large_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_fakesec_max_message_length_test $(BINDIR)/$(CONFIG)/h2_fakesec_metadata_test $(BINDIR)/$(CONFIG)/h2_fakesec_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_fakesec_no_op_test $(BINDIR)/$(CONFIG)/h2_fakesec_payload_test $(BINDIR)/$(CONFIG)/h2_fakesec_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_fakesec_registered_call_test $(BINDIR)/$(CONFIG)/h2_fakesec_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_fakesec_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_fakesec_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_fakesec_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_fakesec_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_simple_request_test $(BINDIR)/$(CONFIG)/h2_fakesec_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_full_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_full_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_full_call_creds_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_full_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_full_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_full_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_full_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_full_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_full_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_full_default_host_test $(BINDIR)/$(CONFIG)/h2_full_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_full_empty_batch_test $(BINDIR)/$(CONFIG)/h2_full_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_full_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_full_hpack_size_test $(BINDIR)/$(CONFIG)/h2_full_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_full_large_metadata_test $(BINDIR)/$(CONFIG)/h2_full_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_full_max_message_length_test $(BINDIR)/$(CONFIG)/h2_full_metadata_test $(BINDIR)/$(CONFIG)/h2_full_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_full_no_op_test $(BINDIR)/$(CONFIG)/h2_full_payload_test $(BINDIR)/$(CONFIG)/h2_full_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_full_registered_call_test $(BINDIR)/$(CONFIG)/h2_full_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_full_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_full_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_full_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_full_simple_request_test $(BINDIR)/$(CONFIG)/h2_full_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_full+poll_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_call_creds_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_full+poll_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_full+poll_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_full+poll_default_host_test $(BINDIR)/$(CONFIG)/h2_full+poll_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_full+poll_empty_batch_test $(BINDIR)/$(CONFIG)/h2_full+poll_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_full+poll_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_full+poll_hpack_size_test $(BINDIR)/$(CONFIG)/h2_full+poll_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_large_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_message_length_test $(BINDIR)/$(CONFIG)/h2_full+poll_metadata_test $(BINDIR)/$(CONFIG)/h2_full+poll_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_full+poll_no_op_test $(BINDIR)/$(CONFIG)/h2_full+poll_payload_test $(BINDIR)/$(CONFIG)/h2_full+poll_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_full+poll_registered_call_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_full+poll_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_request_test $(BINDIR)/$(CONFIG)/h2_full+poll_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_oauth2_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_call_creds_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_oauth2_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_oauth2_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_oauth2_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_oauth2_default_host_test $(BINDIR)/$(CONFIG)/h2_oauth2_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_oauth2_empty_batch_test $(BINDIR)/$(CONFIG)/h2_oauth2_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_oauth2_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_oauth2_hpack_size_test $(BINDIR)/$(CONFIG)/h2_oauth2_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_large_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_oauth2_max_message_length_test $(BINDIR)/$(CONFIG)/h2_oauth2_metadata_test $(BINDIR)/$(CONFIG)/h2_oauth2_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_oauth2_no_op_test $(BINDIR)/$(CONFIG)/h2_oauth2_payload_test $(BINDIR)/$(CONFIG)/h2_oauth2_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_oauth2_registered_call_test $(BINDIR)/$(CONFIG)/h2_oauth2_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_oauth2_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_oauth2_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_oauth2_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_oauth2_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_simple_request_test $(BINDIR)/$(CONFIG)/h2_oauth2_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_proxy_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_call_creds_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_proxy_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_proxy_default_host_test $(BINDIR)/$(CONFIG)/h2_proxy_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_proxy_empty_batch_test $(BINDIR)/$(CONFIG)/h2_proxy_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_proxy_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_proxy_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_proxy_large_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_max_message_length_test $(BINDIR)/$(CONFIG)/h2_proxy_metadata_test $(BINDIR)/$(CONFIG)/h2_proxy_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_proxy_no_op_test $(BINDIR)/$(CONFIG)/h2_proxy_payload_test $(BINDIR)/$(CONFIG)/h2_proxy_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_proxy_registered_call_test $(BINDIR)/$(CONFIG)/h2_proxy_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_proxy_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_request_test $(BINDIR)/$(CONFIG)/h2_proxy_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_sockpair_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_call_creds_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_sockpair_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_empty_batch_test $(BINDIR)/$(CONFIG)/h2_sockpair_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_sockpair_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_sockpair_hpack_size_test $(BINDIR)/$(CONFIG)/h2_sockpair_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_large_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_message_length_test $(BINDIR)/$(CONFIG)/h2_sockpair_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_sockpair_no_op_test $(BINDIR)/$(CONFIG)/h2_sockpair_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_sockpair_registered_call_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_sockpair_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_call_creds_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_empty_batch_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_large_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_message_length_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_no_op_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_registered_call_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_call_creds_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_empty_batch_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_hpack_size_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_large_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_message_length_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_metadata_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_no_op_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_registered_call_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_simple_request_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_ssl_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_call_creds_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_ssl_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_ssl_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_ssl_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_default_host_test $(BINDIR)/$(CONFIG)/h2_ssl_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_ssl_empty_batch_test $(BINDIR)/$(CONFIG)/h2_ssl_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_ssl_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_ssl_hpack_size_test $(BINDIR)/$(CONFIG)/h2_ssl_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_ssl_large_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_ssl_max_message_length_test $(BINDIR)/$(CONFIG)/h2_ssl_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_ssl_no_op_test $(BINDIR)/$(CONFIG)/h2_ssl_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_ssl_registered_call_test $(BINDIR)/$(CONFIG)/h2_ssl_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_ssl_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_ssl_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_ssl_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_ssl_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_ssl_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_call_creds_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_default_host_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_empty_batch_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_hpack_size_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_large_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_max_message_length_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_no_op_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_payload_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_registered_call_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl+poll_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_call_creds_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_default_host_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_empty_batch_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_large_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_max_message_length_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_metadata_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_no_op_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_registered_call_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_simple_request_test $(BINDIR)/$(CONFIG)/h2_ssl_proxy_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_uchannel_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_call_creds_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_uchannel_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_uchannel_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_uchannel_default_host_test $(BINDIR)/$(CONFIG)/h2_uchannel_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_uchannel_empty_batch_test $(BINDIR)/$(CONFIG)/h2_uchannel_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_uchannel_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_uchannel_hpack_size_test $(BINDIR)/$(CONFIG)/h2_uchannel_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_large_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_message_length_test $(BINDIR)/$(CONFIG)/h2_uchannel_metadata_test $(BINDIR)/$(CONFIG)/h2_uchannel_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_uchannel_no_op_test $(BINDIR)/$(CONFIG)/h2_uchannel_payload_test $(BINDIR)/$(CONFIG)/h2_uchannel_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_uchannel_registered_call_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_uchannel_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_request_test $(BINDIR)/$(CONFIG)/h2_uchannel_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_uds_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_call_creds_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_uds_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_uds_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_uds_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_uds_empty_batch_test $(BINDIR)/$(CONFIG)/h2_uds_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_uds_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_uds_hpack_size_test $(BINDIR)/$(CONFIG)/h2_uds_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_uds_large_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_uds_max_message_length_test $(BINDIR)/$(CONFIG)/h2_uds_metadata_test $(BINDIR)/$(CONFIG)/h2_uds_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_uds_no_op_test $(BINDIR)/$(CONFIG)/h2_uds_payload_test $(BINDIR)/$(CONFIG)/h2_uds_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_uds_registered_call_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_uds_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_uds_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_uds_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_bad_hostname_test $(BINDIR)/$(CONFIG)/h2_uds+poll_binary_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_call_creds_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_accept_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_client_done_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_invoke_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_before_invoke_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_in_a_vacuum_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_with_status_test $(BINDIR)/$(CONFIG)/h2_uds+poll_census_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_channel_connectivity_test $(BINDIR)/$(CONFIG)/h2_uds+poll_compressed_payload_test $(BINDIR)/$(CONFIG)/h2_uds+poll_disappearing_server_test $(BINDIR)/$(CONFIG)/h2_uds+poll_empty_batch_test $(BINDIR)/$(CONFIG)/h2_uds+poll_graceful_server_shutdown_test $(BINDIR)/$(CONFIG)/h2_uds+poll_high_initial_seqno_test $(BINDIR)/$(CONFIG)/h2_uds+poll_hpack_size_test $(BINDIR)/$(CONFIG)/h2_uds+poll_invoke_large_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_large_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_concurrent_streams_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_message_length_test $(BINDIR)/$(CONFIG)/h2_uds+poll_metadata_test $(BINDIR)/$(CONFIG)/h2_uds+poll_negative_deadline_test $(BINDIR)/$(CONFIG)/h2_uds+poll_no_op_test $(BINDIR)/$(CONFIG)/h2_uds+poll_payload_test $(BINDIR)/$(CONFIG)/h2_uds+poll_ping_pong_streaming_test $(BINDIR)/$(CONFIG)/h2_uds+poll_registered_call_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_flags_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_payload_test $(BINDIR)/$(CONFIG)/h2_uds+poll_server_finishes_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_calls_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_tags_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_delayed_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_request_test $(BINDIR)/$(CONFIG)/h2_uds+poll_trailing_metadata_test $(BINDIR)/$(CONFIG)/h2_compress_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_compress_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_full_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_full_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_full_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_full_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_full_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_full_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_full_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_full_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_full_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_full_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_full_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_full_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_full_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_full_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_full_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_full_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_full_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_full_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_full_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_full+poll_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_proxy_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair+trace_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_default_host_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uchannel_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_bad_hostname_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_binary_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_accept_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_client_done_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_after_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_before_invoke_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_in_a_vacuum_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_cancel_with_status_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_census_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_channel_connectivity_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_compressed_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_disappearing_server_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_empty_batch_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_graceful_server_shutdown_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_high_initial_seqno_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_hpack_size_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_invoke_large_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_large_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_concurrent_streams_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_max_message_length_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_metadata_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_negative_deadline_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_no_op_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_ping_pong_streaming_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_registered_call_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_flags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_request_with_payload_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_server_finishes_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_calls_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_shutdown_finishes_tags_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_delayed_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_simple_request_nosec_test $(BINDIR)/$(CONFIG)/h2_uds+poll_trailing_metadata_nosec_test $(BINDIR)/$(CONFIG)/connection_prefix_bad_client_test $(BINDIR)/$(CONFIG)/headers_bad_client_test $(BINDIR)/$(CONFIG)/initial_settings_frame_bad_client_test $(BINDIR)/$(CONFIG)/simple_request_bad_client_test $(BINDIR)/$(CONFIG)/unknown_frame_bad_client_test $(BINDIR)/$(CONFIG)/window_overflow_bad_client_test buildtests_cxx: buildtests_zookeeper privatelibs_cxx $(BINDIR)/$(CONFIG)/async_end2end_test $(BINDIR)/$(CONFIG)/async_streaming_ping_pong_test $(BINDIR)/$(CONFIG)/async_unary_ping_pong_test $(BINDIR)/$(CONFIG)/auth_property_iterator_test $(BINDIR)/$(CONFIG)/channel_arguments_test $(BINDIR)/$(CONFIG)/cli_call_test $(BINDIR)/$(CONFIG)/client_crash_test $(BINDIR)/$(CONFIG)/client_crash_test_server $(BINDIR)/$(CONFIG)/credentials_test $(BINDIR)/$(CONFIG)/cxx_byte_buffer_test $(BINDIR)/$(CONFIG)/cxx_slice_test $(BINDIR)/$(CONFIG)/cxx_string_ref_test $(BINDIR)/$(CONFIG)/cxx_time_test $(BINDIR)/$(CONFIG)/end2end_test $(BINDIR)/$(CONFIG)/generic_end2end_test $(BINDIR)/$(CONFIG)/grpc_cli $(BINDIR)/$(CONFIG)/interop_client $(BINDIR)/$(CONFIG)/interop_server $(BINDIR)/$(CONFIG)/interop_test $(BINDIR)/$(CONFIG)/metrics_client $(BINDIR)/$(CONFIG)/mock_test $(BINDIR)/$(CONFIG)/qps_interarrival_test $(BINDIR)/$(CONFIG)/qps_openloop_test $(BINDIR)/$(CONFIG)/qps_test $(BINDIR)/$(CONFIG)/reconnect_interop_client $(BINDIR)/$(CONFIG)/reconnect_interop_server $(BINDIR)/$(CONFIG)/secure_auth_context_test $(BINDIR)/$(CONFIG)/secure_sync_unary_ping_pong_test $(BINDIR)/$(CONFIG)/server_crash_test $(BINDIR)/$(CONFIG)/server_crash_test_client $(BINDIR)/$(CONFIG)/shutdown_test $(BINDIR)/$(CONFIG)/status_test $(BINDIR)/$(CONFIG)/streaming_throughput_test $(BINDIR)/$(CONFIG)/stress_test $(BINDIR)/$(CONFIG)/sync_streaming_ping_pong_test $(BINDIR)/$(CONFIG)/sync_unary_ping_pong_test $(BINDIR)/$(CONFIG)/thread_stress_test @@ -3747,6 +3748,8 @@ test_c: buildtests_c $(Q) $(BINDIR)/$(CONFIG)/simple_request_bad_client_test || ( echo test simple_request_bad_client_test failed ; exit 1 ) $(E) "[RUN] Testing unknown_frame_bad_client_test" $(Q) $(BINDIR)/$(CONFIG)/unknown_frame_bad_client_test || ( echo test unknown_frame_bad_client_test failed ; exit 1 ) + $(E) "[RUN] Testing window_overflow_bad_client_test" + $(Q) $(BINDIR)/$(CONFIG)/window_overflow_bad_client_test || ( echo test window_overflow_bad_client_test failed ; exit 1 ) flaky_test_c: buildtests_c @@ -24446,6 +24449,23 @@ ifneq ($(NO_DEPS),true) endif +WINDOW_OVERFLOW_BAD_CLIENT_TEST_SRC = \ + test/core/bad_client/tests/window_overflow.c \ + +WINDOW_OVERFLOW_BAD_CLIENT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(WINDOW_OVERFLOW_BAD_CLIENT_TEST_SRC)))) +$(BINDIR)/$(CONFIG)/window_overflow_bad_client_test: $(WINDOW_OVERFLOW_BAD_CLIENT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a + $(E) "[LD] Linking $@" + $(Q) mkdir -p `dirname $@` + $(Q) $(LD) $(LDFLAGS) $(WINDOW_OVERFLOW_BAD_CLIENT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) -o $(BINDIR)/$(CONFIG)/window_overflow_bad_client_test + +$(OBJDIR)/$(CONFIG)/test/core/bad_client/tests/window_overflow.o: $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a +deps_window_overflow_bad_client_test: $(WINDOW_OVERFLOW_BAD_CLIENT_TEST_OBJS:.o=.dep) + +ifneq ($(NO_DEPS),true) +-include $(WINDOW_OVERFLOW_BAD_CLIENT_TEST_OBJS:.o=.dep) +endif + + diff --git a/src/core/surface/call.c b/src/core/surface/call.c index 84b9daaa289..79295ae0ff7 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -367,7 +367,7 @@ static void destroy_call(grpc_exec_ctx *exec_ctx, void *call, int success) { &c->metadata_batch[1 /* is_receiving */][i /* is_initial */]); } if (c->receiving_stream != NULL) { - grpc_byte_stream_destroy(c->receiving_stream); + grpc_byte_stream_destroy(exec_ctx, c->receiving_stream); } grpc_call_stack_destroy(exec_ctx, CALL_STACK_FROM_CALL(c)); GRPC_CHANNEL_INTERNAL_UNREF(exec_ctx, c->channel, "call"); @@ -951,7 +951,7 @@ static void continue_receiving_slices(grpc_exec_ctx *exec_ctx, (*call->receiving_buffer)->data.raw.slice_buffer.length; if (remaining == 0) { call->receiving_message = 0; - grpc_byte_stream_destroy(call->receiving_stream); + grpc_byte_stream_destroy(exec_ctx, call->receiving_stream); call->receiving_stream = NULL; if (gpr_unref(&bctl->steps_to_complete)) { post_batch_completion(exec_ctx, bctl); @@ -1067,7 +1067,7 @@ static void receiving_stream_ready(grpc_exec_ctx *exec_ctx, void *bctlp, grpc_channel_get_max_message_length(call->channel)) { cancel_with_status(exec_ctx, call, GRPC_STATUS_INTERNAL, "Max message size exceeded"); - grpc_byte_stream_destroy(call->receiving_stream); + grpc_byte_stream_destroy(exec_ctx, call->receiving_stream); call->receiving_stream = NULL; *call->receiving_buffer = NULL; if (gpr_unref(&bctl->steps_to_complete)) { @@ -1356,7 +1356,7 @@ done_with_error: } if (bctl->send_message) { call->sending_message = 0; - grpc_byte_stream_destroy(&call->sending_stream.base); + grpc_byte_stream_destroy(exec_ctx, &call->sending_stream.base); } if (bctl->send_final_op) { call->sent_final_op = 0; diff --git a/src/core/transport/byte_stream.c b/src/core/transport/byte_stream.c index 81e8e77ccb7..4e8f5896230 100644 --- a/src/core/transport/byte_stream.c +++ b/src/core/transport/byte_stream.c @@ -44,8 +44,8 @@ int grpc_byte_stream_next(grpc_exec_ctx *exec_ctx, on_complete); } -void grpc_byte_stream_destroy(grpc_byte_stream *byte_stream) { - byte_stream->destroy(byte_stream); +void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) { + byte_stream->destroy(exec_ctx, byte_stream); } /* slice_buffer_stream */ @@ -61,7 +61,7 @@ static int slice_buffer_stream_next(grpc_exec_ctx *exec_ctx, return 1; } -static void slice_buffer_stream_destroy(grpc_byte_stream *byte_stream) {} +static void slice_buffer_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) {} void grpc_slice_buffer_stream_init(grpc_slice_buffer_stream *stream, gpr_slice_buffer *slice_buffer, diff --git a/src/core/transport/byte_stream.h b/src/core/transport/byte_stream.h index c94d8ff2755..558147f6f0a 100644 --- a/src/core/transport/byte_stream.h +++ b/src/core/transport/byte_stream.h @@ -52,7 +52,7 @@ struct grpc_byte_stream { int (*next)(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream, gpr_slice *slice, size_t max_size_hint, grpc_closure *on_complete); - void (*destroy)(grpc_byte_stream *byte_stream); + void (*destroy)(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream); }; /* returns 1 if the bytes are available immediately (in which case @@ -72,7 +72,7 @@ int grpc_byte_stream_next(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream, gpr_slice *slice, size_t max_size_hint, grpc_closure *on_complete); -void grpc_byte_stream_destroy(grpc_byte_stream *byte_stream); +void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream); /* grpc_byte_stream that wraps a slice buffer */ typedef struct grpc_slice_buffer_stream { diff --git a/src/core/transport/chttp2/frame_data.c b/src/core/transport/chttp2/frame_data.c index 38fa990758a..08cc760aba9 100644 --- a/src/core/transport/chttp2/frame_data.c +++ b/src/core/transport/chttp2/frame_data.c @@ -57,7 +57,7 @@ void grpc_chttp2_data_parser_destroy(grpc_exec_ctx *exec_ctx, } while ( (bs = grpc_chttp2_incoming_frame_queue_pop(&parser->incoming_frames))) { - grpc_byte_stream_destroy(bs); + grpc_byte_stream_destroy(exec_ctx, bs); } } diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index 3e88f69abf9..cfaa96772ca 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -529,7 +529,7 @@ static void destroy_stream(grpc_exec_ctx *exec_ctx, grpc_transport *gt, while ( (bs = grpc_chttp2_incoming_frame_queue_pop(&s->global.incoming_frames))) { - grpc_byte_stream_destroy(bs); + grpc_byte_stream_destroy(exec_ctx, bs); } GPR_ASSERT(s->global.send_initial_metadata_finished == NULL); @@ -992,7 +992,7 @@ static void check_read_ops(grpc_exec_ctx *exec_ctx, while (stream_global->seen_error && (bs = grpc_chttp2_incoming_frame_queue_pop( &stream_global->incoming_frames)) != NULL) { - grpc_byte_stream_destroy(bs); + grpc_byte_stream_destroy(exec_ctx, bs); } if (stream_global->incoming_frames.head == NULL) { grpc_chttp2_incoming_metadata_buffer_publish( @@ -1474,8 +1474,17 @@ static void incoming_byte_stream_unref(grpc_chttp2_incoming_byte_stream *bs) { } } -static void incoming_byte_stream_destroy(grpc_byte_stream *byte_stream) { - incoming_byte_stream_unref((grpc_chttp2_incoming_byte_stream *)byte_stream); +static void incoming_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) { + grpc_chttp2_incoming_byte_stream *incoming_byte_stream = + (grpc_chttp2_incoming_byte_stream *)byte_stream; + if (incoming_byte_stream->base.length == 0 && incoming_byte_stream->is_tail) { + lock(incoming_byte_stream->transport); + incoming_byte_stream_update_flow_control( + &incoming_byte_stream->transport->global, + &incoming_byte_stream->stream->global, 0, 0); + unlock(exec_ctx, incoming_byte_stream->transport); + } + incoming_byte_stream_unref(incoming_byte_stream); } void grpc_chttp2_incoming_byte_stream_push(grpc_exec_ctx *exec_ctx, @@ -1521,13 +1530,6 @@ grpc_chttp2_incoming_byte_stream *grpc_chttp2_incoming_byte_stream_create( add_to_queue->tail->next_message = incoming_byte_stream; } add_to_queue->tail = incoming_byte_stream; - if (frame_size == 0) { - lock(TRANSPORT_FROM_PARSING(transport_parsing)); - incoming_byte_stream_update_flow_control( - &TRANSPORT_FROM_PARSING(transport_parsing)->global, - &STREAM_FROM_PARSING(stream_parsing)->global, 0, 0); - unlock(exec_ctx, TRANSPORT_FROM_PARSING(transport_parsing)); - } return incoming_byte_stream; } diff --git a/test/core/bad_client/gen_build_yaml.py b/test/core/bad_client/gen_build_yaml.py index 8e204ac2015..62b2c267968 100755 --- a/test/core/bad_client/gen_build_yaml.py +++ b/test/core/bad_client/gen_build_yaml.py @@ -44,6 +44,7 @@ BAD_CLIENT_TESTS = { 'headers': default_test_options, 'initial_settings_frame': default_test_options, 'simple_request': default_test_options, + 'window_overflow': default_test_options, 'unknown_frame': default_test_options, } diff --git a/test/core/bad_client/tests/window_overflow.c b/test/core/bad_client/tests/window_overflow.c new file mode 100644 index 00000000000..926f8b3b698 --- /dev/null +++ b/test/core/bad_client/tests/window_overflow.c @@ -0,0 +1,112 @@ +/* + * + * Copyright 2015, Google Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + +#include "test/core/bad_client/bad_client.h" + +#include + +#include + +#include "src/core/surface/server.h" + +#define PFX_STR \ + "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" \ + "\x00\x00\x00\x04\x00\x00\x00\x00\x00" /* settings frame */ \ + "\x00\x00\xc9\x01\x04\x00\x00\x00\x01" /* headers: generated from \ + simple_request.headers in this \ + directory */ \ + "\x10\x05:path\x08/foo/bar" \ + "\x10\x07:scheme\x04http" \ + "\x10\x07:method\x04POST" \ + "\x10\x0a:authority\x09localhost" \ + "\x10\x0c" \ + "content-type\x10" \ + "application/grpc" \ + "\x10\x14grpc-accept-encoding\x15""deflate,identity,gzip" \ + "\x10\x02te\x08trailers" \ + "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" + +static void verifier(grpc_server *server, grpc_completion_queue *cq) { + while (grpc_server_has_open_connections(server)) { + GPR_ASSERT(grpc_completion_queue_next(cq, + GRPC_TIMEOUT_MILLIS_TO_DEADLINE(20), + NULL).type == GRPC_QUEUE_TIMEOUT); + } +} + +char *g_buffer; +size_t g_cap = 0; +size_t g_count = 0; + +static void addbuf(const void *data, size_t len) { + if (g_count + len > g_cap) { + g_cap = GPR_MAX(g_count + len, g_cap * 2); + g_buffer = gpr_realloc(g_buffer, g_cap); + } + memcpy(g_buffer + g_count, data, len); + g_count += len; +} + +int main(int argc, char **argv) { + int i, j; +#define MAX_FRAME_SIZE 16384 +#define MESSAGES_PER_FRAME (MAX_FRAME_SIZE/5) +#define FRAME_SIZE (MESSAGES_PER_FRAME*5) +#define SEND_SIZE (100*1024) +#define NUM_FRAMES (SEND_SIZE / FRAME_SIZE + 1) + grpc_test_init(argc, argv); + + addbuf(PFX_STR, sizeof(PFX_STR) - 1); + for (i = 0; i < NUM_FRAMES; i++) { + gpr_uint8 hdr[9] = { + (gpr_uint8)(FRAME_SIZE >> 16), + (gpr_uint8)(FRAME_SIZE >> 8), + (gpr_uint8)FRAME_SIZE, + 0, + 0, + 0, + 0, + 0, + 1 + }; + addbuf(hdr, sizeof(hdr)); + for (j = 0; j < MESSAGES_PER_FRAME; j++) { + gpr_uint8 message[5] = {0,0,0,0,0}; + addbuf(message, sizeof(message)); + } + } + grpc_run_bad_client_test(verifier, g_buffer, g_count, 0); + gpr_free(g_buffer); + + return 0; +} diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 35466f88ac3..2928b3c67b3 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -14308,6 +14308,21 @@ "test/core/bad_client/tests/unknown_frame.c" ] }, + { + "deps": [ + "bad_client_test", + "gpr", + "gpr_test_util", + "grpc_test_util_unsecure", + "grpc_unsecure" + ], + "headers": [], + "language": "c", + "name": "window_overflow_bad_client_test", + "src": [ + "test/core/bad_client/tests/window_overflow.c" + ] + }, { "deps": [], "headers": [ diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index f579a2d518d..ad5ee86389b 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -15590,5 +15590,23 @@ "posix", "windows" ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "window_overflow_bad_client_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] } ] diff --git a/vsprojects/buildtests_c.sln b/vsprojects/buildtests_c.sln index e2ce59e08cf..bac964b7959 100644 --- a/vsprojects/buildtests_c.sln +++ b/vsprojects/buildtests_c.sln @@ -10102,6 +10102,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unknown_frame_bad_client_te {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} = {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "window_overflow_bad_client_test", "vcxproj\test\window_overflow_bad_client_test\window_overflow_bad_client_test.vcxproj", "{658D7F7F-9628-6545-743C-D949301DC5DC}" + ProjectSection(myProperties) = preProject + lib = "False" + EndProjectSection + ProjectSection(ProjectDependencies) = postProject + {BA67B418-B699-E41A-9CC4-0279C49481A5} = {BA67B418-B699-E41A-9CC4-0279C49481A5} + {0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF} = {0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF} + {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} = {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} + {EAB0A629-17A9-44DB-B5FF-E91A721FE037} = {EAB0A629-17A9-44DB-B5FF-E91A721FE037} + {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} = {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -22546,6 +22558,22 @@ Global {9E0A2239-20D5-DB2D-CA0D-69F24E3416E7}.Release-DLL|Win32.Build.0 = Release|Win32 {9E0A2239-20D5-DB2D-CA0D-69F24E3416E7}.Release-DLL|x64.ActiveCfg = Release|x64 {9E0A2239-20D5-DB2D-CA0D-69F24E3416E7}.Release-DLL|x64.Build.0 = Release|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug|Win32.ActiveCfg = Debug|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug|x64.ActiveCfg = Debug|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release|Win32.ActiveCfg = Release|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release|x64.ActiveCfg = Release|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug|Win32.Build.0 = Debug|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug|x64.Build.0 = Debug|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release|Win32.Build.0 = Release|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release|x64.Build.0 = Release|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug-DLL|Win32.ActiveCfg = Debug|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug-DLL|Win32.Build.0 = Debug|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug-DLL|x64.ActiveCfg = Debug|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Debug-DLL|x64.Build.0 = Debug|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release-DLL|Win32.ActiveCfg = Release|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release-DLL|Win32.Build.0 = Release|Win32 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release-DLL|x64.ActiveCfg = Release|x64 + {658D7F7F-9628-6545-743C-D949301DC5DC}.Release-DLL|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj b/vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj new file mode 100644 index 00000000000..0edceea6934 --- /dev/null +++ b/vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj @@ -0,0 +1,187 @@ + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {658D7F7F-9628-6545-743C-D949301DC5DC} + + + + v100 + + + v110 + + + v120 + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + window_overflow_bad_client_test + static + Debug + Debug + + + window_overflow_bad_client_test + static + Debug + Debug + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) + true + MultiThreadedDebug + true + None + + + Console + true + false + + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreadedDebug + true + None + + + Console + true + false + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) + true + MultiThreaded + true + None + + + Console + true + false + true + true + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + true + None + + + Console + true + false + true + true + + + + + + + + + {BA67B418-B699-E41A-9CC4-0279C49481A5} + + + {0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF} + + + {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} + + + {EAB0A629-17A9-44DB-B5FF-E91A721FE037} + + + {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + diff --git a/vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj.filters b/vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj.filters new file mode 100644 index 00000000000..e8d291e7e12 --- /dev/null +++ b/vsprojects/vcxproj/test/window_overflow_bad_client_test/window_overflow_bad_client_test.vcxproj.filters @@ -0,0 +1,24 @@ + + + + + test\core\bad_client\tests + + + + + + {c270dcf6-4757-dece-6b4b-d6dbec5ba9bb} + + + {398af61c-4b69-7c31-c998-87171592d8d8} + + + {d33ad218-2037-5421-b068-3223bb97034d} + + + {4464f56e-aa09-7c83-5889-35a0644fab2f} + + + + From c8b7013be30f003e501e743cec856c739db3e160 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 9 Dec 2015 20:49:09 -0800 Subject: [PATCH 02/23] Fix flow control bug --- src/core/security/server_auth_filter.c | 2 +- src/core/transport/chttp2_transport.c | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/core/security/server_auth_filter.c b/src/core/security/server_auth_filter.c index 5cfee6d1395..d5c8c54369d 100644 --- a/src/core/security/server_auth_filter.c +++ b/src/core/security/server_auth_filter.c @@ -140,7 +140,7 @@ static void on_md_processing_done( message = gpr_slice_from_copied_string(error_details); calld->transport_op.send_initial_metadata = NULL; if (calld->transport_op.send_message != NULL) { - grpc_byte_stream_destroy(calld->transport_op.send_message); + grpc_byte_stream_destroy(&exec_ctx, calld->transport_op.send_message); calld->transport_op.send_message = NULL; } calld->transport_op.send_trailing_metadata = NULL; diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index cfaa96772ca..deb903324e9 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -134,6 +134,11 @@ static void connectivity_state_set( static void check_read_ops(grpc_exec_ctx *exec_ctx, grpc_chttp2_transport_global *transport_global); +static void incoming_byte_stream_update_flow_control( + grpc_chttp2_transport_global *transport_global, + grpc_chttp2_stream_global *stream_global, size_t max_size_hint, + size_t have_already); + /* * CONSTRUCTION/DESTRUCTION/REFCOUNTING */ @@ -858,6 +863,9 @@ static void perform_stream_op_locked( GPR_ASSERT(stream_global->recv_message_ready == NULL); stream_global->recv_message_ready = op->recv_message_ready; stream_global->recv_message = op->recv_message; + if (stream_global->incoming_frames.head != NULL) { + incoming_byte_stream_update_flow_control(transport_global, stream_global, 5, 0); + } grpc_chttp2_list_add_check_read_ops(transport_global, stream_global); } @@ -1475,16 +1483,7 @@ static void incoming_byte_stream_unref(grpc_chttp2_incoming_byte_stream *bs) { } static void incoming_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) { - grpc_chttp2_incoming_byte_stream *incoming_byte_stream = - (grpc_chttp2_incoming_byte_stream *)byte_stream; - if (incoming_byte_stream->base.length == 0 && incoming_byte_stream->is_tail) { - lock(incoming_byte_stream->transport); - incoming_byte_stream_update_flow_control( - &incoming_byte_stream->transport->global, - &incoming_byte_stream->stream->global, 0, 0); - unlock(exec_ctx, incoming_byte_stream->transport); - } - incoming_byte_stream_unref(incoming_byte_stream); + incoming_byte_stream_unref((grpc_chttp2_incoming_byte_stream *)byte_stream); } void grpc_chttp2_incoming_byte_stream_push(grpc_exec_ctx *exec_ctx, From e81ada40ce6d29333b3b1ba26c34a549f8db5c79 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 10 Dec 2015 08:40:52 -0800 Subject: [PATCH 03/23] Fix bugs? --- src/core/transport/chttp2_transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index deb903324e9..e5b0fa9f898 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -863,8 +863,8 @@ static void perform_stream_op_locked( GPR_ASSERT(stream_global->recv_message_ready == NULL); stream_global->recv_message_ready = op->recv_message_ready; stream_global->recv_message = op->recv_message; - if (stream_global->incoming_frames.head != NULL) { - incoming_byte_stream_update_flow_control(transport_global, stream_global, 5, 0); + if (stream_global->incoming_frames.head == NULL || stream_global->incoming_frames.head->is_tail) { + incoming_byte_stream_update_flow_control(transport_global, stream_global, transport_global->stream_lookahead, 0); } grpc_chttp2_list_add_check_read_ops(transport_global, stream_global); } From e1b8c2b07bbf9fa0fae269bd0fe4d1e2ef451f1f Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 16 Dec 2015 19:27:52 -0800 Subject: [PATCH 04/23] Fix merge --- src/core/surface/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/surface/call.c b/src/core/surface/call.c index b999ecd37c9..e3fd7d564a2 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -979,7 +979,7 @@ static void receiving_slice_ready(grpc_exec_ctx *exec_ctx, void *bctlp, call->receiving_slice); continue_receiving_slices(exec_ctx, bctl); } else { - grpc_byte_stream_destroy(call->receiving_stream); + grpc_byte_stream_destroy(exec_ctx, call->receiving_stream); call->receiving_stream = NULL; grpc_byte_buffer_destroy(*call->receiving_buffer); *call->receiving_buffer = NULL; From ce46c27b7478258da00d11dd81a31717b570d41a Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 16 Dec 2015 19:32:33 -0800 Subject: [PATCH 05/23] Fix merge --- test/core/bad_client/tests/window_overflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/bad_client/tests/window_overflow.c b/test/core/bad_client/tests/window_overflow.c index 926f8b3b698..37a32282851 100644 --- a/test/core/bad_client/tests/window_overflow.c +++ b/test/core/bad_client/tests/window_overflow.c @@ -56,7 +56,7 @@ "\x10\x02te\x08trailers" \ "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" -static void verifier(grpc_server *server, grpc_completion_queue *cq) { +static void verifier(grpc_server *server, grpc_completion_queue *cq, void *registered_method) { while (grpc_server_has_open_connections(server)) { GPR_ASSERT(grpc_completion_queue_next(cq, GRPC_TIMEOUT_MILLIS_TO_DEADLINE(20), From 8a09593639e797e609d7044e8230c2c2a73fcdcc Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 16 Dec 2015 19:40:49 -0800 Subject: [PATCH 06/23] Fix flow control for unstarted streams --- src/core/transport/chttp2_transport.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index fd6fbe1c21d..4d1a5d9bcf5 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -872,7 +872,9 @@ static void perform_stream_op_locked( GPR_ASSERT(stream_global->recv_message_ready == NULL); stream_global->recv_message_ready = op->recv_message_ready; stream_global->recv_message = op->recv_message; - if (stream_global->incoming_frames.head == NULL || stream_global->incoming_frames.head->is_tail) { + if (stream_global->id != 0 && + (stream_global->incoming_frames.head == NULL || + stream_global->incoming_frames.head->is_tail)) { incoming_byte_stream_update_flow_control(transport_global, stream_global, transport_global->stream_lookahead, 0); } grpc_chttp2_list_add_check_read_ops(transport_global, stream_global); From a3f298ff67e8ee3ada117de136ea2469a146dc5e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 16 Dec 2015 19:42:09 -0800 Subject: [PATCH 07/23] clang-format --- src/core/surface/call.c | 4 +-- src/core/transport/byte_stream.c | 6 +++-- src/core/transport/byte_stream.h | 3 ++- src/core/transport/chttp2_transport.c | 14 ++++++---- test/core/bad_client/tests/window_overflow.c | 28 ++++++++------------ test/core/bad_ssl/bad_ssl_test.c | 2 +- test/core/bad_ssl/server.c | 7 +++-- test/core/client_config/lb_policies_test.c | 21 ++++++++------- 8 files changed, 43 insertions(+), 42 deletions(-) diff --git a/src/core/surface/call.c b/src/core/surface/call.c index e3fd7d564a2..73c19969081 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -1068,7 +1068,7 @@ static void receiving_stream_ready(grpc_exec_ctx *exec_ctx, void *bctlp, if (call->receiving_stream == NULL) { *call->receiving_buffer = NULL; - call->receiving_message = 0; + call->receiving_message = 0; if (gpr_unref(&bctl->steps_to_complete)) { post_batch_completion(exec_ctx, bctl); } @@ -1079,7 +1079,7 @@ static void receiving_stream_ready(grpc_exec_ctx *exec_ctx, void *bctlp, grpc_byte_stream_destroy(exec_ctx, call->receiving_stream); call->receiving_stream = NULL; *call->receiving_buffer = NULL; - call->receiving_message = 0; + call->receiving_message = 0; if (gpr_unref(&bctl->steps_to_complete)) { post_batch_completion(exec_ctx, bctl); } diff --git a/src/core/transport/byte_stream.c b/src/core/transport/byte_stream.c index 4e8f5896230..89e20489e7f 100644 --- a/src/core/transport/byte_stream.c +++ b/src/core/transport/byte_stream.c @@ -44,7 +44,8 @@ int grpc_byte_stream_next(grpc_exec_ctx *exec_ctx, on_complete); } -void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) { +void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, + grpc_byte_stream *byte_stream) { byte_stream->destroy(exec_ctx, byte_stream); } @@ -61,7 +62,8 @@ static int slice_buffer_stream_next(grpc_exec_ctx *exec_ctx, return 1; } -static void slice_buffer_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) {} +static void slice_buffer_stream_destroy(grpc_exec_ctx *exec_ctx, + grpc_byte_stream *byte_stream) {} void grpc_slice_buffer_stream_init(grpc_slice_buffer_stream *stream, gpr_slice_buffer *slice_buffer, diff --git a/src/core/transport/byte_stream.h b/src/core/transport/byte_stream.h index 558147f6f0a..5f2fe573e89 100644 --- a/src/core/transport/byte_stream.h +++ b/src/core/transport/byte_stream.h @@ -72,7 +72,8 @@ int grpc_byte_stream_next(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream, gpr_slice *slice, size_t max_size_hint, grpc_closure *on_complete); -void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream); +void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, + grpc_byte_stream *byte_stream); /* grpc_byte_stream that wraps a slice buffer */ typedef struct grpc_slice_buffer_stream { diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index 4d1a5d9bcf5..3bb23ff03fe 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -139,7 +139,7 @@ static void incoming_byte_stream_update_flow_control( grpc_chttp2_stream_global *stream_global, size_t max_size_hint, size_t have_already); -static void fail_pending_writes(grpc_exec_ctx *exec_ctx, +static void fail_pending_writes(grpc_exec_ctx *exec_ctx, grpc_chttp2_stream_global *stream_global); /* @@ -647,7 +647,8 @@ void grpc_chttp2_terminate_writing(grpc_exec_ctx *exec_ctx, grpc_chttp2_cleanup_writing(exec_ctx, &t->global, &t->writing); - while (grpc_chttp2_list_pop_closed_waiting_for_writing(&t->global, &stream_global)) { + while (grpc_chttp2_list_pop_closed_waiting_for_writing(&t->global, + &stream_global)) { fail_pending_writes(exec_ctx, stream_global); GRPC_CHTTP2_STREAM_UNREF(exec_ctx, stream_global, "finish_writes"); } @@ -875,7 +876,9 @@ static void perform_stream_op_locked( if (stream_global->id != 0 && (stream_global->incoming_frames.head == NULL || stream_global->incoming_frames.head->is_tail)) { - incoming_byte_stream_update_flow_control(transport_global, stream_global, transport_global->stream_lookahead, 0); + incoming_byte_stream_update_flow_control( + transport_global, stream_global, transport_global->stream_lookahead, + 0); } grpc_chttp2_list_add_check_read_ops(transport_global, stream_global); } @@ -1132,7 +1135,7 @@ void grpc_chttp2_fake_status(grpc_exec_ctx *exec_ctx, } } -static void fail_pending_writes(grpc_exec_ctx *exec_ctx, +static void fail_pending_writes(grpc_exec_ctx *exec_ctx, grpc_chttp2_stream_global *stream_global) { grpc_chttp2_complete_closure_step( exec_ctx, &stream_global->send_initial_metadata_finished, 0); @@ -1538,7 +1541,8 @@ static void incoming_byte_stream_unref(grpc_chttp2_incoming_byte_stream *bs) { } } -static void incoming_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream) { +static void incoming_byte_stream_destroy(grpc_exec_ctx *exec_ctx, + grpc_byte_stream *byte_stream) { incoming_byte_stream_unref((grpc_chttp2_incoming_byte_stream *)byte_stream); } diff --git a/test/core/bad_client/tests/window_overflow.c b/test/core/bad_client/tests/window_overflow.c index 37a32282851..1c898f352da 100644 --- a/test/core/bad_client/tests/window_overflow.c +++ b/test/core/bad_client/tests/window_overflow.c @@ -52,11 +52,13 @@ "\x10\x0c" \ "content-type\x10" \ "application/grpc" \ - "\x10\x14grpc-accept-encoding\x15""deflate,identity,gzip" \ + "\x10\x14grpc-accept-encoding\x15" \ + "deflate,identity,gzip" \ "\x10\x02te\x08trailers" \ "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" -static void verifier(grpc_server *server, grpc_completion_queue *cq, void *registered_method) { +static void verifier(grpc_server *server, grpc_completion_queue *cq, + void *registered_method) { while (grpc_server_has_open_connections(server)) { GPR_ASSERT(grpc_completion_queue_next(cq, GRPC_TIMEOUT_MILLIS_TO_DEADLINE(20), @@ -80,28 +82,20 @@ static void addbuf(const void *data, size_t len) { int main(int argc, char **argv) { int i, j; #define MAX_FRAME_SIZE 16384 -#define MESSAGES_PER_FRAME (MAX_FRAME_SIZE/5) -#define FRAME_SIZE (MESSAGES_PER_FRAME*5) -#define SEND_SIZE (100*1024) +#define MESSAGES_PER_FRAME (MAX_FRAME_SIZE / 5) +#define FRAME_SIZE (MESSAGES_PER_FRAME * 5) +#define SEND_SIZE (100 * 1024) #define NUM_FRAMES (SEND_SIZE / FRAME_SIZE + 1) grpc_test_init(argc, argv); addbuf(PFX_STR, sizeof(PFX_STR) - 1); for (i = 0; i < NUM_FRAMES; i++) { - gpr_uint8 hdr[9] = { - (gpr_uint8)(FRAME_SIZE >> 16), - (gpr_uint8)(FRAME_SIZE >> 8), - (gpr_uint8)FRAME_SIZE, - 0, - 0, - 0, - 0, - 0, - 1 - }; + gpr_uint8 hdr[9] = {(gpr_uint8)(FRAME_SIZE >> 16), + (gpr_uint8)(FRAME_SIZE >> 8), (gpr_uint8)FRAME_SIZE, 0, + 0, 0, 0, 0, 1}; addbuf(hdr, sizeof(hdr)); for (j = 0; j < MESSAGES_PER_FRAME; j++) { - gpr_uint8 message[5] = {0,0,0,0,0}; + gpr_uint8 message[5] = {0, 0, 0, 0, 0}; addbuf(message, sizeof(message)); } } diff --git a/test/core/bad_ssl/bad_ssl_test.c b/test/core/bad_ssl/bad_ssl_test.c index 54ac6d0e1c0..08ab482c58f 100644 --- a/test/core/bad_ssl/bad_ssl_test.c +++ b/test/core/bad_ssl/bad_ssl_test.c @@ -163,7 +163,7 @@ int main(int argc, char **argv) { grpc_shutdown(); } gpr_free(args[2]); - + gpr_subprocess_interrupt(svr); status = gpr_subprocess_join(svr); gpr_subprocess_destroy(svr); diff --git a/test/core/bad_ssl/server.c b/test/core/bad_ssl/server.c index 2ed94de0994..6113d364c9d 100644 --- a/test/core/bad_ssl/server.c +++ b/test/core/bad_ssl/server.c @@ -74,9 +74,8 @@ void bad_ssl_run(grpc_server *server) { grpc_server_register_completion_queue(server, cq, NULL); grpc_server_start(server); - error = - grpc_server_request_call(server, &s, &call_details, - &request_metadata_recv, cq, cq, (void*)1); + error = grpc_server_request_call(server, &s, &call_details, + &request_metadata_recv, cq, cq, (void *)1); GPR_ASSERT(GRPC_CALL_OK == error); signal(SIGINT, sigint_handler); @@ -96,7 +95,7 @@ void bad_ssl_run(grpc_server *server) { NULL); switch (ev.type) { case GRPC_OP_COMPLETE: - GPR_ASSERT(ev.tag == (void*)1); + GPR_ASSERT(ev.tag == (void *)1); GPR_ASSERT(ev.success == 0); break; case GRPC_QUEUE_SHUTDOWN: diff --git a/test/core/client_config/lb_policies_test.c b/test/core/client_config/lb_policies_test.c index c088fe2c09f..5f6166cbb53 100644 --- a/test/core/client_config/lb_policies_test.c +++ b/test/core/client_config/lb_policies_test.c @@ -137,9 +137,8 @@ static void kill_server(const servers_fixture *f, size_t i) { gpr_log(GPR_INFO, "KILLING SERVER %d", i); GPR_ASSERT(f->servers[i] != NULL); grpc_server_shutdown_and_notify(f->servers[i], f->cq, tag(10000)); - GPR_ASSERT( - grpc_completion_queue_pluck(f->cq, tag(10000), n_millis_time(5000), NULL) - .type == GRPC_OP_COMPLETE); + GPR_ASSERT(grpc_completion_queue_pluck(f->cq, tag(10000), n_millis_time(5000), + NULL).type == GRPC_OP_COMPLETE); grpc_server_destroy(f->servers[i]); f->servers[i] = NULL; } @@ -205,8 +204,8 @@ static void teardown_servers(servers_fixture *f) { if (f->servers[i] == NULL) continue; grpc_server_shutdown_and_notify(f->servers[i], f->cq, tag(10000)); GPR_ASSERT(grpc_completion_queue_pluck(f->cq, tag(10000), - n_millis_time(5000), NULL) - .type == GRPC_OP_COMPLETE); + n_millis_time(5000), + NULL).type == GRPC_OP_COMPLETE); grpc_server_destroy(f->servers[i]); } grpc_completion_queue_shutdown(f->cq); @@ -304,8 +303,8 @@ static int *perform_request(servers_fixture *f, grpc_channel *client, s_idx = -1; while ((ev = grpc_completion_queue_next( - f->cq, GRPC_TIMEOUT_SECONDS_TO_DEADLINE(1), NULL)) - .type != GRPC_QUEUE_TIMEOUT) { + f->cq, GRPC_TIMEOUT_SECONDS_TO_DEADLINE(1), NULL)).type != + GRPC_QUEUE_TIMEOUT) { GPR_ASSERT(ev.type == GRPC_OP_COMPLETE); read_tag = ((int)(gpr_intptr)ev.tag); gpr_log(GPR_DEBUG, "EVENT: success:%d, type:%d, tag:%d iter:%d", @@ -377,8 +376,9 @@ static int *perform_request(servers_fixture *f, grpc_channel *client, } } - GPR_ASSERT(grpc_completion_queue_next( - f->cq, GRPC_TIMEOUT_MILLIS_TO_DEADLINE(200), NULL).type == GRPC_QUEUE_TIMEOUT); + GPR_ASSERT(grpc_completion_queue_next(f->cq, + GRPC_TIMEOUT_MILLIS_TO_DEADLINE(200), + NULL).type == GRPC_QUEUE_TIMEOUT); grpc_metadata_array_destroy(&rdata->initial_metadata_recv); grpc_metadata_array_destroy(&rdata->trailing_metadata_recv); @@ -800,7 +800,8 @@ static void verify_rebirth_round_robin(const servers_fixture *f, const size_t expected_seq_length = f->num_servers; int *seen_elements; - dump_array("actual_connection_sequence", actual_connection_sequence, num_iters); + dump_array("actual_connection_sequence", actual_connection_sequence, + num_iters); /* verify conn. seq. expectation */ /* get the first unique run of length "num_servers". */ From 366f42c12d3a99248b15f55463ca27c41df68c6d Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Wed, 16 Dec 2015 22:05:46 -0800 Subject: [PATCH 08/23] Removing the auth context from the security connector. The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct. --- src/core/httpcli/httpcli_security_connector.c | 17 ++-- src/core/security/client_auth_filter.c | 22 ++++-- src/core/security/handshake.c | 24 +++--- src/core/security/security_connector.c | 79 +++++++++---------- src/core/security/security_connector.h | 47 +++++------ src/core/security/server_secure_chttp2.c | 10 ++- src/core/surface/secure_channel_create.c | 14 +++- 7 files changed, 117 insertions(+), 96 deletions(-) diff --git a/src/core/httpcli/httpcli_security_connector.c b/src/core/httpcli/httpcli_security_connector.c index a5aa5513735..60c6cf6ac2c 100644 --- a/src/core/httpcli/httpcli_security_connector.c +++ b/src/core/httpcli/httpcli_security_connector.c @@ -68,7 +68,7 @@ static void httpcli_ssl_do_handshake(grpc_exec_ctx *exec_ctx, tsi_result result = TSI_OK; tsi_handshaker *handshaker; if (c->handshaker_factory == NULL) { - cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL); + cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL, NULL); return; } result = tsi_ssl_handshaker_factory_create_handshaker( @@ -76,17 +76,17 @@ static void httpcli_ssl_do_handshake(grpc_exec_ctx *exec_ctx, if (result != TSI_OK) { gpr_log(GPR_ERROR, "Handshaker creation failed with error %s.", tsi_result_to_string(result)); - cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL); + cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL, NULL); } else { grpc_do_security_handshake(exec_ctx, handshaker, sc, nonsecure_endpoint, cb, user_data); } } -static grpc_security_status httpcli_ssl_check_peer(grpc_security_connector *sc, - tsi_peer peer, - grpc_security_check_cb cb, - void *user_data) { +static void httpcli_ssl_check_peer(grpc_exec_ctx *exec_ctx, + grpc_security_connector *sc, tsi_peer peer, + grpc_security_peer_check_cb cb, + void *user_data) { grpc_httpcli_ssl_channel_security_connector *c = (grpc_httpcli_ssl_channel_security_connector *)sc; grpc_security_status status = GRPC_SECURITY_OK; @@ -99,7 +99,7 @@ static grpc_security_status httpcli_ssl_check_peer(grpc_security_connector *sc, status = GRPC_SECURITY_ERROR; } tsi_peer_destruct(&peer); - return status; + cb(exec_ctx, user_data, status, NULL); } static grpc_security_connector_vtable httpcli_ssl_vtable = { @@ -149,7 +149,8 @@ typedef struct { static void on_secure_transport_setup_done(grpc_exec_ctx *exec_ctx, void *rp, grpc_security_status status, - grpc_endpoint *secure_endpoint) { + grpc_endpoint *secure_endpoint, + grpc_auth_context *auth_context) { on_done_closure *c = rp; if (status != GRPC_SECURITY_OK) { gpr_log(GPR_ERROR, "Secure transport setup failed with error %d.", status); diff --git a/src/core/security/client_auth_filter.c b/src/core/security/client_auth_filter.c index b1fd733c912..c55990025bc 100644 --- a/src/core/security/client_auth_filter.c +++ b/src/core/security/client_auth_filter.c @@ -68,6 +68,7 @@ typedef struct { /* We can have a per-channel credentials. */ typedef struct { grpc_channel_security_connector *security_connector; + grpc_auth_context *auth_context; } channel_data; static void reset_auth_metadata_context( @@ -122,6 +123,7 @@ static void on_credentials_metadata(grpc_exec_ctx *exec_ctx, void *user_data, } void build_auth_metadata_context(grpc_security_connector *sc, + grpc_auth_context *auth_context, call_data *calld) { char *service = gpr_strdup(grpc_mdstr_as_c_string(calld->method)); char *last_slash = strrchr(service, '/'); @@ -145,7 +147,7 @@ void build_auth_metadata_context(grpc_security_connector *sc, calld->auth_md_context.service_url = service_url; calld->auth_md_context.method_name = method_name; calld->auth_md_context.channel_auth_context = - GRPC_AUTH_CONTEXT_REF(sc->auth_context, "grpc_auth_metadata_context"); + GRPC_AUTH_CONTEXT_REF(auth_context, "grpc_auth_metadata_context"); gpr_free(service); } @@ -179,7 +181,8 @@ static void send_security_metadata(grpc_exec_ctx *exec_ctx, call_creds_has_md ? ctx->creds : channel_call_creds); } - build_auth_metadata_context(&chand->security_connector->base, calld); + build_auth_metadata_context(&chand->security_connector->base, + chand->auth_context, calld); calld->op = *op; /* Copy op (originates from the caller's stack). */ GPR_ASSERT(calld->pollset); grpc_call_credentials_get_request_metadata( @@ -230,7 +233,7 @@ static void auth_start_transport_op(grpc_exec_ctx *exec_ctx, sec_ctx = op->context[GRPC_CONTEXT_SECURITY].value; GRPC_AUTH_CONTEXT_UNREF(sec_ctx->auth_context, "client auth filter"); sec_ctx->auth_context = GRPC_AUTH_CONTEXT_REF( - chand->security_connector->base.auth_context, "client_auth_filter"); + chand->auth_context, "client_auth_filter"); } if (op->send_initial_metadata != NULL) { @@ -307,6 +310,9 @@ static void init_channel_elem(grpc_exec_ctx *exec_ctx, grpc_channel_element_args *args) { grpc_security_connector *sc = grpc_find_security_connector_in_args(args->channel_args); + grpc_auth_context *auth_context = + grpc_find_auth_context_in_args(args->channel_args); + /* grab pointers to our data from the channel element */ channel_data *chand = elem->channel_data; @@ -315,12 +321,15 @@ static void init_channel_elem(grpc_exec_ctx *exec_ctx, path */ GPR_ASSERT(!args->is_last); GPR_ASSERT(sc != NULL); + GPR_ASSERT(auth_context != NULL); /* initialize members */ GPR_ASSERT(sc->is_client_side); chand->security_connector = (grpc_channel_security_connector *)GRPC_SECURITY_CONNECTOR_REF( sc, "client_auth_filter"); + chand->auth_context = + GRPC_AUTH_CONTEXT_REF(auth_context, "client_auth_filter"); } /* Destructor for channel data */ @@ -328,10 +337,11 @@ static void destroy_channel_elem(grpc_exec_ctx *exec_ctx, grpc_channel_element *elem) { /* grab pointers to our data from the channel element */ channel_data *chand = elem->channel_data; - grpc_channel_security_connector *ctx = chand->security_connector; - if (ctx != NULL) { - GRPC_SECURITY_CONNECTOR_UNREF(&ctx->base, "client_auth_filter"); + grpc_channel_security_connector *sc = chand->security_connector; + if (sc != NULL) { + GRPC_SECURITY_CONNECTOR_UNREF(&sc->base, "client_auth_filter"); } + GRPC_AUTH_CONTEXT_UNREF(chand->auth_context, "client_auth_filter"); } const grpc_channel_filter grpc_client_auth_filter = { diff --git a/src/core/security/handshake.c b/src/core/security/handshake.c index 6734187fce8..364b7653965 100644 --- a/src/core/security/handshake.c +++ b/src/core/security/handshake.c @@ -35,6 +35,7 @@ #include +#include "src/core/security/security_context.h" #include "src/core/security/secure_endpoint.h" #include #include @@ -56,6 +57,7 @@ typedef struct { void *user_data; grpc_closure on_handshake_data_sent_to_peer; grpc_closure on_handshake_data_received_from_peer; + grpc_auth_context *auth_context; } grpc_security_handshake; static void on_handshake_data_received_from_peer(grpc_exec_ctx *exec_ctx, @@ -96,7 +98,8 @@ static void security_handshake_done(grpc_exec_ctx *exec_ctx, security_connector_remove_handshake(h); } if (is_success) { - h->cb(exec_ctx, h->user_data, GRPC_SECURITY_OK, h->secure_endpoint); + h->cb(exec_ctx, h->user_data, GRPC_SECURITY_OK, h->secure_endpoint, + h->auth_context); } else { if (h->secure_endpoint != NULL) { grpc_endpoint_shutdown(exec_ctx, h->secure_endpoint); @@ -104,19 +107,21 @@ static void security_handshake_done(grpc_exec_ctx *exec_ctx, } else { grpc_endpoint_destroy(exec_ctx, h->wrapped_endpoint); } - h->cb(exec_ctx, h->user_data, GRPC_SECURITY_ERROR, NULL); + h->cb(exec_ctx, h->user_data, GRPC_SECURITY_ERROR, NULL, NULL); } if (h->handshaker != NULL) tsi_handshaker_destroy(h->handshaker); if (h->handshake_buffer != NULL) gpr_free(h->handshake_buffer); gpr_slice_buffer_destroy(&h->left_overs); gpr_slice_buffer_destroy(&h->outgoing); gpr_slice_buffer_destroy(&h->incoming); + GRPC_AUTH_CONTEXT_UNREF(h->auth_context, "handshake"); GRPC_SECURITY_CONNECTOR_UNREF(h->connector, "handshake"); gpr_free(h); } static void on_peer_checked(grpc_exec_ctx *exec_ctx, void *user_data, - grpc_security_status status) { + grpc_security_status status, + grpc_auth_context *auth_context) { grpc_security_handshake *h = user_data; tsi_frame_protector *protector; tsi_result result; @@ -125,6 +130,7 @@ static void on_peer_checked(grpc_exec_ctx *exec_ctx, void *user_data, security_handshake_done(exec_ctx, h, 0); return; } + h->auth_context = GRPC_AUTH_CONTEXT_REF(auth_context, "handshake"); result = tsi_handshaker_create_frame_protector(h->handshaker, NULL, &protector); if (result != TSI_OK) { @@ -143,7 +149,6 @@ static void on_peer_checked(grpc_exec_ctx *exec_ctx, void *user_data, } static void check_peer(grpc_exec_ctx *exec_ctx, grpc_security_handshake *h) { - grpc_security_status peer_status; tsi_peer peer; tsi_result result = tsi_handshaker_extract_peer(h->handshaker, &peer); @@ -153,15 +158,8 @@ static void check_peer(grpc_exec_ctx *exec_ctx, grpc_security_handshake *h) { security_handshake_done(exec_ctx, h, 0); return; } - peer_status = grpc_security_connector_check_peer(h->connector, peer, - on_peer_checked, h); - if (peer_status == GRPC_SECURITY_ERROR) { - gpr_log(GPR_ERROR, "Peer check failed."); - security_handshake_done(exec_ctx, h, 0); - return; - } else if (peer_status == GRPC_SECURITY_OK) { - on_peer_checked(exec_ctx, h, peer_status); - } + grpc_security_connector_check_peer(exec_ctx, h->connector, peer, + on_peer_checked, h); } static void send_handshake_bytes_to_peer(grpc_exec_ctx *exec_ctx, diff --git a/src/core/security/security_connector.c b/src/core/security/security_connector.c index 8c6ab0b8a46..3828451795a 100644 --- a/src/core/security/security_connector.c +++ b/src/core/security/security_connector.c @@ -124,25 +124,26 @@ void grpc_security_connector_do_handshake(grpc_exec_ctx *exec_ctx, grpc_security_handshake_done_cb cb, void *user_data) { if (sc == NULL || nonsecure_endpoint == NULL) { - cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL); + cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL, NULL); } else { sc->vtable->do_handshake(exec_ctx, sc, nonsecure_endpoint, cb, user_data); } } -grpc_security_status grpc_security_connector_check_peer( - grpc_security_connector *sc, tsi_peer peer, grpc_security_check_cb cb, - void *user_data) { +void grpc_security_connector_check_peer( + grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, tsi_peer peer, + grpc_security_peer_check_cb cb, void *user_data) { if (sc == NULL) { tsi_peer_destruct(&peer); - return GRPC_SECURITY_ERROR; + cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL); + } else { + sc->vtable->check_peer(exec_ctx, sc, peer, cb, user_data); } - return sc->vtable->check_peer(sc, peer, cb, user_data); } grpc_security_status grpc_channel_security_connector_check_call_host( grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_check_cb cb, void *user_data) { + const char *host, grpc_security_call_host_check_cb cb, void *user_data) { if (sc == NULL || sc->check_call_host == NULL) return GRPC_SECURITY_ERROR; return sc->check_call_host(exec_ctx, sc, host, cb, user_data); } @@ -229,22 +230,20 @@ typedef struct { static void fake_channel_destroy(grpc_security_connector *sc) { grpc_channel_security_connector *c = (grpc_channel_security_connector *)sc; grpc_call_credentials_unref(c->request_metadata_creds); - GRPC_AUTH_CONTEXT_UNREF(sc->auth_context, "connector"); gpr_free(sc); } static void fake_server_destroy(grpc_security_connector *sc) { - GRPC_AUTH_CONTEXT_UNREF(sc->auth_context, "connector"); gpr_mu_destroy(&sc->mu); gpr_free(sc); } -static grpc_security_status fake_check_peer(grpc_security_connector *sc, - tsi_peer peer, - grpc_security_check_cb cb, - void *user_data) { +static void fake_check_peer(grpc_exec_ctx *exec_ctx, + grpc_security_connector *sc, tsi_peer peer, + grpc_security_peer_check_cb cb, void *user_data) { const char *prop_name; grpc_security_status status = GRPC_SECURITY_OK; + grpc_auth_context *auth_context = NULL; if (peer.property_count != 1) { gpr_log(GPR_ERROR, "Fake peers should only have 1 property."); status = GRPC_SECURITY_ERROR; @@ -264,20 +263,20 @@ static grpc_security_status fake_check_peer(grpc_security_connector *sc, status = GRPC_SECURITY_ERROR; goto end; } - GRPC_AUTH_CONTEXT_UNREF(sc->auth_context, "connector"); - sc->auth_context = grpc_auth_context_create(NULL); + auth_context = grpc_auth_context_create(NULL); grpc_auth_context_add_cstring_property( - sc->auth_context, GRPC_TRANSPORT_SECURITY_TYPE_PROPERTY_NAME, + auth_context, GRPC_TRANSPORT_SECURITY_TYPE_PROPERTY_NAME, GRPC_FAKE_TRANSPORT_SECURITY_TYPE); end: + cb(exec_ctx, user_data, status, auth_context); tsi_peer_destruct(&peer); - return status; + grpc_auth_context_unref(auth_context); } static grpc_security_status fake_channel_check_call_host( grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_check_cb cb, void *user_data) { + const char *host, grpc_security_call_host_check_cb cb, void *user_data) { grpc_fake_channel_security_connector *c = (grpc_fake_channel_security_connector *)sc; if (c->call_host_check_is_async) { @@ -347,6 +346,8 @@ typedef struct { tsi_ssl_handshaker_factory *handshaker_factory; char *target_name; char *overridden_target_name; + /* TODO(jboeuf): Remove this: the security connector is channel-wide construct + as opposed to the peer which is for one transport (or sub-channel). */ tsi_peer peer; } grpc_ssl_channel_security_connector; @@ -365,7 +366,6 @@ static void ssl_channel_destroy(grpc_security_connector *sc) { if (c->target_name != NULL) gpr_free(c->target_name); if (c->overridden_target_name != NULL) gpr_free(c->overridden_target_name); tsi_peer_destruct(&c->peer); - GRPC_AUTH_CONTEXT_UNREF(sc->auth_context, "connector"); gpr_free(sc); } @@ -376,7 +376,6 @@ static void ssl_server_destroy(grpc_security_connector *sc) { if (c->handshaker_factory != NULL) { tsi_ssl_handshaker_factory_destroy(c->handshaker_factory); } - GRPC_AUTH_CONTEXT_UNREF(sc->auth_context, "connector"); gpr_mu_destroy(&sc->mu); gpr_free(sc); } @@ -410,7 +409,7 @@ static void ssl_channel_do_handshake(grpc_exec_ctx *exec_ctx, : c->target_name, &handshaker); if (status != GRPC_SECURITY_OK) { - cb(exec_ctx, user_data, status, NULL); + cb(exec_ctx, user_data, status, NULL, NULL); } else { grpc_do_security_handshake(exec_ctx, handshaker, sc, nonsecure_endpoint, cb, user_data); @@ -428,7 +427,7 @@ static void ssl_server_do_handshake(grpc_exec_ctx *exec_ctx, grpc_security_status status = ssl_create_handshaker(c->handshaker_factory, 0, NULL, &handshaker); if (status != GRPC_SECURITY_OK) { - cb(exec_ctx, user_data, status, NULL); + cb(exec_ctx, user_data, status, NULL, NULL); } else { grpc_do_security_handshake(exec_ctx, handshaker, sc, nonsecure_endpoint, cb, user_data); @@ -488,7 +487,8 @@ grpc_auth_context *tsi_ssl_peer_to_auth_context(const tsi_peer *peer) { static grpc_security_status ssl_check_peer(grpc_security_connector *sc, const char *peer_name, - const tsi_peer *peer) { + const tsi_peer *peer, + grpc_auth_context **auth_context) { /* Check the ALPN. */ const tsi_peer_property *p = tsi_peer_get_property_by_name(peer, TSI_SSL_ALPN_SELECTED_PROTOCOL); @@ -506,41 +506,40 @@ static grpc_security_status ssl_check_peer(grpc_security_connector *sc, gpr_log(GPR_ERROR, "Peer name %s is not in peer certificate", peer_name); return GRPC_SECURITY_ERROR; } - if (sc->auth_context != NULL) { - GRPC_AUTH_CONTEXT_UNREF(sc->auth_context, "connector"); - } - sc->auth_context = tsi_ssl_peer_to_auth_context(peer); + *auth_context = tsi_ssl_peer_to_auth_context(peer); return GRPC_SECURITY_OK; } -static grpc_security_status ssl_channel_check_peer(grpc_security_connector *sc, - tsi_peer peer, - grpc_security_check_cb cb, - void *user_data) { +static void ssl_channel_check_peer( + grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, tsi_peer peer, + grpc_security_peer_check_cb cb, void *user_data) { grpc_ssl_channel_security_connector *c = (grpc_ssl_channel_security_connector *)sc; grpc_security_status status; + grpc_auth_context *auth_context = NULL; tsi_peer_destruct(&c->peer); c->peer = peer; status = ssl_check_peer(sc, c->overridden_target_name != NULL ? c->overridden_target_name : c->target_name, - &peer); - return status; + &peer, &auth_context); + cb(exec_ctx, user_data, status, auth_context); + grpc_auth_context_unref(auth_context); } -static grpc_security_status ssl_server_check_peer(grpc_security_connector *sc, - tsi_peer peer, - grpc_security_check_cb cb, - void *user_data) { - grpc_security_status status = ssl_check_peer(sc, NULL, &peer); +static void ssl_server_check_peer( + grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, tsi_peer peer, + grpc_security_peer_check_cb cb, void *user_data) { + grpc_auth_context *auth_context = NULL; + grpc_security_status status = ssl_check_peer(sc, NULL, &peer, &auth_context); tsi_peer_destruct(&peer); - return status; + cb(exec_ctx, user_data, status, auth_context); + grpc_auth_context_unref(auth_context); } static grpc_security_status ssl_channel_check_call_host( grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_check_cb cb, void *user_data) { + const char *host, grpc_security_call_host_check_cb cb, void *user_data) { grpc_ssl_channel_security_connector *c = (grpc_ssl_channel_security_connector *)sc; diff --git a/src/core/security/security_connector.h b/src/core/security/security_connector.h index 7edb05a662e..3f7103699e2 100644 --- a/src/core/security/security_connector.h +++ b/src/core/security/security_connector.h @@ -60,23 +60,24 @@ typedef struct grpc_security_connector grpc_security_connector; #define GRPC_SECURITY_CONNECTOR_ARG "grpc.security_connector" -typedef void (*grpc_security_check_cb)(grpc_exec_ctx *exec_ctx, void *user_data, - grpc_security_status status); +typedef void (*grpc_security_peer_check_cb)(grpc_exec_ctx *exec_ctx, + void *user_data, + grpc_security_status status, + grpc_auth_context *auth_context); /* Ownership of the secure_endpoint is transfered. */ -typedef void (*grpc_security_handshake_done_cb)(grpc_exec_ctx *exec_ctx, - void *user_data, - grpc_security_status status, - grpc_endpoint *secure_endpoint); +typedef void (*grpc_security_handshake_done_cb)( + grpc_exec_ctx *exec_ctx, void *user_data, grpc_security_status status, + grpc_endpoint *secure_endpoint, grpc_auth_context *auth_context); typedef struct { void (*destroy)(grpc_security_connector *sc); void (*do_handshake)(grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, grpc_endpoint *nonsecure_endpoint, grpc_security_handshake_done_cb cb, void *user_data); - grpc_security_status (*check_peer)(grpc_security_connector *sc, tsi_peer peer, - grpc_security_check_cb cb, - void *user_data); + void (*check_peer)(grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, + tsi_peer peer, grpc_security_peer_check_cb cb, + void *user_data); } grpc_security_connector_vtable; typedef struct grpc_security_connector_handshake_list { @@ -89,9 +90,8 @@ struct grpc_security_connector { gpr_refcount refcount; int is_client_side; const char *url_scheme; - grpc_auth_context *auth_context; /* Populated after the peer is checked. */ /* Used on server side only. */ - /* TODO(yangg) maybe create a grpc_server_security_connector with these */ + /* TODO(yangg): Create a grpc_server_security_connector with these. */ gpr_mu mu; grpc_security_connector_handshake_list *handshaking_handshakes; const grpc_channel_args *channel_args; @@ -125,15 +125,13 @@ void grpc_security_connector_do_handshake(grpc_exec_ctx *exec_ctx, void *user_data); /* Check the peer. - Implementations can choose to check the peer either synchronously or - asynchronously. In the first case, a successful call will return - GRPC_SECURITY_OK. In the asynchronous case, the call will return - GRPC_SECURITY_PENDING unless an error is detected early on. Ownership of the peer is transfered. -*/ -grpc_security_status grpc_security_connector_check_peer( - grpc_security_connector *sc, tsi_peer peer, grpc_security_check_cb cb, - void *user_data); + TODO(jboeuf): Pass the peer by const pointer and do not pass ownership. */ +void grpc_security_connector_check_peer(grpc_exec_ctx *exec_ctx, + grpc_security_connector *sc, + tsi_peer peer, + grpc_security_peer_check_cb cb, + void *user_data); void grpc_security_connector_shutdown(grpc_exec_ctx *exec_ctx, grpc_security_connector *connector); @@ -155,13 +153,17 @@ grpc_security_connector *grpc_find_security_connector_in_args( typedef struct grpc_channel_security_connector grpc_channel_security_connector; +typedef void (*grpc_security_call_host_check_cb)(grpc_exec_ctx *exec_ctx, + void *user_data, + grpc_security_status status); + struct grpc_channel_security_connector { grpc_security_connector base; /* requires is_client_side to be non 0. */ grpc_call_credentials *request_metadata_creds; grpc_security_status (*check_call_host)(grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, const char *host, - grpc_security_check_cb cb, + grpc_security_call_host_check_cb cb, void *user_data); }; @@ -169,10 +171,11 @@ struct grpc_channel_security_connector { Implementations can choose do the check either synchronously or asynchronously. In the first case, a successful call will return GRPC_SECURITY_OK. In the asynchronous case, the call will return - GRPC_SECURITY_PENDING unless an error is detected early on. */ + GRPC_SECURITY_PENDING unless an error is detected early on. + TODO(jboeuf): add a grpc_auth_context param to test against. */ grpc_security_status grpc_channel_security_connector_check_call_host( grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_check_cb cb, void *user_data); + const char *host, grpc_security_call_host_check_cb cb, void *user_data); /* --- Creation security connectors. --- */ diff --git a/src/core/security/server_secure_chttp2.c b/src/core/security/server_secure_chttp2.c index d1468e40e05..d7fad338549 100644 --- a/src/core/security/server_secure_chttp2.c +++ b/src/core/security/server_secure_chttp2.c @@ -81,14 +81,15 @@ static void state_unref(grpc_server_secure_state *state) { } static void setup_transport(grpc_exec_ctx *exec_ctx, void *statep, - grpc_transport *transport) { + grpc_transport *transport, + grpc_auth_context *auth_context) { static grpc_channel_filter const *extra_filters[] = { &grpc_server_auth_filter, &grpc_http_server_filter}; grpc_server_secure_state *state = statep; grpc_channel_args *args_copy; grpc_arg args_to_add[2]; args_to_add[0] = grpc_server_credentials_to_arg(state->creds); - args_to_add[1] = grpc_auth_context_to_arg(state->sc->auth_context); + args_to_add[1] = grpc_auth_context_to_arg(auth_context); args_copy = grpc_channel_args_copy_and_add( grpc_server_get_channel_args(state->server), args_to_add, GPR_ARRAY_SIZE(args_to_add)); @@ -99,7 +100,8 @@ static void setup_transport(grpc_exec_ctx *exec_ctx, void *statep, static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *statep, grpc_security_status status, - grpc_endpoint *secure_endpoint) { + grpc_endpoint *secure_endpoint, + grpc_auth_context *auth_context) { grpc_server_secure_state *state = statep; grpc_transport *transport; if (status == GRPC_SECURITY_OK) { @@ -109,7 +111,7 @@ static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *statep, transport = grpc_create_chttp2_transport( exec_ctx, grpc_server_get_channel_args(state->server), secure_endpoint, 0); - setup_transport(exec_ctx, state, transport); + setup_transport(exec_ctx, state, transport, auth_context); grpc_chttp2_transport_start_reading(exec_ctx, transport, NULL, 0); } else { /* We need to consume this here, because the server may already have diff --git a/src/core/surface/secure_channel_create.c b/src/core/surface/secure_channel_create.c index 92bd53411d5..8ff3c786817 100644 --- a/src/core/surface/secure_channel_create.c +++ b/src/core/surface/secure_channel_create.c @@ -49,6 +49,7 @@ #include "src/core/iomgr/tcp_client.h" #include "src/core/security/auth_filters.h" #include "src/core/security/credentials.h" +#include "src/core/security/security_context.h" #include "src/core/surface/api_trace.h" #include "src/core/surface/channel.h" #include "src/core/transport/chttp2_transport.h" @@ -88,7 +89,8 @@ static void connector_unref(grpc_exec_ctx *exec_ctx, grpc_connector *con) { static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *arg, grpc_security_status status, - grpc_endpoint *secure_endpoint) { + grpc_endpoint *secure_endpoint, + grpc_auth_context *auth_context) { connector *c = arg; grpc_closure *notify; gpr_mu_lock(&c->mu); @@ -103,8 +105,14 @@ static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *arg, } else { c->connecting_endpoint = NULL; gpr_mu_unlock(&c->mu); - c->result->transport = grpc_create_chttp2_transport( - exec_ctx, c->args.channel_args, secure_endpoint, 1); + { + grpc_arg auth_context_arg = grpc_auth_context_to_arg(auth_context); + grpc_channel_args *args_copy = grpc_channel_args_copy_and_add( + c->args.channel_args, &auth_context_arg, 1); + c->result->transport = grpc_create_chttp2_transport( + exec_ctx, args_copy, secure_endpoint, 1); + grpc_channel_args_destroy(args_copy); + } grpc_chttp2_transport_start_reading(exec_ctx, c->result->transport, NULL, 0); c->result->filters = gpr_malloc(sizeof(grpc_channel_filter *) * 2); From 1212f05d8459f90fda376d55d71bf429acfc618f Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 16 Dec 2015 19:39:41 -0800 Subject: [PATCH 09/23] add run_portability.sh script --- tools/jenkins/run_portability.sh | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 tools/jenkins/run_portability.sh diff --git a/tools/jenkins/run_portability.sh b/tools/jenkins/run_portability.sh new file mode 100755 index 00000000000..afce4ad7438 --- /dev/null +++ b/tools/jenkins/run_portability.sh @@ -0,0 +1,60 @@ +#!/usr/bin/env bash +# Copyright 2015, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# This script is invoked by Jenkins and runs portability tests based on +# env variable setting. +# +# Setting up rvm environment BEFORE we set -ex. +[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh +# To prevent cygwin bash complaining about empty lines ending with \r +# we set the igncr option. The option doesn't exist on Linux, so we fallback +# to just 'set -ex' there. +# NOTE: No empty lines should appear in this file before igncr is set! +set -ex -o igncr || set -ex + +echo "building $scenario" + +parts=($(echo $scenario | tr '_' ' ')) # split scenario into parts + +curr_platform=${parts[0]} # variable named 'platform' breaks the windows build +curr_arch=${parts[1]} +curr_compiler=${parts[2]} + +config='dbg' +maybe_build_only='--build_only' + +if [ "$curr_platform" == "windows" ] +then + win_arch="windows_${curr_arch}" + python tools/run_tests/run_tests.py -t -l $language -c $config --arch ${win_arch} --compiler ${curr_compiler} ${maybe_build_only} -x report.xml $@ +else + echo "Unsupported scenario." + exit 1 +fi From 5b194036b2f2a0a0368fb190b68da68267728d27 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Thu, 17 Dec 2015 16:00:51 -0800 Subject: [PATCH 10/23] Making the stack work with outgoing channel args. --- src/core/client_config/connector.h | 3 +++ src/core/client_config/subchannel.c | 3 ++- src/core/surface/channel_create.c | 1 + src/core/surface/secure_channel_create.c | 18 ++++++++++-------- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/src/core/client_config/connector.h b/src/core/client_config/connector.h index a649f143aef..b4482fa2eeb 100644 --- a/src/core/client_config/connector.h +++ b/src/core/client_config/connector.h @@ -65,6 +65,9 @@ typedef struct { /** any additional filters (owned by the caller of connect) */ const grpc_channel_filter **filters; size_t num_filters; + + /** channel arguments (to be passed to the filters) */ + const grpc_channel_args *channel_args; } grpc_connect_out_args; struct grpc_connector_vtable { diff --git a/src/core/client_config/subchannel.c b/src/core/client_config/subchannel.c index afb1cdbd6dd..9a332c4d673 100644 --- a/src/core/client_config/subchannel.c +++ b/src/core/client_config/subchannel.c @@ -493,7 +493,8 @@ static void publish_transport(grpc_exec_ctx *exec_ctx, grpc_subchannel *c) { con = gpr_malloc(channel_stack_size); stk = CHANNEL_STACK_FROM_CONNECTION(con); grpc_channel_stack_init(exec_ctx, 1, connection_destroy, con, filters, - num_filters, c->args, "CONNECTED_SUBCHANNEL", stk); + num_filters, c->connecting_result.channel_args, + "CONNECTED_SUBCHANNEL", stk); grpc_connected_channel_bind_transport(stk, c->connecting_result.transport); gpr_free((void *)c->connecting_result.filters); memset(&c->connecting_result, 0, sizeof(c->connecting_result)); diff --git a/src/core/surface/channel_create.c b/src/core/surface/channel_create.c index 97ec23408f6..49083f08702 100644 --- a/src/core/surface/channel_create.c +++ b/src/core/surface/channel_create.c @@ -104,6 +104,7 @@ static void connected(grpc_exec_ctx *exec_ctx, void *arg, int success) { grpc_chttp2_transport_start_reading(exec_ctx, c->result->transport, NULL, 0); GPR_ASSERT(c->result->transport); + c->result->channel_args = c->args.channel_args; c->result->filters = gpr_malloc(sizeof(grpc_channel_filter *)); c->result->filters[0] = &grpc_http_client_filter; c->result->num_filters = 1; diff --git a/src/core/surface/secure_channel_create.c b/src/core/surface/secure_channel_create.c index 8ff3c786817..552a570713d 100644 --- a/src/core/surface/secure_channel_create.c +++ b/src/core/surface/secure_channel_create.c @@ -93,6 +93,7 @@ static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *arg, grpc_auth_context *auth_context) { connector *c = arg; grpc_closure *notify; + grpc_channel_args *args_copy = NULL; gpr_mu_lock(&c->mu); if (c->connecting_endpoint == NULL) { memset(c->result, 0, sizeof(*c->result)); @@ -103,18 +104,17 @@ static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *arg, c->connecting_endpoint = NULL; gpr_mu_unlock(&c->mu); } else { + grpc_arg auth_context_arg; c->connecting_endpoint = NULL; gpr_mu_unlock(&c->mu); - { - grpc_arg auth_context_arg = grpc_auth_context_to_arg(auth_context); - grpc_channel_args *args_copy = grpc_channel_args_copy_and_add( - c->args.channel_args, &auth_context_arg, 1); - c->result->transport = grpc_create_chttp2_transport( - exec_ctx, args_copy, secure_endpoint, 1); - grpc_channel_args_destroy(args_copy); - } + c->result->transport = grpc_create_chttp2_transport( + exec_ctx, c->args.channel_args, secure_endpoint, 1); grpc_chttp2_transport_start_reading(exec_ctx, c->result->transport, NULL, 0); + auth_context_arg = grpc_auth_context_to_arg(auth_context); + args_copy = grpc_channel_args_copy_and_add(c->args.channel_args, + &auth_context_arg, 1); + c->result->channel_args = args_copy; c->result->filters = gpr_malloc(sizeof(grpc_channel_filter *) * 2); c->result->filters[0] = &grpc_http_client_filter; c->result->filters[1] = &grpc_client_auth_filter; @@ -122,7 +122,9 @@ static void on_secure_handshake_done(grpc_exec_ctx *exec_ctx, void *arg, } notify = c->notify; c->notify = NULL; + /* look at c->args which are connector args. */ notify->cb(exec_ctx, notify->cb_arg, 1); + if (args_copy != NULL) grpc_channel_args_destroy(args_copy); } static void on_initial_connect_string_sent(grpc_exec_ctx *exec_ctx, void *arg, From 78e07113e9aa7b4324b38d21b18b852aa8590563 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 14:13:11 -0800 Subject: [PATCH 11/23] Get rid of tabs from .include file --- templates/vsprojects/vcxproj_defs.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vsprojects/vcxproj_defs.include b/templates/vsprojects/vcxproj_defs.include index bbaef30fa6e..0d6da3dfdf6 100644 --- a/templates/vsprojects/vcxproj_defs.include +++ b/templates/vsprojects/vcxproj_defs.include @@ -21,12 +21,12 @@ props.extend(['protoc', 'protobuf']) else: if target.language == 'c++': - props.extend(['protobuf']) + props.extend(['protobuf']) props.extend(['winsock', 'zlib']) packages.extend(['grpc.dependencies.zlib']) if target.get('secure', 'check'): props.extend(['openssl']) - packages.extend(['grpc.dependencies.openssl']) + packages.extend(['grpc.dependencies.openssl']) else: props.extend(['winsock']) props.extend(['global']) From 35ca0747b59dfe27e468ac7bdff02f15bd8aab26 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 14:30:11 -0800 Subject: [PATCH 12/23] silence warnings --- templates/vsprojects/vcxproj_defs.include | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/vsprojects/vcxproj_defs.include b/templates/vsprojects/vcxproj_defs.include index 0d6da3dfdf6..10d23f55a34 100644 --- a/templates/vsprojects/vcxproj_defs.include +++ b/templates/vsprojects/vcxproj_defs.include @@ -76,6 +76,8 @@ ${gen_package_props(packages, repo_root)}\ ${project_guid if project_guid else project.vs_project_guid} +## Silence MSB8029 warning. See #4506 + true @@ -148,6 +150,8 @@ ${gen_package_props(packages, repo_root)}\ MultiThreadedDebug true None +## Silence D9007 warning. See #4508 + false ${get_subsystem(project.is_library)} @@ -165,6 +169,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreadedDebug true None + false ${get_subsystem(project.is_library)} @@ -184,6 +189,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreaded true None + false ${get_subsystem(project.is_library)} @@ -205,6 +211,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreaded true None + false ${get_subsystem(project.is_library)} @@ -225,6 +232,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreadedDebug true None + false ${get_subsystem(project.is_library)} @@ -242,6 +250,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreadedDebug true None + false ${get_subsystem(project.is_library)} @@ -261,6 +270,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreaded true None + false ${get_subsystem(project.is_library)} @@ -282,6 +292,7 @@ ${gen_package_props(packages, repo_root)}\ MultiThreaded true None + false ${get_subsystem(project.is_library)} From e3dea2cd999d96b20b74ac2fab25735681fcdd27 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 16:17:09 -0800 Subject: [PATCH 13/23] make Release depend on Release from nuget deps --- templates/vsprojects/vcxproj_defs.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vsprojects/vcxproj_defs.include b/templates/vsprojects/vcxproj_defs.include index 10d23f55a34..23fe2e01806 100644 --- a/templates/vsprojects/vcxproj_defs.include +++ b/templates/vsprojects/vcxproj_defs.include @@ -134,7 +134,7 @@ ${gen_package_props(packages, repo_root)}\ % if package.get('linkage', None) is not None: ${package.linkage} % endif - Debug + ${config} % endif % endfor From ec59bc7f1acea352d9b9da7d3b835fbe05031e6b Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 14:49:40 -0800 Subject: [PATCH 14/23] regenerate project files --- vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | 9 +++++++++ vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj | 5 +++++ .../grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | 5 +++++ .../grpc_objective_c_plugin.vcxproj | 5 +++++ .../grpc_python_plugin/grpc_python_plugin.vcxproj | 5 +++++ .../grpc_ruby_plugin/grpc_ruby_plugin.vcxproj | 5 +++++ .../gen_hpack_tables/gen_hpack_tables.vcxproj | 5 +++++ .../gen_legal_metadata_characters.vcxproj | 5 +++++ vsprojects/vcxproj/gpr/gpr.vcxproj | 5 +++++ .../vcxproj/gpr_test_util/gpr_test_util.vcxproj | 5 +++++ vsprojects/vcxproj/grpc++/grpc++.vcxproj | 9 +++++++++ .../grpc++_test_config/grpc++_test_config.vcxproj | 5 +++++ .../grpc++_test_util/grpc++_test_util.vcxproj | 5 +++++ .../vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj | 9 +++++++++ vsprojects/vcxproj/grpc/grpc.vcxproj | 13 +++++++++++-- .../vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj | 5 +++++ .../vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj | 5 +++++ .../vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj | 9 +++++++-- .../grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | 5 +++++ .../grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj | 5 +++++ .../grpc_objective_c_plugin.vcxproj | 5 +++++ .../grpc_plugin_support/grpc_plugin_support.vcxproj | 5 +++++ .../grpc_print_google_default_creds_token.vcxproj | 5 +++++ .../grpc_python_plugin/grpc_python_plugin.vcxproj | 5 +++++ .../grpc_ruby_plugin/grpc_ruby_plugin.vcxproj | 5 +++++ .../vcxproj/grpc_test_util/grpc_test_util.vcxproj | 5 +++++ .../grpc_test_util_unsecure.vcxproj | 5 +++++ .../vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 9 +++++++++ .../vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj | 5 +++++ .../interop_client_helper.vcxproj | 5 +++++ .../interop_client_main/interop_client_main.vcxproj | 5 +++++ .../interop_server_helper.vcxproj | 5 +++++ .../interop_server_main/interop_server_main.vcxproj | 5 +++++ vsprojects/vcxproj/qps/qps.vcxproj | 5 +++++ .../reconnect_server/reconnect_server.vcxproj | 5 +++++ .../test/algorithm_test/algorithm_test.vcxproj | 9 +++++++-- .../vcxproj/test/alloc_test/alloc_test.vcxproj | 9 +++++++-- vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj | 9 +++++++-- .../async_end2end_test/async_end2end_test.vcxproj | 9 +++++++-- .../auth_property_iterator_test.vcxproj | 9 +++++++-- .../test/bad_client_test/bad_client_test.vcxproj | 5 +++++ .../badreq_bad_client_test.vcxproj | 9 +++++++-- .../test/bin_encoder_test/bin_encoder_test.vcxproj | 9 +++++++-- .../channel_arguments_test.vcxproj | 9 +++++++-- .../channel_create_test/channel_create_test.vcxproj | 9 +++++++-- .../chttp2_hpack_encoder_test.vcxproj | 9 +++++++-- .../chttp2_status_conversion_test.vcxproj | 9 +++++++-- .../chttp2_stream_map_test.vcxproj | 9 +++++++-- .../chttp2_varint_test/chttp2_varint_test.vcxproj | 9 +++++++-- .../test/cli_call_test/cli_call_test.vcxproj | 9 +++++++-- .../client_crash_test_server.vcxproj | 9 +++++++-- .../test/compression_test/compression_test.vcxproj | 9 +++++++-- .../connection_prefix_bad_client_test.vcxproj | 9 +++++++-- .../test/credentials_test/credentials_test.vcxproj | 9 +++++++-- .../cxx_byte_buffer_test.vcxproj | 9 +++++++-- .../test/cxx_slice_test/cxx_slice_test.vcxproj | 9 +++++++-- .../cxx_string_ref_test/cxx_string_ref_test.vcxproj | 9 +++++++-- .../test/cxx_time_test/cxx_time_test.vcxproj | 9 +++++++-- .../dns_resolver_test/dns_resolver_test.vcxproj | 9 +++++++-- .../test/end2end_certs/end2end_certs.vcxproj | 5 +++++ .../end2end_fixture_h2_census.vcxproj | 5 +++++ .../end2end_fixture_h2_compress.vcxproj | 5 +++++ .../end2end_fixture_h2_fakesec.vcxproj | 5 +++++ .../end2end_fixture_h2_full.vcxproj | 5 +++++ .../end2end_fixture_h2_oauth2.vcxproj | 5 +++++ .../end2end_fixture_h2_proxy.vcxproj | 5 +++++ .../end2end_fixture_h2_sockpair+trace.vcxproj | 5 +++++ .../end2end_fixture_h2_sockpair.vcxproj | 5 +++++ .../end2end_fixture_h2_sockpair_1byte.vcxproj | 5 +++++ .../end2end_fixture_h2_ssl.vcxproj | 5 +++++ .../end2end_fixture_h2_ssl_proxy.vcxproj | 5 +++++ .../end2end_fixture_h2_uchannel.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_census.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_compress.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_full.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_proxy.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_sockpair+trace.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_sockpair.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_sockpair_1byte.vcxproj | 5 +++++ .../end2end_nosec_fixture_h2_uchannel.vcxproj | 5 +++++ .../end2end_nosec_test_bad_hostname.vcxproj | 5 +++++ .../end2end_nosec_test_binary_metadata.vcxproj | 5 +++++ .../end2end_nosec_test_cancel_after_accept.vcxproj | 5 +++++ ...2end_nosec_test_cancel_after_client_done.vcxproj | 5 +++++ .../end2end_nosec_test_cancel_after_invoke.vcxproj | 5 +++++ .../end2end_nosec_test_cancel_before_invoke.vcxproj | 5 +++++ .../end2end_nosec_test_cancel_in_a_vacuum.vcxproj | 5 +++++ .../end2end_nosec_test_cancel_with_status.vcxproj | 5 +++++ .../end2end_nosec_test_channel_connectivity.vcxproj | 5 +++++ .../end2end_nosec_test_channel_ping.vcxproj | 5 +++++ .../end2end_nosec_test_compressed_payload.vcxproj | 5 +++++ .../end2end_nosec_test_default_host.vcxproj | 5 +++++ .../end2end_nosec_test_disappearing_server.vcxproj | 5 +++++ .../end2end_nosec_test_empty_batch.vcxproj | 5 +++++ ...2end_nosec_test_graceful_server_shutdown.vcxproj | 5 +++++ .../end2end_nosec_test_high_initial_seqno.vcxproj | 5 +++++ .../end2end_nosec_test_hpack_size.vcxproj | 5 +++++ .../end2end_nosec_test_invoke_large_request.vcxproj | 5 +++++ .../end2end_nosec_test_large_metadata.vcxproj | 5 +++++ ...nd2end_nosec_test_max_concurrent_streams.vcxproj | 5 +++++ .../end2end_nosec_test_max_message_length.vcxproj | 5 +++++ .../end2end_nosec_test_metadata.vcxproj | 5 +++++ .../end2end_nosec_test_negative_deadline.vcxproj | 5 +++++ .../end2end_nosec_test_no_op.vcxproj | 5 +++++ .../end2end_nosec_test_payload.vcxproj | 5 +++++ .../end2end_nosec_test_ping_pong_streaming.vcxproj | 5 +++++ .../end2end_nosec_test_registered_call.vcxproj | 5 +++++ .../end2end_nosec_test_request_with_flags.vcxproj | 5 +++++ .../end2end_nosec_test_request_with_payload.vcxproj | 5 +++++ ...d2end_nosec_test_server_finishes_request.vcxproj | 5 +++++ ...d2end_nosec_test_shutdown_finishes_calls.vcxproj | 5 +++++ ...nd2end_nosec_test_shutdown_finishes_tags.vcxproj | 5 +++++ ...nd2end_nosec_test_simple_delayed_request.vcxproj | 5 +++++ .../end2end_nosec_test_simple_request.vcxproj | 5 +++++ .../end2end_nosec_test_trailing_metadata.vcxproj | 5 +++++ .../vcxproj/test/end2end_test/end2end_test.vcxproj | 9 +++++++-- .../end2end_test_bad_hostname.vcxproj | 5 +++++ .../end2end_test_binary_metadata.vcxproj | 5 +++++ .../end2end_test_call_creds.vcxproj | 5 +++++ .../end2end_test_cancel_after_accept.vcxproj | 5 +++++ .../end2end_test_cancel_after_client_done.vcxproj | 5 +++++ .../end2end_test_cancel_after_invoke.vcxproj | 5 +++++ .../end2end_test_cancel_before_invoke.vcxproj | 5 +++++ .../end2end_test_cancel_in_a_vacuum.vcxproj | 5 +++++ .../end2end_test_cancel_with_status.vcxproj | 5 +++++ .../end2end_test_channel_connectivity.vcxproj | 5 +++++ .../end2end_test_channel_ping.vcxproj | 5 +++++ .../end2end_test_compressed_payload.vcxproj | 5 +++++ .../end2end_test_default_host.vcxproj | 5 +++++ .../end2end_test_disappearing_server.vcxproj | 5 +++++ .../end2end_test_empty_batch.vcxproj | 5 +++++ .../end2end_test_graceful_server_shutdown.vcxproj | 5 +++++ .../end2end_test_high_initial_seqno.vcxproj | 5 +++++ .../end2end_test_hpack_size.vcxproj | 5 +++++ .../end2end_test_invoke_large_request.vcxproj | 5 +++++ .../end2end_test_large_metadata.vcxproj | 5 +++++ .../end2end_test_max_concurrent_streams.vcxproj | 5 +++++ .../end2end_test_max_message_length.vcxproj | 5 +++++ .../end2end_test_metadata.vcxproj | 5 +++++ .../end2end_test_negative_deadline.vcxproj | 5 +++++ .../end2end_test_no_op/end2end_test_no_op.vcxproj | 5 +++++ .../end2end_test_payload.vcxproj | 5 +++++ .../end2end_test_ping_pong_streaming.vcxproj | 5 +++++ .../end2end_test_registered_call.vcxproj | 5 +++++ .../end2end_test_request_with_flags.vcxproj | 5 +++++ .../end2end_test_request_with_payload.vcxproj | 5 +++++ .../end2end_test_server_finishes_request.vcxproj | 5 +++++ .../end2end_test_shutdown_finishes_calls.vcxproj | 5 +++++ .../end2end_test_shutdown_finishes_tags.vcxproj | 5 +++++ .../end2end_test_simple_delayed_request.vcxproj | 5 +++++ .../end2end_test_simple_request.vcxproj | 5 +++++ .../end2end_test_trailing_metadata.vcxproj | 5 +++++ .../endpoint_pair_test/endpoint_pair_test.vcxproj | 9 +++++++-- .../vcxproj/test/fling_client/fling_client.vcxproj | 9 +++++++-- .../vcxproj/test/fling_server/fling_server.vcxproj | 9 +++++++-- .../generic_end2end_test.vcxproj | 9 +++++++-- .../vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj | 9 +++++++-- .../test/gpr_cmdline_test/gpr_cmdline_test.vcxproj | 9 +++++++-- .../vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj | 9 +++++++-- .../vcxproj/test/gpr_env_test/gpr_env_test.vcxproj | 9 +++++++-- .../test/gpr_file_test/gpr_file_test.vcxproj | 9 +++++++-- .../gpr_histogram_test/gpr_histogram_test.vcxproj | 9 +++++++-- .../gpr_host_port_test/gpr_host_port_test.vcxproj | 9 +++++++-- .../vcxproj/test/gpr_log_test/gpr_log_test.vcxproj | 9 +++++++-- .../gpr_slice_buffer_test.vcxproj | 9 +++++++-- .../test/gpr_slice_test/gpr_slice_test.vcxproj | 9 +++++++-- .../gpr_stack_lockfree_test.vcxproj | 9 +++++++-- .../test/gpr_string_test/gpr_string_test.vcxproj | 9 +++++++-- .../test/gpr_sync_test/gpr_sync_test.vcxproj | 9 +++++++-- .../vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj | 9 +++++++-- .../test/gpr_time_test/gpr_time_test.vcxproj | 9 +++++++-- .../vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj | 9 +++++++-- .../test/gpr_useful_test/gpr_useful_test.vcxproj | 9 +++++++-- .../grpc_auth_context_test.vcxproj | 9 +++++++-- .../test/grpc_base64_test/grpc_base64_test.vcxproj | 9 +++++++-- .../grpc_byte_buffer_reader_test.vcxproj | 9 +++++++-- .../grpc_channel_args_test.vcxproj | 9 +++++++-- .../grpc_channel_stack_test.vcxproj | 9 +++++++-- vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj | 9 +++++++-- .../grpc_completion_queue_test.vcxproj | 9 +++++++-- .../grpc_credentials_test.vcxproj | 9 +++++++-- .../grpc_invalid_channel_args_test.vcxproj | 9 +++++++-- .../grpc_jwt_verifier_test.vcxproj | 9 +++++++-- .../grpc_security_connector_test.vcxproj | 9 +++++++-- .../h2_census_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_census_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_census_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_census_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_census_call_creds_test.vcxproj | 9 +++++++-- ...h2_census_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- .../h2_census_cancel_after_accept_test.vcxproj | 9 +++++++-- ...nsus_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- .../h2_census_cancel_after_client_done_test.vcxproj | 9 +++++++-- ...h2_census_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_census_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...2_census_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_census_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_census_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- .../h2_census_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_census_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- .../h2_census_cancel_with_status_test.vcxproj | 9 +++++++-- ...2_census_channel_connectivity_nosec_test.vcxproj | 9 +++++++-- .../h2_census_channel_connectivity_test.vcxproj | 9 +++++++-- .../h2_census_channel_ping_nosec_test.vcxproj | 9 +++++++-- .../h2_census_channel_ping_test.vcxproj | 9 +++++++-- .../h2_census_compressed_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_census_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_census_default_host_nosec_test.vcxproj | 9 +++++++-- .../h2_census_default_host_test.vcxproj | 9 +++++++-- ...h2_census_disappearing_server_nosec_test.vcxproj | 9 +++++++-- .../h2_census_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_census_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_census_empty_batch_test.vcxproj | 9 +++++++-- ...nsus_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- .../h2_census_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_census_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- .../h2_census_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_census_hpack_size_nosec_test.vcxproj | 9 +++++++-- .../h2_census_hpack_size_test.vcxproj | 9 +++++++-- ...2_census_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- .../h2_census_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_census_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_census_large_metadata_test.vcxproj | 9 +++++++-- ...census_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- .../h2_census_max_concurrent_streams_test.vcxproj | 9 +++++++-- .../h2_census_max_message_length_nosec_test.vcxproj | 9 +++++++-- .../h2_census_max_message_length_test.vcxproj | 9 +++++++-- .../h2_census_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_census_metadata_test.vcxproj | 9 +++++++-- .../h2_census_negative_deadline_nosec_test.vcxproj | 9 +++++++-- .../h2_census_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_census_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_census_no_op_test.vcxproj | 9 +++++++-- .../h2_census_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_census_payload_test.vcxproj | 9 +++++++-- ...h2_census_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- .../h2_census_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_census_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_census_registered_call_test.vcxproj | 9 +++++++-- .../h2_census_request_with_flags_nosec_test.vcxproj | 9 +++++++-- .../h2_census_request_with_flags_test.vcxproj | 9 +++++++-- ...2_census_request_with_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_census_request_with_payload_test.vcxproj | 9 +++++++-- ...ensus_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- .../h2_census_server_finishes_request_test.vcxproj | 9 +++++++-- ...ensus_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- .../h2_census_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...census_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- .../h2_census_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ...census_simple_delayed_request_nosec_test.vcxproj | 9 +++++++-- .../h2_census_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_census_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_census_simple_request_test.vcxproj | 9 +++++++-- .../h2_census_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_census_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_compress_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_compress_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_compress_call_creds_test.vcxproj | 9 +++++++-- ..._compress_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_cancel_after_accept_test.vcxproj | 9 +++++++-- ...ress_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- ...2_compress_cancel_after_client_done_test.vcxproj | 9 +++++++-- ..._compress_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...compress_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_cancel_before_invoke_test.vcxproj | 9 +++++++-- ...2_compress_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- ...2_compress_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_cancel_with_status_test.vcxproj | 9 +++++++-- ...compress_channel_connectivity_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_channel_connectivity_test.vcxproj | 9 +++++++-- .../h2_compress_channel_ping_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_channel_ping_test.vcxproj | 9 +++++++-- ...2_compress_compressed_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_compress_default_host_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_default_host_test.vcxproj | 9 +++++++-- ..._compress_disappearing_server_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_compress_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_empty_batch_test.vcxproj | 9 +++++++-- ...ress_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- ...2_compress_graceful_server_shutdown_test.vcxproj | 9 +++++++-- ...2_compress_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_compress_hpack_size_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_hpack_size_test.vcxproj | 9 +++++++-- ...compress_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_compress_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_large_metadata_test.vcxproj | 9 +++++++-- ...mpress_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_max_concurrent_streams_test.vcxproj | 9 +++++++-- ...2_compress_max_message_length_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_max_message_length_test.vcxproj | 9 +++++++-- .../h2_compress_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_metadata_test.vcxproj | 9 +++++++-- ...h2_compress_negative_deadline_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_compress_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_no_op_test.vcxproj | 9 +++++++-- .../h2_compress_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_payload_test.vcxproj | 9 +++++++-- ..._compress_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_compress_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_registered_call_test.vcxproj | 9 +++++++-- ...2_compress_request_with_flags_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_request_with_flags_test.vcxproj | 9 +++++++-- ...compress_request_with_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_request_with_payload_test.vcxproj | 9 +++++++-- ...press_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- ...h2_compress_server_finishes_request_test.vcxproj | 9 +++++++-- ...press_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- ...h2_compress_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...mpress_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ...mpress_simple_delayed_request_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_compress_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_simple_request_test.vcxproj | 9 +++++++-- ...h2_compress_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_compress_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_fakesec_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_fakesec_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_fakesec_call_creds_test.vcxproj | 9 +++++++-- .../h2_fakesec_cancel_after_accept_test.vcxproj | 9 +++++++-- ...h2_fakesec_cancel_after_client_done_test.vcxproj | 9 +++++++-- .../h2_fakesec_cancel_after_invoke_test.vcxproj | 9 +++++++-- .../h2_fakesec_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_fakesec_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_fakesec_cancel_with_status_test.vcxproj | 9 +++++++-- .../h2_fakesec_channel_connectivity_test.vcxproj | 9 +++++++-- .../h2_fakesec_channel_ping_test.vcxproj | 9 +++++++-- .../h2_fakesec_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_fakesec_default_host_test.vcxproj | 9 +++++++-- .../h2_fakesec_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_fakesec_empty_batch_test.vcxproj | 9 +++++++-- ...h2_fakesec_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_fakesec_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_fakesec_hpack_size_test.vcxproj | 9 +++++++-- .../h2_fakesec_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_fakesec_large_metadata_test.vcxproj | 9 +++++++-- .../h2_fakesec_max_concurrent_streams_test.vcxproj | 9 +++++++-- .../h2_fakesec_max_message_length_test.vcxproj | 9 +++++++-- .../h2_fakesec_metadata_test.vcxproj | 9 +++++++-- .../h2_fakesec_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_fakesec_no_op_test.vcxproj | 9 +++++++-- .../h2_fakesec_payload_test.vcxproj | 9 +++++++-- .../h2_fakesec_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_fakesec_registered_call_test.vcxproj | 9 +++++++-- .../h2_fakesec_request_with_flags_test.vcxproj | 9 +++++++-- .../h2_fakesec_request_with_payload_test.vcxproj | 9 +++++++-- .../h2_fakesec_server_finishes_request_test.vcxproj | 9 +++++++-- .../h2_fakesec_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- .../h2_fakesec_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- .../h2_fakesec_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_fakesec_simple_request_test.vcxproj | 9 +++++++-- .../h2_fakesec_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_full_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_full_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_full_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_full_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_full_call_creds_test.vcxproj | 9 +++++++-- .../h2_full_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- .../h2_full_cancel_after_accept_test.vcxproj | 9 +++++++-- ...full_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- .../h2_full_cancel_after_client_done_test.vcxproj | 9 +++++++-- .../h2_full_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_full_cancel_after_invoke_test.vcxproj | 9 +++++++-- .../h2_full_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_full_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_full_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- .../h2_full_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_full_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- .../h2_full_cancel_with_status_test.vcxproj | 9 +++++++-- .../h2_full_channel_connectivity_nosec_test.vcxproj | 9 +++++++-- .../h2_full_channel_connectivity_test.vcxproj | 9 +++++++-- .../h2_full_channel_ping_nosec_test.vcxproj | 9 +++++++-- .../h2_full_channel_ping_test.vcxproj | 9 +++++++-- .../h2_full_compressed_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_full_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_full_default_host_nosec_test.vcxproj | 9 +++++++-- .../h2_full_default_host_test.vcxproj | 9 +++++++-- .../h2_full_disappearing_server_nosec_test.vcxproj | 9 +++++++-- .../h2_full_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_full_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_full_empty_batch_test.vcxproj | 9 +++++++-- ...full_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- .../h2_full_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_full_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- .../h2_full_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_full_hpack_size_nosec_test.vcxproj | 9 +++++++-- .../h2_full_hpack_size_test.vcxproj | 9 +++++++-- .../h2_full_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- .../h2_full_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_full_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_full_large_metadata_test.vcxproj | 9 +++++++-- ...2_full_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- .../h2_full_max_concurrent_streams_test.vcxproj | 9 +++++++-- .../h2_full_max_message_length_nosec_test.vcxproj | 9 +++++++-- .../h2_full_max_message_length_test.vcxproj | 9 +++++++-- .../h2_full_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_full_metadata_test.vcxproj | 9 +++++++-- .../h2_full_negative_deadline_nosec_test.vcxproj | 9 +++++++-- .../h2_full_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_full_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_full_no_op_test/h2_full_no_op_test.vcxproj | 9 +++++++-- .../h2_full_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_full_payload_test.vcxproj | 9 +++++++-- .../h2_full_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- .../h2_full_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_full_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_full_registered_call_test.vcxproj | 9 +++++++-- .../h2_full_request_with_flags_nosec_test.vcxproj | 9 +++++++-- .../h2_full_request_with_flags_test.vcxproj | 9 +++++++-- .../h2_full_request_with_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_full_request_with_payload_test.vcxproj | 9 +++++++-- ..._full_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- .../h2_full_server_finishes_request_test.vcxproj | 9 +++++++-- ..._full_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- .../h2_full_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...2_full_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- .../h2_full_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ...2_full_simple_delayed_request_nosec_test.vcxproj | 9 +++++++-- .../h2_full_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_full_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_full_simple_request_test.vcxproj | 9 +++++++-- .../h2_full_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_full_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_oauth2_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_oauth2_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_oauth2_call_creds_test.vcxproj | 9 +++++++-- .../h2_oauth2_cancel_after_accept_test.vcxproj | 9 +++++++-- .../h2_oauth2_cancel_after_client_done_test.vcxproj | 9 +++++++-- .../h2_oauth2_cancel_after_invoke_test.vcxproj | 9 +++++++-- .../h2_oauth2_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_oauth2_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_oauth2_cancel_with_status_test.vcxproj | 9 +++++++-- .../h2_oauth2_channel_connectivity_test.vcxproj | 9 +++++++-- .../h2_oauth2_channel_ping_test.vcxproj | 9 +++++++-- .../h2_oauth2_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_oauth2_default_host_test.vcxproj | 9 +++++++-- .../h2_oauth2_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_oauth2_empty_batch_test.vcxproj | 9 +++++++-- .../h2_oauth2_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_oauth2_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_oauth2_hpack_size_test.vcxproj | 9 +++++++-- .../h2_oauth2_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_oauth2_large_metadata_test.vcxproj | 9 +++++++-- .../h2_oauth2_max_concurrent_streams_test.vcxproj | 9 +++++++-- .../h2_oauth2_max_message_length_test.vcxproj | 9 +++++++-- .../h2_oauth2_metadata_test.vcxproj | 9 +++++++-- .../h2_oauth2_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_oauth2_no_op_test.vcxproj | 9 +++++++-- .../h2_oauth2_payload_test.vcxproj | 9 +++++++-- .../h2_oauth2_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_oauth2_registered_call_test.vcxproj | 9 +++++++-- .../h2_oauth2_request_with_flags_test.vcxproj | 9 +++++++-- .../h2_oauth2_request_with_payload_test.vcxproj | 9 +++++++-- .../h2_oauth2_server_finishes_request_test.vcxproj | 9 +++++++-- .../h2_oauth2_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- .../h2_oauth2_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- .../h2_oauth2_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_oauth2_simple_request_test.vcxproj | 9 +++++++-- .../h2_oauth2_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_proxy_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_proxy_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_proxy_call_creds_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_after_accept_test.vcxproj | 9 +++++++-- ...roxy_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_after_client_done_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...h2_proxy_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_cancel_with_status_test.vcxproj | 9 +++++++-- .../h2_proxy_default_host_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_default_host_test.vcxproj | 9 +++++++-- .../h2_proxy_disappearing_server_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_proxy_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_empty_batch_test.vcxproj | 9 +++++++-- ...roxy_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_proxy_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_high_initial_seqno_test.vcxproj | 9 +++++++-- ...h2_proxy_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_proxy_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_large_metadata_test.vcxproj | 9 +++++++-- .../h2_proxy_max_message_length_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_max_message_length_test.vcxproj | 9 +++++++-- .../h2_proxy_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_metadata_test.vcxproj | 9 +++++++-- .../h2_proxy_negative_deadline_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_proxy_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj | 9 +++++++-- .../h2_proxy_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_payload_test.vcxproj | 9 +++++++-- .../h2_proxy_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_proxy_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_registered_call_test.vcxproj | 9 +++++++-- ...h2_proxy_request_with_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_request_with_payload_test.vcxproj | 9 +++++++-- ...proxy_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_server_finishes_request_test.vcxproj | 9 +++++++-- ...proxy_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ..._proxy_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ..._proxy_simple_delayed_request_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_proxy_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_simple_request_test.vcxproj | 9 +++++++-- .../h2_proxy_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_proxy_trailing_metadata_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_bad_hostname_test.vcxproj | 9 +++++++-- ...ockpair+trace_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_call_creds_test.vcxproj | 9 +++++++-- ...air+trace_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- ..._sockpair+trace_cancel_after_accept_test.vcxproj | 9 +++++++-- ...race_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- ...pair+trace_cancel_after_client_done_test.vcxproj | 9 +++++++-- ...air+trace_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- ..._sockpair+trace_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...ir+trace_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- ...sockpair+trace_cancel_before_invoke_test.vcxproj | 9 +++++++-- ...pair+trace_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- ...pair+trace_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_cancel_with_status_test.vcxproj | 9 +++++++-- ...pair+trace_compressed_payload_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_compressed_payload_test.vcxproj | 9 +++++++-- ...h2_sockpair+trace_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_empty_batch_test.vcxproj | 9 +++++++-- ...race_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- ...pair+trace_graceful_server_shutdown_test.vcxproj | 9 +++++++-- ...pair+trace_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_high_initial_seqno_test.vcxproj | 9 +++++++-- ...ir+trace_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- ...sockpair+trace_invoke_large_request_test.vcxproj | 9 +++++++-- ...sockpair+trace_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_large_metadata_test.vcxproj | 9 +++++++-- ...+trace_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- ...ckpair+trace_max_concurrent_streams_test.vcxproj | 9 +++++++-- ...pair+trace_max_message_length_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_max_message_length_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_metadata_test.vcxproj | 9 +++++++-- ...kpair+trace_negative_deadline_nosec_test.vcxproj | 9 +++++++-- ...h2_sockpair+trace_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_no_op_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_payload_test.vcxproj | 9 +++++++-- ...air+trace_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- ..._sockpair+trace_ping_pong_streaming_test.vcxproj | 9 +++++++-- ...ockpair+trace_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_registered_call_test.vcxproj | 9 +++++++-- ...pair+trace_request_with_flags_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair+trace_request_with_flags_test.vcxproj | 9 +++++++-- ...ir+trace_request_with_payload_nosec_test.vcxproj | 9 +++++++-- ...sockpair+trace_request_with_payload_test.vcxproj | 9 +++++++-- ...trace_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- ...kpair+trace_server_finishes_request_test.vcxproj | 9 +++++++-- ...trace_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- ...kpair+trace_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...+trace_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- ...ckpair+trace_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ...sockpair+trace_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair+trace_simple_request_test.vcxproj | 9 +++++++-- ...kpair+trace_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- ...h2_sockpair+trace_trailing_metadata_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_bad_hostname_test.vcxproj | 9 +++++++-- ...ockpair_1byte_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_call_creds_test.vcxproj | 9 +++++++-- ...air_1byte_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- ..._sockpair_1byte_cancel_after_accept_test.vcxproj | 9 +++++++-- ...byte_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- ...pair_1byte_cancel_after_client_done_test.vcxproj | 9 +++++++-- ...air_1byte_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- ..._sockpair_1byte_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...ir_1byte_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- ...sockpair_1byte_cancel_before_invoke_test.vcxproj | 9 +++++++-- ...pair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- ...pair_1byte_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_cancel_with_status_test.vcxproj | 9 +++++++-- ...pair_1byte_compressed_payload_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_compressed_payload_test.vcxproj | 9 +++++++-- ...h2_sockpair_1byte_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_empty_batch_test.vcxproj | 9 +++++++-- ...byte_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- ...pair_1byte_graceful_server_shutdown_test.vcxproj | 9 +++++++-- ...pair_1byte_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_hpack_size_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_hpack_size_test.vcxproj | 9 +++++++-- ...ir_1byte_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- ...sockpair_1byte_invoke_large_request_test.vcxproj | 9 +++++++-- ...sockpair_1byte_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_large_metadata_test.vcxproj | 9 +++++++-- ..._1byte_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- ...ckpair_1byte_max_concurrent_streams_test.vcxproj | 9 +++++++-- ...pair_1byte_max_message_length_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_max_message_length_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_metadata_test.vcxproj | 9 +++++++-- ...kpair_1byte_negative_deadline_nosec_test.vcxproj | 9 +++++++-- ...h2_sockpair_1byte_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_no_op_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_payload_test.vcxproj | 9 +++++++-- ...air_1byte_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- ..._sockpair_1byte_ping_pong_streaming_test.vcxproj | 9 +++++++-- ...ockpair_1byte_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_registered_call_test.vcxproj | 9 +++++++-- ...pair_1byte_request_with_flags_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_1byte_request_with_flags_test.vcxproj | 9 +++++++-- ...ir_1byte_request_with_payload_nosec_test.vcxproj | 9 +++++++-- ...sockpair_1byte_request_with_payload_test.vcxproj | 9 +++++++-- ...1byte_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- ...kpair_1byte_server_finishes_request_test.vcxproj | 9 +++++++-- ...1byte_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- ...kpair_1byte_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ..._1byte_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- ...ckpair_1byte_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ...sockpair_1byte_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_1byte_simple_request_test.vcxproj | 9 +++++++-- ...kpair_1byte_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- ...h2_sockpair_1byte_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_sockpair_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_sockpair_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_sockpair_call_creds_test.vcxproj | 9 +++++++-- ..._sockpair_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_cancel_after_accept_test.vcxproj | 9 +++++++-- ...pair_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_cancel_after_client_done_test.vcxproj | 9 +++++++-- ..._sockpair_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...sockpair_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_cancel_before_invoke_test.vcxproj | 9 +++++++-- ...2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- ...2_sockpair_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_cancel_with_status_test.vcxproj | 9 +++++++-- ...2_sockpair_compressed_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_sockpair_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_empty_batch_test.vcxproj | 9 +++++++-- ...pair_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- ...2_sockpair_graceful_server_shutdown_test.vcxproj | 9 +++++++-- ...2_sockpair_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_sockpair_hpack_size_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_hpack_size_test.vcxproj | 9 +++++++-- ...sockpair_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_sockpair_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_large_metadata_test.vcxproj | 9 +++++++-- ...ckpair_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_max_concurrent_streams_test.vcxproj | 9 +++++++-- ...2_sockpair_max_message_length_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_max_message_length_test.vcxproj | 9 +++++++-- .../h2_sockpair_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_metadata_test.vcxproj | 9 +++++++-- ...h2_sockpair_negative_deadline_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_sockpair_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_no_op_test.vcxproj | 9 +++++++-- .../h2_sockpair_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_payload_test.vcxproj | 9 +++++++-- ..._sockpair_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_sockpair_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_registered_call_test.vcxproj | 9 +++++++-- ...2_sockpair_request_with_flags_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_request_with_flags_test.vcxproj | 9 +++++++-- ...sockpair_request_with_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_request_with_payload_test.vcxproj | 9 +++++++-- ...kpair_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- ...h2_sockpair_server_finishes_request_test.vcxproj | 9 +++++++-- ...kpair_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- ...h2_sockpair_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...ckpair_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- .../h2_sockpair_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_simple_request_test.vcxproj | 9 +++++++-- ...h2_sockpair_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_sockpair_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_ssl_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_call_creds_test.vcxproj | 9 +++++++-- .../h2_ssl_cancel_after_accept_test.vcxproj | 9 +++++++-- .../h2_ssl_cancel_after_client_done_test.vcxproj | 9 +++++++-- .../h2_ssl_cancel_after_invoke_test.vcxproj | 9 +++++++-- .../h2_ssl_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_ssl_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_ssl_cancel_with_status_test.vcxproj | 9 +++++++-- .../h2_ssl_channel_connectivity_test.vcxproj | 9 +++++++-- .../h2_ssl_channel_ping_test.vcxproj | 9 +++++++-- .../h2_ssl_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_ssl_default_host_test.vcxproj | 9 +++++++-- .../h2_ssl_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_ssl_empty_batch_test.vcxproj | 9 +++++++-- .../h2_ssl_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_ssl_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_ssl_hpack_size_test.vcxproj | 9 +++++++-- .../h2_ssl_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_ssl_large_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_max_concurrent_streams_test.vcxproj | 9 +++++++-- .../h2_ssl_max_message_length_test.vcxproj | 9 +++++++-- .../h2_ssl_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj | 9 +++++++-- .../h2_ssl_payload_test/h2_ssl_payload_test.vcxproj | 9 +++++++-- .../h2_ssl_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_call_creds_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_cancel_after_accept_test.vcxproj | 9 +++++++-- ..._ssl_proxy_cancel_after_client_done_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_cancel_after_invoke_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_cancel_before_invoke_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_cancel_with_status_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_default_host_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_disappearing_server_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_empty_batch_test.vcxproj | 9 +++++++-- ..._ssl_proxy_graceful_server_shutdown_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_large_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_max_message_length_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_no_op_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_payload_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_registered_call_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_request_with_payload_test.vcxproj | 9 +++++++-- ...2_ssl_proxy_server_finishes_request_test.vcxproj | 9 +++++++-- ...2_ssl_proxy_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- ...h2_ssl_proxy_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_simple_request_test.vcxproj | 9 +++++++-- .../h2_ssl_proxy_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_ssl_registered_call_test.vcxproj | 9 +++++++-- .../h2_ssl_request_with_flags_test.vcxproj | 9 +++++++-- .../h2_ssl_request_with_payload_test.vcxproj | 9 +++++++-- .../h2_ssl_server_finishes_request_test.vcxproj | 9 +++++++-- .../h2_ssl_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- .../h2_ssl_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- .../h2_ssl_simple_delayed_request_test.vcxproj | 9 +++++++-- .../h2_ssl_simple_request_test.vcxproj | 9 +++++++-- .../h2_ssl_trailing_metadata_test.vcxproj | 9 +++++++-- .../h2_uchannel_bad_hostname_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_bad_hostname_test.vcxproj | 9 +++++++-- .../h2_uchannel_binary_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_binary_metadata_test.vcxproj | 9 +++++++-- .../h2_uchannel_call_creds_test.vcxproj | 9 +++++++-- ..._uchannel_cancel_after_accept_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_cancel_after_accept_test.vcxproj | 9 +++++++-- ...nnel_cancel_after_client_done_nosec_test.vcxproj | 9 +++++++-- ...2_uchannel_cancel_after_client_done_test.vcxproj | 9 +++++++-- ..._uchannel_cancel_after_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_cancel_after_invoke_test.vcxproj | 9 +++++++-- ...uchannel_cancel_before_invoke_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_cancel_before_invoke_test.vcxproj | 9 +++++++-- ...2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_cancel_in_a_vacuum_test.vcxproj | 9 +++++++-- ...2_uchannel_cancel_with_status_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_cancel_with_status_test.vcxproj | 9 +++++++-- ...2_uchannel_compressed_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_compressed_payload_test.vcxproj | 9 +++++++-- .../h2_uchannel_empty_batch_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_empty_batch_test.vcxproj | 9 +++++++-- ...nnel_graceful_server_shutdown_nosec_test.vcxproj | 9 +++++++-- ...2_uchannel_graceful_server_shutdown_test.vcxproj | 9 +++++++-- ...2_uchannel_high_initial_seqno_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_high_initial_seqno_test.vcxproj | 9 +++++++-- .../h2_uchannel_hpack_size_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_hpack_size_test.vcxproj | 9 +++++++-- ...uchannel_invoke_large_request_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_invoke_large_request_test.vcxproj | 9 +++++++-- .../h2_uchannel_large_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_large_metadata_test.vcxproj | 9 +++++++-- ...hannel_max_concurrent_streams_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_max_concurrent_streams_test.vcxproj | 9 +++++++-- ...2_uchannel_max_message_length_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_max_message_length_test.vcxproj | 9 +++++++-- .../h2_uchannel_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_metadata_test.vcxproj | 9 +++++++-- ...h2_uchannel_negative_deadline_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_negative_deadline_test.vcxproj | 9 +++++++-- .../h2_uchannel_no_op_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_no_op_test.vcxproj | 9 +++++++-- .../h2_uchannel_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_payload_test.vcxproj | 9 +++++++-- ..._uchannel_ping_pong_streaming_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_ping_pong_streaming_test.vcxproj | 9 +++++++-- .../h2_uchannel_registered_call_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_registered_call_test.vcxproj | 9 +++++++-- ...2_uchannel_request_with_flags_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_request_with_flags_test.vcxproj | 9 +++++++-- ...uchannel_request_with_payload_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_request_with_payload_test.vcxproj | 9 +++++++-- ...annel_server_finishes_request_nosec_test.vcxproj | 9 +++++++-- ...h2_uchannel_server_finishes_request_test.vcxproj | 9 +++++++-- ...annel_shutdown_finishes_calls_nosec_test.vcxproj | 9 +++++++-- ...h2_uchannel_shutdown_finishes_calls_test.vcxproj | 9 +++++++-- ...hannel_shutdown_finishes_tags_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_shutdown_finishes_tags_test.vcxproj | 9 +++++++-- .../h2_uchannel_simple_request_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_simple_request_test.vcxproj | 9 +++++++-- ...h2_uchannel_trailing_metadata_nosec_test.vcxproj | 9 +++++++-- .../h2_uchannel_trailing_metadata_test.vcxproj | 9 +++++++-- .../headers_bad_client_test.vcxproj | 9 +++++++-- .../hpack_parser_test/hpack_parser_test.vcxproj | 9 +++++++-- .../test/hpack_table_test/hpack_table_test.vcxproj | 9 +++++++-- .../httpcli_format_request_test.vcxproj | 9 +++++++-- .../httpcli_parser_test/httpcli_parser_test.vcxproj | 9 +++++++-- vsprojects/vcxproj/test/init_test/init_test.vcxproj | 9 +++++++-- .../initial_settings_frame_bad_client_test.vcxproj | 9 +++++++-- .../invalid_call_argument_test.vcxproj | 9 +++++++-- .../vcxproj/test/json_rewrite/json_rewrite.vcxproj | 9 +++++++-- .../json_rewrite_test/json_rewrite_test.vcxproj | 9 +++++++-- .../json_stream_error_test.vcxproj | 9 +++++++-- vsprojects/vcxproj/test/json_test/json_test.vcxproj | 9 +++++++-- .../test/lame_client_test/lame_client_test.vcxproj | 9 +++++++-- .../test/lb_policies_test/lb_policies_test.vcxproj | 9 +++++++-- .../message_compress_test.vcxproj | 9 +++++++-- .../test/metrics_client/metrics_client.vcxproj | 9 +++++++-- vsprojects/vcxproj/test/mock_test/mock_test.vcxproj | 9 +++++++-- .../multiple_server_queues_test.vcxproj | 9 +++++++-- .../test/murmur_hash_test/murmur_hash_test.vcxproj | 9 +++++++-- .../test/no_server_test/no_server_test.vcxproj | 9 +++++++-- .../reconnect_interop_client.vcxproj | 9 +++++++-- .../reconnect_interop_server.vcxproj | 9 +++++++-- .../resolve_address_test.vcxproj | 9 +++++++-- .../secure_auth_context_test.vcxproj | 9 +++++++-- .../secure_channel_create_test.vcxproj | 9 +++++++-- .../secure_endpoint_test.vcxproj | 9 +++++++-- .../server_chttp2_test/server_chttp2_test.vcxproj | 9 +++++++-- .../server_crash_test_client.vcxproj | 9 +++++++-- ...server_registered_method_bad_client_test.vcxproj | 9 +++++++-- .../vcxproj/test/server_test/server_test.vcxproj | 9 +++++++-- .../set_initial_connect_string_test.vcxproj | 9 +++++++-- .../test/shutdown_test/shutdown_test.vcxproj | 9 +++++++-- .../simple_request_bad_client_test.vcxproj | 9 +++++++-- .../sockaddr_resolver_test.vcxproj | 9 +++++++-- .../sockaddr_utils_test/sockaddr_utils_test.vcxproj | 9 +++++++-- .../vcxproj/test/status_test/status_test.vcxproj | 9 +++++++-- .../vcxproj/test/stress_test/stress_test.vcxproj | 9 +++++++-- .../thread_stress_test/thread_stress_test.vcxproj | 9 +++++++-- .../time_averaged_stats_test.vcxproj | 9 +++++++-- .../timeout_encoding_test.vcxproj | 9 +++++++-- .../test/timer_heap_test/timer_heap_test.vcxproj | 9 +++++++-- .../test/timer_list_test/timer_list_test.vcxproj | 9 +++++++-- .../vcxproj/test/timers_test/timers_test.vcxproj | 9 +++++++-- .../transport_connectivity_state_test.vcxproj | 9 +++++++-- .../transport_metadata_test.vcxproj | 9 +++++++-- .../unknown_frame_bad_client_test.vcxproj | 9 +++++++-- .../test/uri_parser_test/uri_parser_test.vcxproj | 9 +++++++-- .../vcxproj/test_tcp_server/test_tcp_server.vcxproj | 5 +++++ 884 files changed, 5954 insertions(+), 1514 deletions(-) diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj index 884e3e6351e..3f24aab119c 100644 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -36,6 +36,7 @@ {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211} + true @@ -97,6 +98,7 @@ MultiThreadedDebug true None + false Windows @@ -114,6 +116,7 @@ MultiThreadedDebug true None + false Windows @@ -133,6 +136,7 @@ MultiThreaded true None + false Windows @@ -154,6 +158,7 @@ MultiThreaded true None + false Windows @@ -173,6 +178,7 @@ MultiThreadedDebug true None + false Windows @@ -190,6 +196,7 @@ MultiThreadedDebug true None + false Windows @@ -209,6 +216,7 @@ MultiThreaded true None + false Windows @@ -230,6 +238,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj index 928eaaad26e..3294e71bf80 100644 --- a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj +++ b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj @@ -20,6 +20,7 @@ {7E51A25F-AC59-488F-906C-C60FAAE706AA} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj index 5b61910a8f5..90a0e4e1734 100644 --- a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj @@ -20,6 +20,7 @@ {3C813052-A49A-4662-B90A-1ADBEC7EE453} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj b/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj index 719183018c1..106f1158d18 100644 --- a/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj +++ b/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj @@ -20,6 +20,7 @@ {19564640-CEE6-4921-ABA5-676ED79A36F6} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj b/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj index 8607f74544e..8947f51c341 100644 --- a/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj +++ b/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj @@ -20,6 +20,7 @@ {DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj b/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj index 67d63b6488f..db051c36f6e 100644 --- a/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj +++ b/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj @@ -20,6 +20,7 @@ {069E9D05-B78B-4751-9252-D21EBAE7DE8E} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj b/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj index cbf3877c75d..21af7e66e72 100644 --- a/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj +++ b/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj @@ -20,6 +20,7 @@ {FCDEA4C7-7F26-05DB-D08F-A08F499026E6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Console @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Console @@ -106,6 +109,7 @@ MultiThreaded true None + false Console @@ -127,6 +131,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj b/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj index 17e3d3a85f8..4557a209ea5 100644 --- a/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj +++ b/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj @@ -20,6 +20,7 @@ {A635DE99-B131-CA00-2D3B-8691D60B76C2} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Console @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Console @@ -106,6 +109,7 @@ MultiThreaded true None + false Console @@ -127,6 +131,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj index 50d2ea560a2..e45cef5f68f 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj @@ -20,6 +20,7 @@ {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj b/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj index 0f542ecd2ea..1ecd1c8e7b0 100644 --- a/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj +++ b/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj @@ -20,6 +20,7 @@ {EAB0A629-17A9-44DB-B5FF-E91A721FE037} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc++/grpc++.vcxproj b/vsprojects/vcxproj/grpc++/grpc++.vcxproj index 1058b46300a..6f2938b6ebe 100644 --- a/vsprojects/vcxproj/grpc++/grpc++.vcxproj +++ b/vsprojects/vcxproj/grpc++/grpc++.vcxproj @@ -36,6 +36,7 @@ {C187A093-A0FE-489D-A40A-6E33DE0F9FEB} + true @@ -97,6 +98,7 @@ MultiThreadedDebug true None + false Windows @@ -114,6 +116,7 @@ MultiThreadedDebug true None + false Windows @@ -133,6 +136,7 @@ MultiThreaded true None + false Windows @@ -154,6 +158,7 @@ MultiThreaded true None + false Windows @@ -173,6 +178,7 @@ MultiThreadedDebug true None + false Windows @@ -190,6 +196,7 @@ MultiThreadedDebug true None + false Windows @@ -209,6 +216,7 @@ MultiThreaded true None + false Windows @@ -230,6 +238,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj b/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj index 5779f1db88b..dd7497c7a89 100644 --- a/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj +++ b/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj @@ -20,6 +20,7 @@ {3F7D093D-11F9-C4BC-BEB7-18EB28E3F290} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj b/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj index f01f385f84e..7657e683502 100644 --- a/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj +++ b/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj @@ -20,6 +20,7 @@ {0BE77741-552A-929B-A497-4EF7ECE17A64} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj index 884e3e6351e..3f24aab119c 100644 --- a/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -36,6 +36,7 @@ {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211} + true @@ -97,6 +98,7 @@ MultiThreadedDebug true None + false Windows @@ -114,6 +116,7 @@ MultiThreadedDebug true None + false Windows @@ -133,6 +136,7 @@ MultiThreaded true None + false Windows @@ -154,6 +158,7 @@ MultiThreaded true None + false Windows @@ -173,6 +178,7 @@ MultiThreadedDebug true None + false Windows @@ -190,6 +196,7 @@ MultiThreadedDebug true None + false Windows @@ -209,6 +216,7 @@ MultiThreaded true None + false Windows @@ -230,6 +238,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj b/vsprojects/vcxproj/grpc/grpc.vcxproj index 164d47c217f..fddbaf6e289 100644 --- a/vsprojects/vcxproj/grpc/grpc.vcxproj +++ b/vsprojects/vcxproj/grpc/grpc.vcxproj @@ -37,6 +37,7 @@ {29D16885-7228-4C31-81ED-5F9187C7F2A9} + true @@ -91,8 +92,8 @@ grpc static - Debug - Debug + Release + Release @@ -104,6 +105,7 @@ MultiThreadedDebug true None + false Windows @@ -121,6 +123,7 @@ MultiThreadedDebug true None + false Windows @@ -140,6 +143,7 @@ MultiThreaded true None + false Windows @@ -161,6 +165,7 @@ MultiThreaded true None + false Windows @@ -180,6 +185,7 @@ MultiThreadedDebug true None + false Windows @@ -197,6 +203,7 @@ MultiThreadedDebug true None + false Windows @@ -216,6 +223,7 @@ MultiThreaded true None + false Windows @@ -237,6 +245,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj index 928eaaad26e..3294e71bf80 100644 --- a/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj @@ -20,6 +20,7 @@ {7E51A25F-AC59-488F-906C-C60FAAE706AA} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj b/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj index 8a3826b80c2..4c315d31756 100644 --- a/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj +++ b/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj @@ -20,6 +20,7 @@ {77971F8D-F583-3E77-0E3C-6C1FB6B1749C} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Console @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Console @@ -106,6 +109,7 @@ MultiThreaded true None + false Console @@ -127,6 +131,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj b/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj index e567b3088f1..a090ac4db8a 100644 --- a/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj +++ b/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj @@ -21,6 +21,7 @@ {D64C6D63-4458-4A88-AB38-35678384A7E4} + true @@ -66,8 +67,8 @@ grpc_csharp_ext static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Windows @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Windows @@ -115,6 +118,7 @@ MultiThreaded true None + false Windows @@ -136,6 +140,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj index 5b61910a8f5..90a0e4e1734 100644 --- a/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj @@ -20,6 +20,7 @@ {3C813052-A49A-4662-B90A-1ADBEC7EE453} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj b/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj index e451a32f397..3c9c7b8980d 100644 --- a/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj +++ b/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj @@ -20,6 +20,7 @@ {43722E98-54EC-5058-3DAC-327F45964971} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Console @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Console @@ -106,6 +109,7 @@ MultiThreaded true None + false Console @@ -127,6 +131,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj b/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj index 719183018c1..106f1158d18 100644 --- a/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj @@ -20,6 +20,7 @@ {19564640-CEE6-4921-ABA5-676ED79A36F6} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj index 0f3dc76fa81..ff7a2bceabf 100644 --- a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj +++ b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj @@ -20,6 +20,7 @@ {B6E81D84-2ACB-41B8-8781-493A944C7817} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj b/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj index e639d9cc510..44d0f0cf79e 100644 --- a/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj +++ b/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj @@ -20,6 +20,7 @@ {C002965C-8457-CCE5-B1BA-E748FF9A11B6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Console @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Console @@ -106,6 +109,7 @@ MultiThreaded true None + false Console @@ -127,6 +131,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj b/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj index 8607f74544e..8947f51c341 100644 --- a/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj @@ -20,6 +20,7 @@ {DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj b/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj index 67d63b6488f..db051c36f6e 100644 --- a/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj @@ -20,6 +20,7 @@ {069E9D05-B78B-4751-9252-D21EBAE7DE8E} + true @@ -71,6 +72,7 @@ MultiThreadedDebug true None + false Console @@ -88,6 +90,7 @@ MultiThreadedDebug true None + false Console @@ -107,6 +110,7 @@ MultiThreaded true None + false Console @@ -128,6 +132,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj index 32c0039f0b1..2bccb1c2d65 100644 --- a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj @@ -20,6 +20,7 @@ {17BCAFC0-5FDC-4C94-AEB9-95F3E220614B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj b/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj index 76bbb9702a4..43f44d03505 100644 --- a/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj @@ -20,6 +20,7 @@ {0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index 4e8f238ad97..7367a035f54 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -36,6 +36,7 @@ {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} + true @@ -97,6 +98,7 @@ MultiThreadedDebug true None + false Windows @@ -114,6 +116,7 @@ MultiThreadedDebug true None + false Windows @@ -133,6 +136,7 @@ MultiThreaded true None + false Windows @@ -154,6 +158,7 @@ MultiThreaded true None + false Windows @@ -173,6 +178,7 @@ MultiThreadedDebug true None + false Windows @@ -190,6 +196,7 @@ MultiThreadedDebug true None + false Windows @@ -209,6 +216,7 @@ MultiThreaded true None + false Windows @@ -230,6 +238,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj b/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj index eba5e67c2fb..c9b98d31cf5 100644 --- a/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj +++ b/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj @@ -20,6 +20,7 @@ {02FAC25F-5FF6-34A0-00AE-B82BFBA851A9} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Console @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Console @@ -106,6 +109,7 @@ MultiThreaded true None + false Console @@ -127,6 +131,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj b/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj index 436368d16d6..d2036e56486 100644 --- a/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj +++ b/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj @@ -20,6 +20,7 @@ {AE8AE98D-8EB9-D931-AA79-F6AB16234A49} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj b/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj index 705e54c9b01..bdb5c57ef9d 100644 --- a/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj +++ b/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj @@ -20,6 +20,7 @@ {F77557CD-450D-F7C2-F8A5-71836C5394CA} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj b/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj index 516040a438a..1819df01b58 100644 --- a/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj +++ b/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj @@ -20,6 +20,7 @@ {F55BEA2C-B61D-AAFE-CA15-223B8AC0DE5A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj b/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj index 3f8f4d61aac..40f05364067 100644 --- a/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj +++ b/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj @@ -20,6 +20,7 @@ {309042CA-FC23-AA3C-8289-535F4106E47A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 549a3032926..595aad8f683 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -20,6 +20,7 @@ {8423B0C5-2428-CA10-82EF-7B5C1F3D8011} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj b/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj index 93e1d0e03e1..3d6f931ff8a 100644 --- a/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj +++ b/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj @@ -20,6 +20,7 @@ {929C90AE-483F-AC80-EF93-226199F9E428} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj b/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj index f7286e10685..07003b8bb20 100644 --- a/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj +++ b/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj @@ -21,6 +21,7 @@ {216FDCB2-9D93-0D86-F0F1-12E16312A191} + true @@ -66,8 +67,8 @@ algorithm_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj b/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj index 4493abc8778..fa42128c5a7 100644 --- a/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj +++ b/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj @@ -21,6 +21,7 @@ {DD37D527-9DFF-1F53-B97F-50CF80AE0650} + true @@ -66,8 +67,8 @@ alloc_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj b/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj index fd94e7b4491..b89b2467cc6 100644 --- a/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj +++ b/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj @@ -21,6 +21,7 @@ {5BAAE7EA-A972-DD80-F190-29B9E3110BB3} + true @@ -66,8 +67,8 @@ alpn_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj b/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj index c500be88832..ed60a813eb3 100644 --- a/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj +++ b/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj @@ -21,6 +21,7 @@ {50D61F43-CD3D-82B7-E143-122DEF062C8D} + true @@ -68,8 +69,8 @@ async_end2end_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj b/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj index 006f664df77..133b146ef7e 100644 --- a/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj +++ b/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj @@ -21,6 +21,7 @@ {9A848640-2E5D-3F0E-3C37-60EBD962F937} + true @@ -68,8 +69,8 @@ auth_property_iterator_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj b/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj index e25d54fb43a..2eb4ab140de 100644 --- a/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj @@ -20,6 +20,7 @@ {BA67B418-B699-E41A-9CC4-0279C49481A5} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj b/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj index d3cf3e3a389..fdb59594be9 100644 --- a/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {8A811C28-E04E-A444-E4C1-7588DF5B90AE} + true @@ -66,8 +67,8 @@ badreq_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj b/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj index 3bf69d5c107..6f83df3f4b0 100644 --- a/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj +++ b/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj @@ -21,6 +21,7 @@ {D5C70922-D68E-0E9D-9988-995E0F9A79AE} + true @@ -66,8 +67,8 @@ bin_encoder_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj index 704442b3132..019240cb230 100644 --- a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj +++ b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj @@ -21,6 +21,7 @@ {74A0C552-D7DA-B657-507D-EDB0CDF5AD85} + true @@ -68,8 +69,8 @@ channel_arguments_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj b/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj index c161a76c46a..d3e41c36fd1 100644 --- a/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj +++ b/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj @@ -21,6 +21,7 @@ {AFC88484-3A2E-32BC-25B2-23DF741D4F3D} + true @@ -66,8 +67,8 @@ channel_create_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj b/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj index ad9da237844..039340957ab 100644 --- a/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj @@ -21,6 +21,7 @@ {19F92966-3B0E-4FF8-CD7C-435D353E079E} + true @@ -66,8 +67,8 @@ chttp2_hpack_encoder_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj b/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj index 9ab2600247e..f7461dc0d78 100644 --- a/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj @@ -21,6 +21,7 @@ {ABAD3D2C-078C-7850-B413-3352A07C6176} + true @@ -66,8 +67,8 @@ chttp2_status_conversion_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj b/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj index 5e821a00db9..348a823a292 100644 --- a/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj @@ -21,6 +21,7 @@ {12F9C5F8-1BDA-305F-5A0B-B0F9CC7AA7A4} + true @@ -66,8 +67,8 @@ chttp2_stream_map_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj b/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj index d7be94a47d5..83e22293b09 100644 --- a/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj @@ -21,6 +21,7 @@ {6B29F634-1277-74B8-47F6-78756190BA7B} + true @@ -66,8 +67,8 @@ chttp2_varint_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj b/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj index 97dacfb2ca2..f0f62e525ec 100644 --- a/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj +++ b/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj @@ -21,6 +21,7 @@ {AAC3E997-99CA-6A05-6D31-DC93CCE599E4} + true @@ -68,8 +69,8 @@ cli_call_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj b/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj index a253bc6b96b..1332fa0bcf7 100644 --- a/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj +++ b/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj @@ -21,6 +21,7 @@ {C54AFBCC-A527-646B-B09A-62435225CAD5} + true @@ -68,8 +69,8 @@ client_crash_test_server static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj b/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj index 3ea78e110ca..f09affe2e9b 100644 --- a/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj +++ b/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj @@ -21,6 +21,7 @@ {5AFE7D17-A4A7-D68E-4491-CBC852F9D2A0} + true @@ -66,8 +67,8 @@ compression_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj b/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj index 038a93c2f98..2929425751f 100644 --- a/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {AF9D0EB2-2A53-B815-3A63-E82C7F91DB29} + true @@ -66,8 +67,8 @@ connection_prefix_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj b/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj index d74e861787d..3ebb9cc701f 100644 --- a/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj +++ b/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj @@ -21,6 +21,7 @@ {BEEDF966-A073-F817-B946-C5E43AB4F3F0} + true @@ -68,8 +69,8 @@ credentials_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj b/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj index f24a4fdb98e..30fb3021196 100644 --- a/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj @@ -21,6 +21,7 @@ {B5880256-D188-CE37-819B-E473987AABB9} + true @@ -68,8 +69,8 @@ cxx_byte_buffer_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj b/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj index b48f1ead4f0..f89fba64c35 100644 --- a/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj @@ -21,6 +21,7 @@ {6E3FED7F-1FE5-9B86-C5B3-F8B3A416F144} + true @@ -68,8 +69,8 @@ cxx_slice_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj b/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj index bde4b0498b8..8de2a1b6714 100644 --- a/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj @@ -21,6 +21,7 @@ {C9CA9196-63A4-AAFB-412F-7112AB1ECA9C} + true @@ -68,8 +69,8 @@ cxx_string_ref_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj b/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj index c466efe2b0f..df5ce011656 100644 --- a/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj @@ -21,6 +21,7 @@ {8EB3DB1B-B73B-5659-DA1B-18CB1E3DE9CB} + true @@ -68,8 +69,8 @@ cxx_time_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj b/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj index baccd02dcb7..ebcc97c4a03 100644 --- a/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj +++ b/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj @@ -21,6 +21,7 @@ {D06E10DC-272A-5203-7066-2698A247DF26} + true @@ -66,8 +67,8 @@ dns_resolver_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj b/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj index fe3bfb837a0..9915c6dee52 100644 --- a/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj +++ b/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj @@ -20,6 +20,7 @@ {80EA2691-C037-6DD3-D3AB-21510BF0E64B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj index b3a88e4f2d7..5946dba2c6c 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj @@ -20,6 +20,7 @@ {B347CACD-C099-EA6B-FE2D-4AF35894DD73} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj index 28253503d00..c94840587c1 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj @@ -20,6 +20,7 @@ {C5D3C9A9-C0D2-CBAD-B433-710C5E89AE31} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj index 4bdc34c558a..3db76cffd32 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj @@ -20,6 +20,7 @@ {096ABF91-FEC8-9AC9-B877-C683BFD51984} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj index 64cafe98052..5206cc44aaf 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj @@ -20,6 +20,7 @@ {882B2933-F340-7027-7090-28CEAE9F1BE6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj index 1de7dead9e4..66c3880bca9 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj @@ -20,6 +20,7 @@ {DDFE4EB8-CCD3-DA3F-461A-10F1B94D26AF} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj index 4f538c007ba..66a02965946 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj @@ -20,6 +20,7 @@ {B8266C40-E74E-316E-4DEF-0B2A4B6F490F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj index f239e36a787..510988e9423 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj @@ -20,6 +20,7 @@ {FE71A3F7-4B15-1570-B0BA-9E1A053DAA4A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj index 80d260e9a07..cf1dd6fc225 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj @@ -20,6 +20,7 @@ {67A1675D-FF50-3B78-2706-155D69ADC290} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj index 44f3619fa64..bba577614ae 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj @@ -20,6 +20,7 @@ {B0F4BF34-3C82-EB67-990E-959CDDBEB734} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj index cb97f40290c..5e124d371d4 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj @@ -20,6 +20,7 @@ {207BE5BC-25D7-1D2A-C76E-279DB66A1205} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj index c945712d52e..4e0fff1e471 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj @@ -20,6 +20,7 @@ {5EAD0E6C-5DD6-A466-FF6B-F73200AF89E1} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj index 0dcf44fb859..5c73e4bf57c 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj @@ -20,6 +20,7 @@ {CE17F95F-4FD3-41C3-E1B9-9B85F1FE7D4A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj index f659bc4c5bc..798768b639f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj @@ -20,6 +20,7 @@ {74E3C944-32A8-19CC-1CCA-509EA972F43F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj index a7805c43e59..5c0fa2acc7a 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj @@ -20,6 +20,7 @@ {73D2BE55-AA68-56EA-8872-2CDA2F55F0A5} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj index c0ea6b66340..059b9c28427 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj @@ -20,6 +20,7 @@ {079EE064-3D58-4E45-3D64-E57A778D4F5A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj index cf683fa0a64..9e1c0cca206 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj @@ -20,6 +20,7 @@ {A84B9FA7-9264-47B2-F9D8-6877CA167D51} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj index 0f94b5c33ea..636697eb914 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj @@ -20,6 +20,7 @@ {890012AA-F2EC-2699-40D5-DC49DD5D26A9} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj index 9d24527178f..5a8e2c78ede 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj @@ -20,6 +20,7 @@ {F2E018CC-0515-CD39-BA5A-0F62BA15FE88} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj index ee795da6209..4b6920ca3e1 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj @@ -20,6 +20,7 @@ {6F1C96CC-AC8F-3864-0154-0F9212DCCFE2} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj index 6bbb56675d6..c93bdf15595 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj @@ -20,6 +20,7 @@ {6DF096AD-5865-3035-B7AE-5019FAC19EEB} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj index b0bf5bdf600..284d81e8e49 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj @@ -20,6 +20,7 @@ {B2C472F7-CD89-1779-B74C-2AE9E80619D9} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj index ad41f888f7c..3e56d93b038 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj @@ -20,6 +20,7 @@ {4854C57B-BD79-087F-FE36-52CF9C2BEB21} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj index 8e0a0d3b855..8765ff73a25 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj @@ -20,6 +20,7 @@ {90885966-34FD-ACBE-8FE1-85A29FDC4FE6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj index 1691737b17c..e539f2115b7 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj @@ -20,6 +20,7 @@ {4DE32F3F-4373-05E5-8118-F00754B0E2D0} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj index de9bebf622c..51765b3be31 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj @@ -20,6 +20,7 @@ {AB9B94A3-3E14-DF99-F68C-6AF7CFD484A9} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj index 1e36bce1fb8..be44bf81b27 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj @@ -20,6 +20,7 @@ {90308626-8650-74CA-63BE-6E87F82AF946} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj index a5d490fd1b6..009982b7491 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj @@ -20,6 +20,7 @@ {934B3EAB-A3BA-F644-F41D-A955FCA0C536} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj index e4090008b4e..f0f87abefa2 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj @@ -20,6 +20,7 @@ {4E966A30-74DE-B9CE-2440-5292A3258506} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj index 0835af35915..7c67b3eb39d 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj @@ -20,6 +20,7 @@ {D1F15DFE-14B5-78DB-4EC3-417727457273} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj index c06220733a6..10bf28fe2e8 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj @@ -20,6 +20,7 @@ {39326613-BE6E-7800-EB08-20C0076BF14E} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj index 286ad003cbf..03fde127684 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj @@ -20,6 +20,7 @@ {E9F79306-0E5E-3D31-DC85-9D623F820015} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj index 4295b1dcf19..e7e44fd9cd5 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj @@ -20,6 +20,7 @@ {EAD35938-4D82-EEA2-4B69-E827E6373A28} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj index 574a93284c2..2b84076146c 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj @@ -20,6 +20,7 @@ {35E47DEE-BA21-54D1-0A3E-6679C95C48F8} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj index 2c61dca204d..aeb18e4745a 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj @@ -20,6 +20,7 @@ {41DD3DCE-C6A3-340F-20B4-EAD9D4E9D896} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj index 9b0dfa022c6..ca3228663c0 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj @@ -20,6 +20,7 @@ {3269B3B0-7718-1060-F5EA-E3D067513F08} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj index 19f8bf95a15..3bdaf1c6a0f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj @@ -20,6 +20,7 @@ {370DA8F7-A7B2-F218-683C-7FA5E707163F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj index 4a4eee64b9a..587242e17d8 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj @@ -20,6 +20,7 @@ {ACC9E149-8489-94DF-E8FB-6CB2BF601CE1} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj index 437d6b6d3d8..6d45371e66a 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj @@ -20,6 +20,7 @@ {7B7105A5-AC17-FB81-C814-8028A002598C} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj index 72bf8c02ae8..205795c51a4 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj @@ -20,6 +20,7 @@ {C35A1718-603B-8883-A29E-2622843F2C93} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj index d7091add2b3..6c66b1536bd 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj @@ -20,6 +20,7 @@ {A92DD304-92AE-EF2A-A98D-00FDD4920026} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj index 8eea27453a1..cad50db575f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj @@ -20,6 +20,7 @@ {AF5C85A6-3252-1F60-C142-13B06D69130D} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj index e6a564e5e2a..2481d281f2c 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj @@ -20,6 +20,7 @@ {3B617CCC-23CA-EB4F-BB26-536978B5BE9F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj index 9f428f67f57..be09a86dfd2 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj @@ -20,6 +20,7 @@ {16A0D461-ECD2-266E-8A7C-C2D49BBA49FB} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj index c3b51c14564..6b856bceb40 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj @@ -20,6 +20,7 @@ {AF7FB9D6-BC2F-FD54-64C3-B681ED0D8304} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj index 934c8a1fd1f..1abc0a717ca 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj @@ -20,6 +20,7 @@ {F04F5120-B9D2-0EE0-800A-2CD049307FD0} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj index 9b1b5f125ac..4e64751fd7f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj @@ -20,6 +20,7 @@ {23F2D128-B30F-6C9D-8005-4FE3F4F0B343} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj index 158c92adc5c..e3992ffddce 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj @@ -20,6 +20,7 @@ {076C6A10-FD83-58F0-AE57-46DD5BFC530D} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj index 59d309660e5..3536577d146 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj @@ -20,6 +20,7 @@ {65923B0C-65F8-8E1E-00E6-B6DB1D5E6D53} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj index 2d88e13e450..d6c68eea1f8 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj @@ -20,6 +20,7 @@ {2F509021-08CF-1053-400E-144034FC097C} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj index 65497c8a2fe..a70cc1d43e2 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj @@ -20,6 +20,7 @@ {1AEE507B-501C-1DF0-11BE-450700C0AF3B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj index 0d8520f1f3b..6ba19863df8 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj @@ -20,6 +20,7 @@ {BC65041D-1517-1B81-C56E-DDEC6A33791F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj index 0e8c8a82002..2ba2a35f740 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj @@ -20,6 +20,7 @@ {EA8B3A8E-5EC8-7860-3310-87920FFC12EC} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj index 5342fc62cfa..37b846aa40e 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj @@ -20,6 +20,7 @@ {728FF02D-10A1-2AFC-6DC7-60F9D4AE68C3} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj index fbed217a335..ec1656c9057 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj @@ -20,6 +20,7 @@ {F5C7E274-1BD6-341E-7739-383D095C71F6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj index 5ff8a9d2f43..de205cd58b2 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj @@ -20,6 +20,7 @@ {7ACCE84B-7FF8-1DA4-05ED-7F037A64B19B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj b/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj index 90f8c9c20d2..2b81e31dc29 100644 --- a/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj @@ -21,6 +21,7 @@ {2F5FDFDB-7C54-22D6-8D17-4BEEEA30B5F4} + true @@ -68,8 +69,8 @@ end2end_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj b/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj index a27e96b809d..6fb10691781 100644 --- a/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj @@ -20,6 +20,7 @@ {6FECBEB6-573D-192C-3CDC-5B0DEF039E58} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj index 213ddaede05..0248955f9d5 100644 --- a/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj @@ -20,6 +20,7 @@ {93CC79F9-03F5-0797-A0EC-EA8D35020421} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj b/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj index da49091deac..b6d796cbef3 100644 --- a/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj @@ -20,6 +20,7 @@ {DE47F434-D191-E17B-979B-AE1EDD7E640A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj index d658b0c46f8..7b13ce4cc96 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj @@ -20,6 +20,7 @@ {075083B6-7408-E329-59FF-E92DE8325FB1} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj index b6c65aebd91..df4b043c021 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj @@ -20,6 +20,7 @@ {211CB847-C8B7-A8CA-102A-9F34C8E9EF0C} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj index f613a3d0713..b9e66830d12 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj @@ -20,6 +20,7 @@ {3FBD9B5D-1FCC-240A-C34F-4FD25A1A2C42} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj index b6be99bd8c2..ff3867a5595 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj @@ -20,6 +20,7 @@ {D0038FCF-0412-DD5E-BDFB-2E2BD0F3697F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj index 7ebb4a7e040..9a587cebc5a 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj @@ -20,6 +20,7 @@ {76B5C313-02DA-B8FD-26E2-768A5D7E1B7A} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj index b3847e39245..32e5cef8832 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj @@ -20,6 +20,7 @@ {8E92B6CB-6F25-FEC5-314F-7C9171C20402} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj b/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj index 8faffff4c58..b03e630f8c9 100644 --- a/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj @@ -20,6 +20,7 @@ {F278BE8B-2193-EF53-D97C-83653D70F181} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj b/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj index 8d566191f8d..a40d6044114 100644 --- a/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj @@ -20,6 +20,7 @@ {FFCD85F4-AF1E-D0BA-2F2B-28EFE4C543DB} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj b/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj index ea458c46348..92f09f2a752 100644 --- a/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj @@ -20,6 +20,7 @@ {B56D9864-8A13-680A-0D15-6DA6E427E8E5} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj b/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj index 7d365fb8043..39f012b3029 100644 --- a/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj @@ -20,6 +20,7 @@ {AD4F70A8-9D60-52C3-8229-71EC6D08B034} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj b/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj index 48527315a57..d2510a3de80 100644 --- a/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj @@ -20,6 +20,7 @@ {73813A42-BD6E-4EB6-F246-ED8B0E206F9D} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj b/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj index 2ab9db03601..eb9ba9633e2 100644 --- a/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj @@ -20,6 +20,7 @@ {8E33420E-439C-A151-8FDF-19A0EBA2C168} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj b/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj index a09d59be115..890d8230af3 100644 --- a/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj @@ -20,6 +20,7 @@ {31959C0D-C2DC-AAFD-1D95-CA0D79D14627} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj b/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj index cedea27bfd0..00d1dfd8e52 100644 --- a/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj @@ -20,6 +20,7 @@ {C3647908-B80D-F566-5659-3E98B09D83F9} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj b/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj index 3009cacd5d5..9f9cad07f34 100644 --- a/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj @@ -20,6 +20,7 @@ {22A644D5-9A2B-4EF8-7792-AEB0C66A10E5} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj index 1869bf4362c..d452e242454 100644 --- a/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj @@ -20,6 +20,7 @@ {30861F4C-E783-96E7-DB51-FD85757347C0} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj index d3ca2074213..ead84cc92a3 100644 --- a/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj @@ -20,6 +20,7 @@ {863A5CA5-22BF-BABD-5E14-948C9F76F9E0} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj b/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj index f06b1c6d05b..0984f62029b 100644 --- a/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj @@ -20,6 +20,7 @@ {A956BC1B-7A05-A9F1-7368-802A5248136F} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj b/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj index 386e4741019..607f34f1e36 100644 --- a/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj @@ -20,6 +20,7 @@ {2F9B13AA-C70E-23CA-9272-84DD6EF83255} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj index 9348e18569d..0b7ede1d1a5 100644 --- a/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj @@ -20,6 +20,7 @@ {CF14C763-A442-0B6B-5DA4-A3A19EDA428B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj b/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj index 58c0f8240f1..a95677ff7be 100644 --- a/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj @@ -20,6 +20,7 @@ {FD881CB3-F8B6-25E5-FFA7-EE1D5691300B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj b/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj index ca13277aa1b..622c34081ce 100644 --- a/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj @@ -20,6 +20,7 @@ {68226F31-2971-B555-60A8-A8AC08BDB2C6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj b/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj index 595d6ea7997..7e1fe2145b5 100644 --- a/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj @@ -20,6 +20,7 @@ {A6CC9972-D61F-4120-940D-647ABFD56427} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj b/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj index 3379ae3d61d..597506203e4 100644 --- a/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj @@ -20,6 +20,7 @@ {7B3B2C33-1A1A-9C96-D719-2849AA66A5B2} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj b/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj index 4c2dd92dbe7..3c7a5e4f1e4 100644 --- a/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj @@ -20,6 +20,7 @@ {5921F8EA-B0D3-3267-B35C-07B790044453} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj b/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj index 9331073d579..f6bacafcbe8 100644 --- a/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj @@ -20,6 +20,7 @@ {A2713132-DDCE-2ED9-FA7D-A002F5B4BA7B} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj b/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj index b8b05ef9160..f145b6818d3 100644 --- a/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj @@ -20,6 +20,7 @@ {D7E2D403-E1D9-4544-3357-3EDD52241263} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj index d26a64d99dc..3de3438b293 100644 --- a/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj @@ -20,6 +20,7 @@ {638D9648-2905-245B-25CA-128F9615459D} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj index c31d4cac0e7..dd2c6314a19 100644 --- a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj @@ -20,6 +20,7 @@ {8097C59D-77EA-2DF4-70EA-685991BFA4C5} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj index 371c03ac75b..6a9cc4c29fc 100644 --- a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj @@ -20,6 +20,7 @@ {05A7AE83-1998-A82F-0B0E-1A11A9E8FE02} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj index 7253c6fa7ac..fce78387385 100644 --- a/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj @@ -20,6 +20,7 @@ {48406867-D147-4FF7-4283-65B9F32EF83D} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj index 14c60ab6a7e..69d3c727a6d 100644 --- a/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj @@ -20,6 +20,7 @@ {B5C69BAE-7606-3C9A-2361-09B0DD9A03B6} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj index 3ce76c1211f..f453ada6e40 100644 --- a/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj @@ -20,6 +20,7 @@ {0A5C0258-0329-F775-1FF0-D29F89FE8584} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows diff --git a/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj b/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj index 43e577055bd..a012e40df42 100644 --- a/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj +++ b/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj @@ -21,6 +21,7 @@ {37166D50-3AAA-1156-19F6-5901DFA55172} + true @@ -66,8 +67,8 @@ endpoint_pair_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj b/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj index d3804ee2555..22d4d9af856 100644 --- a/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj +++ b/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj @@ -21,6 +21,7 @@ {0647D598-9611-F659-EA36-DF995C9F736B} + true @@ -66,8 +67,8 @@ fling_client static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj b/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj index 8b36776ca71..79ec0aaa5f2 100644 --- a/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj +++ b/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj @@ -21,6 +21,7 @@ {5D0E4E74-275C-61D1-0D82-46CD2AA0C0B9} + true @@ -66,8 +67,8 @@ fling_server static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj b/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj index dd279ff1230..9c4c4b8ddb2 100644 --- a/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj +++ b/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj @@ -21,6 +21,7 @@ {25A711D8-5C17-BD17-B41E-34A5A361C5C8} + true @@ -68,8 +69,8 @@ generic_end2end_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj b/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj index 5482c9516d2..11f2fb11624 100644 --- a/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj @@ -21,6 +21,7 @@ {144D8CFF-2737-A18A-DCFD-01603533D63F} + true @@ -66,8 +67,8 @@ gpr_avl_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj b/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj index f3c96274ef8..88335916f2e 100644 --- a/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj @@ -21,6 +21,7 @@ {10668A5D-65CD-F530-22D0-747B395B4C26} + true @@ -66,8 +67,8 @@ gpr_cmdline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj b/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj index 442847fb3a8..12792e820d9 100644 --- a/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj @@ -21,6 +21,7 @@ {0CB6DF66-4346-CCD0-C94B-318321C46501} + true @@ -66,8 +67,8 @@ gpr_cpu_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj b/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj index cc3c1d38858..a28fa6cb5cd 100644 --- a/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj @@ -21,6 +21,7 @@ {07149650-E8AF-B3D8-9D5B-BC34DC909DB8} + true @@ -66,8 +67,8 @@ gpr_env_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj b/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj index 17422188333..eef457b3c91 100644 --- a/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj @@ -21,6 +21,7 @@ {13B0BA63-A3A4-D0E7-1DF2-C73281EB0678} + true @@ -66,8 +67,8 @@ gpr_file_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj b/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj index cef720f98a6..23b387f004c 100644 --- a/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj @@ -21,6 +21,7 @@ {EEBDE4C3-0130-5BD1-E85F-527B3E68FE11} + true @@ -66,8 +67,8 @@ gpr_histogram_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj b/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj index 693187a45ae..1ecab959a9c 100644 --- a/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj @@ -21,6 +21,7 @@ {64728265-92F9-103E-6720-8935385458DF} + true @@ -66,8 +67,8 @@ gpr_host_port_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj b/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj index 0e39cc8f661..5fc953a70ff 100644 --- a/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj @@ -21,6 +21,7 @@ {38797EE3-62CC-3CBF-18D5-009ED6DD0BEC} + true @@ -66,8 +67,8 @@ gpr_log_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj b/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj index b810d9c42be..3eb1e21d9ee 100644 --- a/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj @@ -21,6 +21,7 @@ {E679773D-DE89-AEBB-9787-59019989B825} + true @@ -66,8 +67,8 @@ gpr_slice_buffer_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj b/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj index c7cfa7b94c4..502b53dc4e1 100644 --- a/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj @@ -21,6 +21,7 @@ {7F2D1623-AF04-DD98-BCE6-61ADB9A52366} + true @@ -66,8 +67,8 @@ gpr_slice_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj b/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj index afe012bd16a..aca4d05b72f 100644 --- a/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj @@ -21,6 +21,7 @@ {AD06B5CD-8D5C-A365-C46B-3CF32237A4F7} + true @@ -66,8 +67,8 @@ gpr_stack_lockfree_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj b/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj index 59553768547..123ade09ac4 100644 --- a/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj @@ -21,6 +21,7 @@ {B453457D-8FBC-9C9F-A55E-C06FCE13B1F2} + true @@ -66,8 +67,8 @@ gpr_string_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj b/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj index aecaf63556d..f7ff4f59ee0 100644 --- a/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj @@ -21,6 +21,7 @@ {98B2F932-5D6D-9FF0-516F-43FD7E0E4F1A} + true @@ -66,8 +67,8 @@ gpr_sync_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj b/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj index b951963b7d9..3f531800201 100644 --- a/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj @@ -21,6 +21,7 @@ {459B2FAC-5FC8-1F47-8053-66D46EA39A49} + true @@ -66,8 +67,8 @@ gpr_thd_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj b/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj index de42f8cc9bc..f96c2326234 100644 --- a/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj @@ -21,6 +21,7 @@ {9779680E-3218-1528-E922-605871A20C3F} + true @@ -66,8 +67,8 @@ gpr_time_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj b/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj index f918b0a7769..f736de2f760 100644 --- a/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj @@ -21,6 +21,7 @@ {F5B6D7FF-A762-CBC3-8CDC-83890EAEB2FE} + true @@ -66,8 +67,8 @@ gpr_tls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj b/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj index 26b350e4219..3d1f66bf6db 100644 --- a/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj @@ -21,6 +21,7 @@ {40B790A8-BB01-9F12-5309-C0BEA97C75BC} + true @@ -66,8 +67,8 @@ gpr_useful_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj b/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj index 13ffe1241ed..4105b7870f5 100644 --- a/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj @@ -21,6 +21,7 @@ {C65A4336-92D6-D6A0-EB86-E3AA425222D0} + true @@ -66,8 +67,8 @@ grpc_auth_context_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj b/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj index f13fe330e8a..297b6d4ffdb 100644 --- a/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj @@ -21,6 +21,7 @@ {759A2BB1-DA1B-196C-94A3-98687BBC9F36} + true @@ -66,8 +67,8 @@ grpc_base64_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj b/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj index 2133959796e..2466de54952 100644 --- a/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj @@ -21,6 +21,7 @@ {82124768-C986-6C10-8BCC-B255B7C84722} + true @@ -66,8 +67,8 @@ grpc_byte_buffer_reader_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj b/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj index 0e377e5dd4d..28b7852816f 100644 --- a/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj @@ -21,6 +21,7 @@ {58FB566F-DCD5-3ECE-233E-C1FD13CA2185} + true @@ -66,8 +67,8 @@ grpc_channel_args_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj b/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj index 0dc85c64560..5233ec8c193 100644 --- a/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj @@ -21,6 +21,7 @@ {E3CEAFE1-8CE9-61F6-A720-E26662246B1F} + true @@ -66,8 +67,8 @@ grpc_channel_stack_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj index 15e65f7912d..2785fdc110a 100644 --- a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj +++ b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj @@ -21,6 +21,7 @@ {122E903D-29D4-915A-E37E-F434D049E56C} + true @@ -68,8 +69,8 @@ grpc_cli static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj b/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj index 9c16472bbdd..c9e31284f28 100644 --- a/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj @@ -21,6 +21,7 @@ {16CDF507-EB91-D76C-F0A7-A914ABFD8C17} + true @@ -66,8 +67,8 @@ grpc_completion_queue_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj b/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj index c1f054ae2b3..dbd1eb6ad37 100644 --- a/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj @@ -21,6 +21,7 @@ {8305CC95-25CD-E15F-EA1A-11626FCF5AF9} + true @@ -66,8 +67,8 @@ grpc_credentials_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj b/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj index 7d183d29d7c..c673a58058e 100644 --- a/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj @@ -21,6 +21,7 @@ {B50FD4F7-5628-9BEC-81B9-EB79A0A45577} + true @@ -66,8 +67,8 @@ grpc_invalid_channel_args_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj b/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj index eff28720438..58924bb423e 100644 --- a/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj @@ -21,6 +21,7 @@ {60B5E7EE-7D9E-1F27-BD9F-2F5D44BC6751} + true @@ -66,8 +67,8 @@ grpc_jwt_verifier_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj b/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj index 37a8521e04e..80c55202e4e 100644 --- a/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj @@ -21,6 +21,7 @@ {74DCFC52-3C79-66BC-3DB0-B6A90D81BB68} + true @@ -66,8 +67,8 @@ grpc_security_connector_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj index e2dc0f75a99..01492cadb34 100644 --- a/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {86F9C573-F7EB-0449-45E4-308D357F6762} + true @@ -66,8 +67,8 @@ h2_census_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj index 308c0e57c6b..e01a372e09f 100644 --- a/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {B45499F3-C7F4-AC5B-3C73-9B190F9215C4} + true @@ -66,8 +67,8 @@ h2_census_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj index 502f2fb46e2..5460df04c58 100644 --- a/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {7D420C98-F137-FCA4-FE63-CFBA4040DDCE} + true @@ -66,8 +67,8 @@ h2_census_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj index 31c37a83c17..e08c8d5f4f2 100644 --- a/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {391B199D-C860-A395-2A46-00ECFE898FFD} + true @@ -66,8 +67,8 @@ h2_census_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj index 3520071f043..6dce4265862 100644 --- a/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {DA6019C8-E522-D03C-6EDA-2946B9726DAB} + true @@ -66,8 +67,8 @@ h2_census_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj index 6a56cf612ee..34ea12be425 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {06CC7CD8-81DF-8A41-1EC6-B3F0E7003D8C} + true @@ -66,8 +67,8 @@ h2_census_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj index d9d19fa5f0b..a1fddae7782 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {1B32DBFD-69B4-98DF-D41F-D65F711DBE16} + true @@ -66,8 +67,8 @@ h2_census_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj index ed04562b0eb..7115149f091 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F8AAA85B-059C-5DC5-C877-18831D98CC71} + true @@ -66,8 +67,8 @@ h2_census_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj index 007eb054c95..7716c4b1f34 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {170E8B6A-D83A-3246-1BAD-AB9DD4D924EC} + true @@ -66,8 +67,8 @@ h2_census_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj index c362488de15..a824b3eba2d 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {50A1CDDC-E98B-D282-C16A-C9703EB9A938} + true @@ -66,8 +67,8 @@ h2_census_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj index bc33e12c612..2655a55a05d 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {67EAE492-0406-06F9-8559-1A9AAF0CC8FA} + true @@ -66,8 +67,8 @@ h2_census_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj index db657a76717..41cdbbfd598 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {3D46443D-3C29-F9DB-C515-9C89D185B3ED} + true @@ -66,8 +67,8 @@ h2_census_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj index c688a737bba..d93adc487a8 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {43DE33ED-2D2E-2B32-9EFA-B5F01CEDA3FB} + true @@ -66,8 +67,8 @@ h2_census_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj index 5c228175ca6..092456b5bbf 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {6EDBD48F-6070-BC42-6DEE-E2F3FF85DB2A} + true @@ -66,8 +67,8 @@ h2_census_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj index 60bba5c3609..7f6bc7d6671 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {B1A171BF-D7D7-A5ED-C397-E3E0D75B2651} + true @@ -66,8 +67,8 @@ h2_census_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj index 5a4b66142de..d4bde9a63dd 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B3593ADE-3AA7-D54E-40A8-7BBACCD27F2F} + true @@ -66,8 +67,8 @@ h2_census_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj index a080ded539b..841553bc1ee 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {AA16853C-514C-F3E8-6B19-4106D91DECBF} + true @@ -66,8 +67,8 @@ h2_census_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj index 259a8ee986f..551d595c0d4 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E64B4D31-12A1-24EF-B8A4-60E49C0C483B} + true @@ -66,8 +67,8 @@ h2_census_channel_connectivity_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj index 84b4e21dd24..7d628d05fbc 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj @@ -21,6 +21,7 @@ {3AF5C04D-B0D3-CBD9-B83A-B789D3639C4A} + true @@ -66,8 +67,8 @@ h2_census_channel_connectivity_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj index 45f73f24db7..acaee8c47b0 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj @@ -21,6 +21,7 @@ {62D6DBD5-17E8-44C5-16EA-0CA55F9890BE} + true @@ -66,8 +67,8 @@ h2_census_channel_ping_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj index 6cda1fac2fa..f95129b9e30 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj @@ -21,6 +21,7 @@ {65137593-7C9E-8405-189E-766299F514C9} + true @@ -66,8 +67,8 @@ h2_census_channel_ping_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj index eab466cc00a..7835f2bdef6 100644 --- a/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4C2F7C09-AF64-FCBE-B6D4-06AFCD2A75B8} + true @@ -66,8 +67,8 @@ h2_census_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj index 4464edd95d2..414f05d3dba 100644 --- a/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {B9441F3F-E1F0-0B2E-B4FC-AE52ABE46C3F} + true @@ -66,8 +67,8 @@ h2_census_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj index 02abc7914d2..c7807e988f9 100644 --- a/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1B7B56A2-9004-AC96-6F72-3F35FF7641CA} + true @@ -66,8 +67,8 @@ h2_census_default_host_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj index 57ba2ac529d..c6c1db73c6d 100644 --- a/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj @@ -21,6 +21,7 @@ {9E35A429-2DDF-8C1E-7D30-6F23593CE418} + true @@ -66,8 +67,8 @@ h2_census_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj index d565f7313fe..d0f1b93daed 100644 --- a/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1CA5087C-45AC-7852-9DEF-3434E2B58BC4} + true @@ -66,8 +67,8 @@ h2_census_disappearing_server_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj index 8ef7c85ca5b..af491332564 100644 --- a/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {987E704F-1E47-1D62-FA07-75355D134322} + true @@ -66,8 +67,8 @@ h2_census_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj index 16d5f2853e8..06579a71041 100644 --- a/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {819A5489-ACF8-2549-035C-B7559E7038EE} + true @@ -66,8 +67,8 @@ h2_census_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj index 7ebdb04fdb1..43286c8f92f 100644 --- a/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {3E5557AF-A021-F3C9-7C49-E496E230F2EE} + true @@ -66,8 +67,8 @@ h2_census_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj index 568b789edc2..09e2112872a 100644 --- a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {26086168-1102-22E6-439C-A2A99AFD54EE} + true @@ -66,8 +67,8 @@ h2_census_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj index a6e4e8c8973..197d781bf57 100644 --- a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {40F20798-EAB3-C154-60EA-05FA0E91FE43} + true @@ -66,8 +67,8 @@ h2_census_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj index fbcb45e0716..bf2ab8b1c8b 100644 --- a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0757BB82-2336-8B17-FAD9-8221E76AAFAD} + true @@ -66,8 +67,8 @@ h2_census_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj index 68f9cb64e08..265468df0e1 100644 --- a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {06309311-624C-1CC5-D4DA-E398486C67E7} + true @@ -66,8 +67,8 @@ h2_census_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj index 9879a077c23..952e26e981c 100644 --- a/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj @@ -21,6 +21,7 @@ {765F8E2B-73C6-32FC-DA75-6378F06E488B} + true @@ -66,8 +67,8 @@ h2_census_hpack_size_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj index a24a36dd19d..0e1b8503d2c 100644 --- a/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {710DAC67-D870-2E50-0531-55019C0D76A7} + true @@ -66,8 +67,8 @@ h2_census_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj index 8597766848b..6b7ef5d5654 100644 --- a/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F3A16AD1-648D-EF80-6DEF-D83902FC7826} + true @@ -66,8 +67,8 @@ h2_census_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj index e22fbc966ef..3b27029aaa1 100644 --- a/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {E98C0F57-0CA0-9246-E073-13DA412078BF} + true @@ -66,8 +67,8 @@ h2_census_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj index 12698beaccd..d3091bd9c47 100644 --- a/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B6C36EF9-FE5A-3271-A375-84F311B9878C} + true @@ -66,8 +67,8 @@ h2_census_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj index 58e0f70db5d..4783d060c82 100644 --- a/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {8D21B626-C08F-64C2-63A8-72FC2CF55421} + true @@ -66,8 +67,8 @@ h2_census_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj index a4876e8db38..ea2a5152de3 100644 --- a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj @@ -21,6 +21,7 @@ {75D6C625-D73B-AF4C-AEE4-5BCD6E97BE38} + true @@ -66,8 +67,8 @@ h2_census_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj index bcff2c49159..1e1bfb7f649 100644 --- a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {65686B37-B5B0-F7D2-46FB-A7CBF0D72E38} + true @@ -66,8 +67,8 @@ h2_census_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj index a371f817514..d1036cfeffe 100644 --- a/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {D1B3677A-19DB-5D68-92DE-EB0109C52EEA} + true @@ -66,8 +67,8 @@ h2_census_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj index b13170281c3..09283b32713 100644 --- a/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {9A9906E3-3632-2564-F4F9-0AAF44913D59} + true @@ -66,8 +67,8 @@ h2_census_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj index 253ae154677..dad36316edc 100644 --- a/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {88CD86B5-E6E1-F169-5807-5EC9DB423432} + true @@ -66,8 +67,8 @@ h2_census_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj index 19834779070..c56107a2c73 100644 --- a/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj @@ -21,6 +21,7 @@ {19DF901C-3C22-FC40-BF16-02C4B0A6E296} + true @@ -66,8 +67,8 @@ h2_census_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj index 0a9a78c9253..5bd749c8744 100644 --- a/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B0D4AB5C-A838-7E17-6A0B-A1BD1D2C00E2} + true @@ -66,8 +67,8 @@ h2_census_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj index 9267a5cf8be..3353e742b01 100644 --- a/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {77243F83-4B0C-5634-B0C5-834EDF63E5F0} + true @@ -66,8 +67,8 @@ h2_census_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj index 6a6d65c9309..a5e31e226b5 100644 --- a/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8301AECB-E49C-2CCA-1F69-38AD0FE3F30A} + true @@ -66,8 +67,8 @@ h2_census_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj index c7fe6fc827b..b2e31a0a9d6 100644 --- a/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj @@ -21,6 +21,7 @@ {84C24806-D99B-ABC6-7487-4A2236D3004E} + true @@ -66,8 +67,8 @@ h2_census_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj index ace0fa4ab48..ec238a9918c 100644 --- a/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {3C3162AD-FA88-6447-D067-CF43F2E916BC} + true @@ -66,8 +67,8 @@ h2_census_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj index 3f0e54979df..ad3d070f0e4 100644 --- a/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj @@ -21,6 +21,7 @@ {37DF626C-BC13-00F0-D3A5-91C2754C1D42} + true @@ -66,8 +67,8 @@ h2_census_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj index 865b2bb71fa..c595c2fd909 100644 --- a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FB3A1136-CE5E-ABEC-C9FC-C9DFA13CF7EE} + true @@ -66,8 +67,8 @@ h2_census_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj index 734136f808f..a76d7fced79 100644 --- a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {B049A6C4-C055-D12E-AACA-3A0ECC421497} + true @@ -66,8 +67,8 @@ h2_census_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj index 99bd6795fb4..0b2aaa9f270 100644 --- a/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0DDF659C-4ADB-5F32-39A7-8E08C831DE6F} + true @@ -66,8 +67,8 @@ h2_census_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj index f34a6cdce11..59f224dd4f8 100644 --- a/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {B6392CBD-DFB3-1319-8BE0-76924D27740A} + true @@ -66,8 +67,8 @@ h2_census_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj index 8e31242469f..1cabeec5df9 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {BA385B0E-7F60-B60A-AB16-80A35461B675} + true @@ -66,8 +67,8 @@ h2_census_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj index d4bbd9ab74f..3021ebe78f0 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {C560126D-FE4B-8287-BDFE-250634369CB2} + true @@ -66,8 +67,8 @@ h2_census_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj index 38878aac594..808c1967e5a 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {9E08A759-C69C-F04D-DC17-95370DC4CF1A} + true @@ -66,8 +67,8 @@ h2_census_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj index 04c064371e7..dcf11ddef97 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {3A8D598B-690F-5B57-90B4-0E35F1FA46E3} + true @@ -66,8 +67,8 @@ h2_census_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj index be86e2eee6e..d2776b1f742 100644 --- a/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E4637422-E7C8-961A-AD9A-1892523ABE33} + true @@ -66,8 +67,8 @@ h2_census_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj index 1f05bb975ae..c8bcc010921 100644 --- a/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {6FFFA724-3AEF-3388-9A64-F5DA549892A8} + true @@ -66,8 +67,8 @@ h2_census_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj index 0b799ffc6c1..7e2814db26d 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C2BBA472-8D7F-8765-F2B5-2800E0AA423D} + true @@ -66,8 +67,8 @@ h2_census_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj index 300cc777292..cdd541e1c7e 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {F60531B2-6325-6A21-C8B2-56EE84C71E42} + true @@ -66,8 +67,8 @@ h2_census_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj index db2d946f948..b90919bc63d 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {23A79996-BC9A-E56F-4BDF-256BE8C7B7A9} + true @@ -66,8 +67,8 @@ h2_census_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj index bc298af7c9d..fcd64e826a9 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {05C5B025-37DE-BC89-27AF-E4FCDC4FDD20} + true @@ -66,8 +67,8 @@ h2_census_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj index 864421d5e99..a544af1322b 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {565EE135-1106-6CD3-8D21-93A587E1754C} + true @@ -66,8 +67,8 @@ h2_census_simple_delayed_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj index 9b3ea91b2d0..9e7db7aceaf 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {0ED3A1B3-D4FA-7E8C-A052-D60BE7D8B5EF} + true @@ -66,8 +67,8 @@ h2_census_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj index b1a3bd7dec5..0fee8daeabf 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {EFF8E6FA-674C-2E74-698E-5C8733D1687F} + true @@ -66,8 +67,8 @@ h2_census_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj index 3834241cfaf..b723592ef62 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {727C5ACD-6416-A4EC-FB53-DA11B7A8F044} + true @@ -66,8 +67,8 @@ h2_census_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj index 9582b187a4b..6b2567c6f7d 100644 --- a/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {14664DD1-126F-C9F8-E62D-5CCB8FF60853} + true @@ -66,8 +67,8 @@ h2_census_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj index c82531ac2b7..e2755a20318 100644 --- a/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {AC0F95A3-5E6F-BAB2-6D0B-33E042A1A4AB} + true @@ -66,8 +67,8 @@ h2_census_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj index c1930445742..0f045bd8a99 100644 --- a/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {96C4BFE3-C90B-5BAD-DD0D-70A721D42625} + true @@ -66,8 +67,8 @@ h2_compress_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj index 850e7228334..a66d0c51fdd 100644 --- a/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {CB29C8C8-0EF3-843F-2E56-36E076A57D0C} + true @@ -66,8 +67,8 @@ h2_compress_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj index 5d2d01df38c..81772238ee0 100644 --- a/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5ED1CBF8-9133-302D-3E36-55E155E459AF} + true @@ -66,8 +67,8 @@ h2_compress_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj index 0881ab0dc51..f88cd45365b 100644 --- a/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {884ED524-5AF9-660C-0CC9-50C3EBB9569A} + true @@ -66,8 +67,8 @@ h2_compress_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj index 2b60aa4fc9d..296b1a5a8df 100644 --- a/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {04713493-124E-B5F4-8140-AD1486110FFB} + true @@ -66,8 +67,8 @@ h2_compress_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj index c61160e4e98..7f74094b6e0 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F999D568-EC9C-900A-9A8C-9CDCB7A759F3} + true @@ -66,8 +67,8 @@ h2_compress_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj index bbc7f1ad563..d0c1308217d 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {F36A906D-8CC4-FBA1-262C-73ED04A70A4C} + true @@ -66,8 +67,8 @@ h2_compress_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj index 8fec609e331..67b5842a546 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {90D80E33-FB22-5125-4643-A673BC501DFB} + true @@ -66,8 +67,8 @@ h2_compress_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj index f2ff6de90d8..c1ed48ae8f7 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {2B39B7F9-D864-AF4D-6262-96A41009016E} + true @@ -66,8 +67,8 @@ h2_compress_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj index 22374edb810..a3e429a6497 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {00ED1A10-7E78-CAB2-D13A-B692F17035E3} + true @@ -66,8 +67,8 @@ h2_compress_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj index 2d5c36d562c..b31d11a5a75 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {1EAD887E-C716-5F99-4CEE-E1CB5ACEAFC9} + true @@ -66,8 +67,8 @@ h2_compress_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj index 4bcfad1f5ae..22db22526d8 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1C21DC25-4F7A-C145-410E-5E4640E4A7D7} + true @@ -66,8 +67,8 @@ h2_compress_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj index eb8097963ec..c6740105b43 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {D68F767F-8795-8F5A-26FE-9A68F87F82E3} + true @@ -66,8 +67,8 @@ h2_compress_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj index b0a7d3fb39a..1f2f303ad45 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {467EF0AF-3186-C362-DB42-9232D8C11F42} + true @@ -66,8 +67,8 @@ h2_compress_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj index d427a0d07d0..51d2ae81ef2 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {D19D72FF-3337-2798-6D34-F80730C233AD} + true @@ -66,8 +67,8 @@ h2_compress_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj index 0d63df43c58..3ca7c97d7d0 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4A1E84B8-9D81-0CC8-B93A-204CE06977EF} + true @@ -66,8 +67,8 @@ h2_compress_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj index d9333987508..ed0f38cd18f 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {F31E3059-455F-8F40-980E-2C5241D5FAC8} + true @@ -66,8 +67,8 @@ h2_compress_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj index f331734501c..2a760e800a6 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F02039BC-7AEC-E390-660D-66299CCFC443} + true @@ -66,8 +67,8 @@ h2_compress_channel_connectivity_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj index a4c986200cb..88fa8d7ec0c 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj @@ -21,6 +21,7 @@ {352ED9DD-39D9-3E56-3591-51CBCBB03E99} + true @@ -66,8 +67,8 @@ h2_compress_channel_connectivity_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj index 5d7ae847c52..44d1973e700 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj @@ -21,6 +21,7 @@ {505068F1-C0A0-68DD-5ED8-88B4D16367C3} + true @@ -66,8 +67,8 @@ h2_compress_channel_ping_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj index 9c68d5ca88a..b87f45b605b 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj @@ -21,6 +21,7 @@ {DDA1F79B-51A3-39EF-72F5-89303FFBAE7E} + true @@ -66,8 +67,8 @@ h2_compress_channel_ping_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj index d58ff66b8bc..a31af3eb31e 100644 --- a/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {13C0D5F2-1CE0-0D1B-5541-1B4B3AC2ACD9} + true @@ -66,8 +67,8 @@ h2_compress_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj index 9d4df07ebc3..e3e416d85f6 100644 --- a/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {303F8433-916A-1076-4102-09F5ED1B6206} + true @@ -66,8 +67,8 @@ h2_compress_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj index d7c0255b82a..80a8938b1ca 100644 --- a/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F84F70C7-8682-496A-329A-AAE31462DBB1} + true @@ -66,8 +67,8 @@ h2_compress_default_host_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj index 1bd339e696f..5ce203ec636 100644 --- a/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj @@ -21,6 +21,7 @@ {2B48557B-706B-2822-60C3-B8D807A660D4} + true @@ -66,8 +67,8 @@ h2_compress_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj index b196d7f50ca..d7ef1343896 100644 --- a/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2C994ED4-21A5-252E-F252-51A133C0F992} + true @@ -66,8 +67,8 @@ h2_compress_disappearing_server_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj index 295dd0d2193..e84a31960a8 100644 --- a/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {A3A5B953-9949-5FB3-9AEB-45382B50B0F8} + true @@ -66,8 +67,8 @@ h2_compress_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj index c37a14c4a75..60738a0f906 100644 --- a/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1A9598E2-C4DB-613D-FE15-48952CF25016} + true @@ -66,8 +67,8 @@ h2_compress_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj index 9735f010781..49e5af57d09 100644 --- a/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {B610DB99-C0E3-AF85-5B94-BAA907E0D103} + true @@ -66,8 +67,8 @@ h2_compress_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj index 13e9ff62997..53fdc8bdd9a 100644 --- a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {611B4ECB-6624-4FD7-4010-B28D312F2815} + true @@ -66,8 +67,8 @@ h2_compress_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj index 3b4b570f29c..de548a07713 100644 --- a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {1D8B7227-4B1F-5637-A1CD-CBBF0AF83683} + true @@ -66,8 +67,8 @@ h2_compress_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj index 17c559c0be8..e72f81d97a0 100644 --- a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E6C18E4E-ABC4-1C26-BAD6-67F92B80942F} + true @@ -66,8 +67,8 @@ h2_compress_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj index 1bd6ee8ba56..2ff8ecf247f 100644 --- a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {1B8B71B0-ED48-43BF-0553-092CF96A330B} + true @@ -66,8 +67,8 @@ h2_compress_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj index 9a6f7229508..32dd3095697 100644 --- a/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5A641212-7C59-E552-0ED6-F05F710DD4F5} + true @@ -66,8 +67,8 @@ h2_compress_hpack_size_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj index 81c6e915a6c..c38a965589e 100644 --- a/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {8E7B2D33-360B-9A26-8BFD-1BAD10769F33} + true @@ -66,8 +67,8 @@ h2_compress_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj index f4faa84cd34..560ee7f2568 100644 --- a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C3A6661F-806B-BDE6-AF91-032175B443F8} + true @@ -66,8 +67,8 @@ h2_compress_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj index 7b97c628335..f9dfdc03d7b 100644 --- a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {FE9E76C0-74CB-5085-6CE6-862E49037F0B} + true @@ -66,8 +67,8 @@ h2_compress_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj index dfca556263f..2589d425811 100644 --- a/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {842A5121-D6F0-5B9C-A265-697BAC68FDCF} + true @@ -66,8 +67,8 @@ h2_compress_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj index f7e9701c1d2..8f2fdfcdc0a 100644 --- a/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {EE75CC93-CC3C-236F-C10D-2C7D7D3F340C} + true @@ -66,8 +67,8 @@ h2_compress_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj index 03cfe34cfb7..5b818a72ae3 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1FFA6F19-91C9-B6B2-1716-BFE8F3BEE451} + true @@ -66,8 +67,8 @@ h2_compress_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj index 79c61ca26eb..a85e2e24264 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {2D66CC24-54D8-B983-51A5-357FDF81084C} + true @@ -66,8 +67,8 @@ h2_compress_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj index 43a7c1526f3..c9810668272 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {DDBBB4D3-8C84-CEFE-FF59-4B7B521A73EF} + true @@ -66,8 +67,8 @@ h2_compress_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj index 4688ea21867..e902ce16e07 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {A9FEABE4-FB0D-7AE0-285B-2F1A8DF3212B} + true @@ -66,8 +67,8 @@ h2_compress_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj index 9d9c1f7715d..836d5c686b6 100644 --- a/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CBAB43F1-097C-6026-25E3-192486FE05B2} + true @@ -66,8 +67,8 @@ h2_compress_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj index e1820dadb30..b140a09b52d 100644 --- a/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj @@ -21,6 +21,7 @@ {31739A36-22EA-0AE0-2409-DEB2254B1A07} + true @@ -66,8 +67,8 @@ h2_compress_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj index 7944bc405bc..fd4b4a43300 100644 --- a/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {67911E2D-6892-95DE-F074-E5F8D746D263} + true @@ -66,8 +67,8 @@ h2_compress_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj index d2d48bc2ffb..f29588f1ccb 100644 --- a/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {0EE6FA2C-D2A4-B235-6A28-335233BAAACE} + true @@ -66,8 +67,8 @@ h2_compress_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj index 33c63e81a60..3fb774f7c7f 100644 --- a/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {202B8111-913C-9469-E258-B4CF12A3F060} + true @@ -66,8 +67,8 @@ h2_compress_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj index d360796434a..6e4918bac99 100644 --- a/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj @@ -21,6 +21,7 @@ {635D3414-DAE1-55F4-B5F5-BC0813AF1501} + true @@ -66,8 +67,8 @@ h2_compress_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj index d4056e00298..76bc56dd27b 100644 --- a/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {DBDCD22E-4777-7AC4-5C4A-92609FEFA2C1} + true @@ -66,8 +67,8 @@ h2_compress_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj index b6f67cd73a7..dc856c53299 100644 --- a/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj @@ -21,6 +21,7 @@ {EF996792-C83A-F8BF-153D-0C3C4DBE81ED} + true @@ -66,8 +67,8 @@ h2_compress_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj index cb659941118..b9532493fd6 100644 --- a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {644F1E02-2BF7-4C3B-A3A0-EFCDC4F6FD74} + true @@ -66,8 +67,8 @@ h2_compress_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj index 4d05acde083..513e1917a5f 100644 --- a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {302C4968-08C6-F190-8DE2-8D77734E97A0} + true @@ -66,8 +67,8 @@ h2_compress_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj index 846984e5fa5..25ae25afa41 100644 --- a/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {92707E81-C203-5D81-5C17-CB21752EB969} + true @@ -66,8 +67,8 @@ h2_compress_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj index 743b2d5e61f..fab8d46f451 100644 --- a/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {38958F18-E9A8-ED86-C2D3-2BC3B127B7E3} + true @@ -66,8 +67,8 @@ h2_compress_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj index 4f8fdd12008..2d4919791b8 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B04870B1-114D-9C85-3184-D628E02DE197} + true @@ -66,8 +67,8 @@ h2_compress_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj index a7e7a3e0c42..830cec8f8c5 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {4AFF9151-956E-3F0C-0819-6EA49B4C52C3} + true @@ -66,8 +67,8 @@ h2_compress_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj index d1983a52940..5e43aee59f5 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {6728B099-9945-66F3-5787-B6F6EAE6453D} + true @@ -66,8 +67,8 @@ h2_compress_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj index 23a838d371c..7310217fc1b 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {0379CA36-E7DA-01F0-3725-FDA7B8CEEAFA} + true @@ -66,8 +67,8 @@ h2_compress_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj index 37a73834987..b0d2240f913 100644 --- a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {D7137A13-9D56-3513-3D3D-C22BCE567EA4} + true @@ -66,8 +67,8 @@ h2_compress_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj index 64cee2fa70b..9a92af24505 100644 --- a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {266B59A0-43C9-780A-1D98-A747CEA769D1} + true @@ -66,8 +67,8 @@ h2_compress_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj index 55c4d2fc6d5..fc3364f3031 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0FE43EC8-2797-BE12-2106-281A26A080F5} + true @@ -66,8 +67,8 @@ h2_compress_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj index 6b51e74ac42..85260f9fa15 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {B28890CB-ADE6-3D84-9DF5-FE28483F79E7} + true @@ -66,8 +67,8 @@ h2_compress_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj index f5fddc9a412..e3557de9c72 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8B51D945-8598-E392-52AD-C2DB3C6AA09E} + true @@ -66,8 +67,8 @@ h2_compress_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj index bcbf0068e9f..bec73cc80b2 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {E4A58FD6-FB2B-77F7-C333-70E16282DD2F} + true @@ -66,8 +67,8 @@ h2_compress_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj index 6cee7f63c9f..80994fa8889 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E9C6481E-C01D-8A73-DFF6-4F239147B4F3} + true @@ -66,8 +67,8 @@ h2_compress_simple_delayed_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj index 0224aafdcc2..e6f16bef8f4 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {812AC8A4-E61B-6694-3E6C-9BFF7857CD98} + true @@ -66,8 +67,8 @@ h2_compress_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj index 911480a0b00..58040a9b289 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C7B576A0-D3B8-C80D-0406-9D8B0F90F36B} + true @@ -66,8 +67,8 @@ h2_compress_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj index dd5d8c1ea4b..d2a9b46f149 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {06A6776A-5334-DE2F-F529-9F416177A476} + true @@ -66,8 +67,8 @@ h2_compress_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj index 4c3abb449c4..ba7c2128657 100644 --- a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CA32B405-3518-DB3C-F369-4FA5343792E4} + true @@ -66,8 +67,8 @@ h2_compress_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj index 87abbdbe203..5aec9cadaca 100644 --- a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {86A99F28-525B-0C85-131A-6DF6228322CF} + true @@ -66,8 +67,8 @@ h2_compress_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj index 1475219f546..6cc090f7496 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {2B73A073-D037-7228-FF2C-CE9003E62A37} + true @@ -66,8 +67,8 @@ h2_fakesec_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj index 65efe1d4f87..37a3206115e 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {1C351D01-A77D-2732-7B99-BFF8D142EE2B} + true @@ -66,8 +67,8 @@ h2_fakesec_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj index 6a1f872693c..56d7f13f846 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {64429EC9-4462-9292-F147-4E55989A88F4} + true @@ -66,8 +67,8 @@ h2_fakesec_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj index 58c121b5249..7eb24a751fc 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {78F1BE64-1D7D-080B-1354-5327141E427D} + true @@ -66,8 +67,8 @@ h2_fakesec_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj index a5b45c794b0..a6d25825b34 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {55CAC840-6CB4-2D27-1F96-A87624C47E3B} + true @@ -66,8 +67,8 @@ h2_fakesec_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj index 9d1b589a2b4..92d80d55610 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {D0E1003A-D7B4-B7C2-4BF5-3C4C3030C0A0} + true @@ -66,8 +67,8 @@ h2_fakesec_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj index 310f9df0e46..3d4dcc11098 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {5D22032C-A9AA-E3DA-5984-779E75B4CBD7} + true @@ -66,8 +67,8 @@ h2_fakesec_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj index e1cbbe57d19..3f82a253952 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {59686327-AD91-8104-0BFA-E36F0CF63F12} + true @@ -66,8 +67,8 @@ h2_fakesec_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj index 00741f88dd3..648077e235d 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {230FFF97-BA99-FC46-C2B5-D4D1A762CFE6} + true @@ -66,8 +67,8 @@ h2_fakesec_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj index a442a7626b9..ab680904361 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj @@ -21,6 +21,7 @@ {113CFE3F-C9C7-EF82-09B1-EA9315F44840} + true @@ -66,8 +67,8 @@ h2_fakesec_channel_connectivity_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj index f41ff27bf77..86dad94fc1c 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj @@ -21,6 +21,7 @@ {967825BB-799F-1489-AF72-29AC63B39CE2} + true @@ -66,8 +67,8 @@ h2_fakesec_channel_ping_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj index da1d34a80ec..768c158355e 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {C467710B-E67C-AFB5-0E3C-7AEBB78BFE19} + true @@ -66,8 +67,8 @@ h2_fakesec_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj index 068e2ecf5bf..f5beac64b03 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj @@ -21,6 +21,7 @@ {90E67350-9702-C9F2-57F6-56D3FB431A66} + true @@ -66,8 +67,8 @@ h2_fakesec_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj index 6386408ab1e..8372986683d 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {6DBC8F24-1A07-F20F-1A59-D915C517ECAF} + true @@ -66,8 +67,8 @@ h2_fakesec_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj index 4eed1cb1fff..7f3f6c3af54 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {54ACA3B2-D418-1D50-67A7-FAAB066A5961} + true @@ -66,8 +67,8 @@ h2_fakesec_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj index 3245a57a4bc..8f1dde74d2a 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {5EDFDF46-E423-4DDA-52C6-ED3505042B41} + true @@ -66,8 +67,8 @@ h2_fakesec_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj index 6e3d8b6b4e8..dcea7a9b6a3 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {65265C4A-46B8-F54C-96AB-10A292FE851F} + true @@ -66,8 +67,8 @@ h2_fakesec_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj index 4a873933b1a..6cb5f627abe 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {5CDFA7CB-09E1-E01E-E21D-7446146478CC} + true @@ -66,8 +67,8 @@ h2_fakesec_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj index 7e0179e1150..36171670bfc 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {93980DE4-8935-C0F5-86F8-22B3F0811121} + true @@ -66,8 +67,8 @@ h2_fakesec_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj index 981273a3277..60f73154a14 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {5B0D2853-4649-92CC-D646-12D0B20A0554} + true @@ -66,8 +67,8 @@ h2_fakesec_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj index 2954a55c2e5..f711053235d 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {A27FCA52-CE1B-F954-BFAD-8441690D107B} + true @@ -66,8 +67,8 @@ h2_fakesec_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj index 44fb20e8b1a..8baf189fb07 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {7046A19B-B705-F1A4-825B-2A360657D6A7} + true @@ -66,8 +67,8 @@ h2_fakesec_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj index cf223cf7546..e2e613d1151 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj @@ -21,6 +21,7 @@ {5295E38D-2A16-BAFE-BC51-A35FDF2AA63B} + true @@ -66,8 +67,8 @@ h2_fakesec_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj index 3644b17da22..5105ab6d7da 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {029E528C-532C-A742-8FB6-03EA143B143C} + true @@ -66,8 +67,8 @@ h2_fakesec_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj index 2a66b2547c9..cb85368880b 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj @@ -21,6 +21,7 @@ {036FDE31-2C41-4668-BE22-4C968DA2D372} + true @@ -66,8 +67,8 @@ h2_fakesec_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj index 7e46e682511..432495644af 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj @@ -21,6 +21,7 @@ {06D0291E-3F93-C0F6-5903-C9640E222405} + true @@ -66,8 +67,8 @@ h2_fakesec_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj index 7597c91585c..b37d549b415 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {6BB82547-D610-A8C9-69B1-1166093C4779} + true @@ -66,8 +67,8 @@ h2_fakesec_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj index 4d769366d70..cca9c676897 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {37923966-74A7-B75B-0AA1-90584A91D160} + true @@ -66,8 +67,8 @@ h2_fakesec_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj index 2d1dd2831da..b7c1695070a 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {D10E11AF-FBD8-3A70-760F-577B5D860E47} + true @@ -66,8 +67,8 @@ h2_fakesec_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj index ce268bde867..65ef0e57b11 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {0AC105E0-744F-FC79-0D90-35A29BB6DA71} + true @@ -66,8 +67,8 @@ h2_fakesec_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj index 7b96f68e0f7..7d4b0ca1d86 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {30BDE587-AE00-421F-7192-52CFDFFC5972} + true @@ -66,8 +67,8 @@ h2_fakesec_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj index 7b0db17d72e..8cd752d131f 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {52BCBE3E-C94B-EBC1-E3EC-0A18EEE2317B} + true @@ -66,8 +67,8 @@ h2_fakesec_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj index 4b0dcd82358..079336ec92f 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {3BAF9ACD-EC82-A619-71E3-935C5286CEF2} + true @@ -66,8 +67,8 @@ h2_fakesec_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj index 156631b5df1..fcb83967f87 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {0352339C-24EA-D9AF-1882-B8CB858DCCFB} + true @@ -66,8 +67,8 @@ h2_fakesec_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj index 1f74e6ef33b..e415b9f8514 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {DFCF577F-491B-02FB-D636-DE8E7BED6F4B} + true @@ -66,8 +67,8 @@ h2_fakesec_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj index 883f2242903..0981ba891ea 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {30167EA5-6C9A-81EB-6DFA-150A7E2C9F75} + true @@ -66,8 +67,8 @@ h2_fakesec_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj index 098df196758..773eba9592a 100644 --- a/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {180A8A2E-ABED-37A8-77C0-8FF12F7DEBA3} + true @@ -66,8 +67,8 @@ h2_full_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj index 9b8309a7566..95f5f38df4a 100644 --- a/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {B7E28A49-8BCC-11BB-B36F-46B3305C42C0} + true @@ -66,8 +67,8 @@ h2_full_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj index 43dd0528d27..4a8a2d638a6 100644 --- a/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {058906D1-234B-28DD-1FAD-4B7668BFB017} + true @@ -66,8 +67,8 @@ h2_full_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj index e999337e520..90818d2785c 100644 --- a/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {550EF5D8-3F58-19C7-A73A-C912D05CFE2D} + true @@ -66,8 +67,8 @@ h2_full_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj index 8b303ceb017..86ce8ed288a 100644 --- a/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {C69BC743-D262-DCC1-40DC-D13DC1333758} + true @@ -66,8 +67,8 @@ h2_full_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj index 45365fee893..2945faaa1fe 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FEF11C57-9947-6639-FF38-DAD219BB2907} + true @@ -66,8 +67,8 @@ h2_full_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj index 680882f7606..7338c4cf8c4 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {23BA838C-5D74-2CDD-A0C1-3DD3FBAEFFC6} + true @@ -66,8 +67,8 @@ h2_full_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj index 4f5d72eae24..5c7167db8d9 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {A3478C98-3998-8E4C-5BEE-3AF333C0732D} + true @@ -66,8 +67,8 @@ h2_full_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj index 26ef0c4f449..04f75d2fb00 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {B4A406EB-E569-F2FD-9AC2-AC22C081C0B7} + true @@ -66,8 +67,8 @@ h2_full_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj index f5f92fda5a2..245140fa862 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {7B7A4D5A-439A-F2D7-DC2D-134AA5DCD330} + true @@ -66,8 +67,8 @@ h2_full_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj index 51cb85a8b38..c7077eba95a 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {6C90D97A-04BB-0E78-6DC7-E37D04522CA7} + true @@ -66,8 +67,8 @@ h2_full_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj index 1f79dcb610a..f632b3e6319 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2C1F50E1-4D99-8F30-2662-85303BC354AC} + true @@ -66,8 +67,8 @@ h2_full_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj index 61b1e000f75..6639b16fced 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {802670DA-5F9E-333F-A381-7208FF6CB333} + true @@ -66,8 +67,8 @@ h2_full_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj index c5315538bc0..a2eafe710db 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {393109FA-790F-966C-740F-31612CD92354} + true @@ -66,8 +67,8 @@ h2_full_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj index 6098df444e5..bd97551fc76 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {F4051DEB-6C91-E94A-A69D-2FDC1D4EC295} + true @@ -66,8 +67,8 @@ h2_full_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj index dca966301fb..58ef559f8e1 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C92BFF19-AEA2-D22D-C6E2-CC7C6D57ADE5} + true @@ -66,8 +67,8 @@ h2_full_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj index 5f9bb81f177..a7f30c8193e 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {3D9592F4-395A-204D-FFD7-FDD582A2DDA7} + true @@ -66,8 +67,8 @@ h2_full_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj index 8e3a3401537..bebbf0cd569 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj @@ -21,6 +21,7 @@ {AF75C02C-FF72-44B3-1126-3D2DBB00DD1F} + true @@ -66,8 +67,8 @@ h2_full_channel_connectivity_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj index 5834792c8f7..e4fd75f0933 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj @@ -21,6 +21,7 @@ {A8E049AF-743E-2CEF-E124-731D8667BA99} + true @@ -66,8 +67,8 @@ h2_full_channel_connectivity_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj index c3199f1e31a..d99b97e5889 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1C5472D1-AE70-88A1-1DDB-8B1ED06BCD20} + true @@ -66,8 +67,8 @@ h2_full_channel_ping_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj index cafc7805481..92aaa5f339b 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj @@ -21,6 +21,7 @@ {9828CFEF-A745-F530-47F5-E67DF82AC483} + true @@ -66,8 +67,8 @@ h2_full_channel_ping_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj index ccb71feee1b..5a14e267d62 100644 --- a/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {A3AEF99F-523B-C487-4E77-F057182BDF0E} + true @@ -66,8 +67,8 @@ h2_full_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj index ec92c540f7f..0bd4874d956 100644 --- a/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {0126463B-ECB4-1459-6B69-FC2790B96101} + true @@ -66,8 +67,8 @@ h2_full_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj index 8cc34fcd70e..f760c572877 100644 --- a/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj @@ -21,6 +21,7 @@ {680B5B86-8CE4-C855-602A-6AE67C8FECCE} + true @@ -66,8 +67,8 @@ h2_full_default_host_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj index d1988c6566d..bdb2282e8d0 100644 --- a/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj @@ -21,6 +21,7 @@ {3FD87EBC-5DBF-3DB6-1043-CBDCFC254B17} + true @@ -66,8 +67,8 @@ h2_full_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj index d4a4137ae5b..09afc33921d 100644 --- a/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1139A5BF-F72E-E651-E07B-DCA89B0DD878} + true @@ -66,8 +67,8 @@ h2_full_disappearing_server_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj index 0a317a3996b..9728f2ddd30 100644 --- a/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {64D4FE7D-2009-D5EF-3793-132DDFC889AE} + true @@ -66,8 +67,8 @@ h2_full_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj index 451122c18de..ffcf2661d4e 100644 --- a/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {37B99701-A725-DAFF-25AC-F0C4C4D23A6A} + true @@ -66,8 +67,8 @@ h2_full_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj index 3364428468e..665a4c8f70a 100644 --- a/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {3C617527-021F-90CF-9DB2-4B409C1C939F} + true @@ -66,8 +67,8 @@ h2_full_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj index e31371c62e9..2ff587fee98 100644 --- a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {393E4A07-77E7-08CA-2A95-E73B0CD2796E} + true @@ -66,8 +67,8 @@ h2_full_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj index 200b3342f11..5e720334f19 100644 --- a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {CFEC5462-81F3-A2EB-242E-C3084D5043E2} + true @@ -66,8 +67,8 @@ h2_full_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj index 8d58ef7a1aa..b2ab81382ad 100644 --- a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FDA69240-B598-500E-8E6E-741A1290ECB9} + true @@ -66,8 +67,8 @@ h2_full_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj index 82388d3441a..cf0c39fe2f7 100644 --- a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {87CE6537-F5DC-4AF1-6206-D9C31058226D} + true @@ -66,8 +67,8 @@ h2_full_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj index b7b88c42de9..54f543d62f3 100644 --- a/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C355D9BD-F3C7-CA89-E125-44D1BAEE22C1} + true @@ -66,8 +67,8 @@ h2_full_hpack_size_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj index a7440525c30..880f0dc84f0 100644 --- a/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {C655AED5-AF53-D09E-A8EA-60AE0F2D149A} + true @@ -66,8 +67,8 @@ h2_full_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj index 7dbda361e06..f2427a30415 100644 --- a/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {96C59CF1-6E80-B88D-D99C-0AA4C32F6562} + true @@ -66,8 +67,8 @@ h2_full_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj index 87d369ad50e..1ec8ef33559 100644 --- a/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {F97198F5-D5EC-E06B-C51F-1BF7644D7422} + true @@ -66,8 +67,8 @@ h2_full_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj index 341f8458c68..e1861cd11f0 100644 --- a/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {6BF5E805-0479-04D8-BBF5-22C3A0346327} + true @@ -66,8 +67,8 @@ h2_full_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj index 1db08e44854..7d49a2e3982 100644 --- a/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {2E7F6563-B3C0-C249-E70E-AA087DD091D0} + true @@ -66,8 +67,8 @@ h2_full_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj index a6d10faf763..eae4e756c65 100644 --- a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CB95AA23-D999-5023-1B5F-4847B9056F5A} + true @@ -66,8 +67,8 @@ h2_full_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj index ebe9aa525db..b2d5c559384 100644 --- a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {23CB1ABE-F582-0583-EA2F-6E951B8A26E2} + true @@ -66,8 +67,8 @@ h2_full_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj index f40b49c3af7..13d6020c82f 100644 --- a/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E1B8E84E-6C8E-B141-5C5B-657BE36661A1} + true @@ -66,8 +67,8 @@ h2_full_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj index 3afa856ac52..2376387ff62 100644 --- a/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {23577ED2-F94D-D0D4-97D1-546202FFAD05} + true @@ -66,8 +67,8 @@ h2_full_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj index 12061196341..56e7862557c 100644 --- a/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2BD02046-26D3-2511-11FE-3E062FCF7A9E} + true @@ -66,8 +67,8 @@ h2_full_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj index e27d1099276..e145a35610c 100644 --- a/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj @@ -21,6 +21,7 @@ {73C91B73-8937-4472-B817-5592ABD5CD9E} + true @@ -66,8 +67,8 @@ h2_full_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj index a266bc6f8ec..7ca72919d01 100644 --- a/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {59905EB5-B845-AAF8-A3F6-805738DFB49A} + true @@ -66,8 +67,8 @@ h2_full_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj index 932a3a1bf31..8b8778e1304 100644 --- a/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {9D5B9071-553E-8882-B341-3846C536A327} + true @@ -66,8 +67,8 @@ h2_full_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj index 97adae84533..0eab75e5320 100644 --- a/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0B22CFE9-36AA-F10A-A501-A36412810EE3} + true @@ -66,8 +67,8 @@ h2_full_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj index 9617541c504..9f48071e2a0 100644 --- a/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj @@ -21,6 +21,7 @@ {E35DC941-7DA7-E9A7-3C1F-886E9736114A} + true @@ -66,8 +67,8 @@ h2_full_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj index 7a8ed8e2033..d06fc587464 100644 --- a/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5E3ED994-0200-11E6-B5CA-7DA541B5D691} + true @@ -66,8 +67,8 @@ h2_full_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj index dcbc5fdb60e..2b4d52f6703 100644 --- a/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj @@ -21,6 +21,7 @@ {CED31301-5D42-1DD0-282A-0FFB96039D96} + true @@ -66,8 +67,8 @@ h2_full_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj index 3f6f958cf2a..097600a9b3d 100644 --- a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4E90844D-0C8D-378F-B8F4-439E30BF23F8} + true @@ -66,8 +67,8 @@ h2_full_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj index 233d28a7bdb..e8d5a0f4723 100644 --- a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {9CA0692E-003E-9B42-1C4E-D6339CC879F0} + true @@ -66,8 +67,8 @@ h2_full_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj index d802e670ce3..74c5b0ad3c7 100644 --- a/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {62B383AC-38F7-FF33-4183-7A14C6526EE8} + true @@ -66,8 +67,8 @@ h2_full_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj index ef461086b80..49b4bbe1014 100644 --- a/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {97290E98-93AC-2D6E-BD5C-F6F90D9AA108} + true @@ -66,8 +67,8 @@ h2_full_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj index 449c7023c5a..c90502f7b89 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {83F48C4C-D610-5A2F-4074-1D32D9E11317} + true @@ -66,8 +67,8 @@ h2_full_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj index 0b1e7b4aa32..92122b3e060 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {41146864-9AC8-ED1E-8911-78133402446C} + true @@ -66,8 +67,8 @@ h2_full_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj index 696ab2f30fd..b79f475cc6c 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F8EBE144-94F3-347F-B256-28BC3FB5B297} + true @@ -66,8 +67,8 @@ h2_full_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj index 5a71fe6c643..d39b7fefdc3 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {E6EBB350-7164-1EDC-567E-99CEFEE0B6F9} + true @@ -66,8 +67,8 @@ h2_full_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj index 7d2a5766889..c727d9b9d6a 100644 --- a/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1DE067E4-D544-8932-A9B8-E76571DD38B9} + true @@ -66,8 +67,8 @@ h2_full_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj index 12d05301c12..6080f4a22d0 100644 --- a/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {2620FC84-4720-6D5A-4D07-29F6F605E933} + true @@ -66,8 +67,8 @@ h2_full_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console 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 54f3826c9dd..d71593219b4 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 @@ -21,6 +21,7 @@ {E15E6B43-DF29-34A4-0C73-C9424A799F24} + true @@ -66,8 +67,8 @@ h2_full_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj index 43422836d10..ce407a6edb0 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {C1F5D3A6-7C63-1EB3-452A-596660B68AD0} + true @@ -66,8 +67,8 @@ h2_full_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj index 9cb331cd379..822fdf30102 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C385D2DA-C748-81BA-8173-AE9D27A14728} + true @@ -66,8 +67,8 @@ h2_full_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj index 1264bfcdc46..03e0824f0ab 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {66FFB0A5-B2D4-C5AC-4B9A-79A31A5CFDD3} + true @@ -66,8 +67,8 @@ h2_full_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj index 99654cbcd9f..9b4a8470ad7 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {371AA621-C3A1-A7CD-6384-99A2F58C2D5F} + true @@ -66,8 +67,8 @@ h2_full_simple_delayed_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj index 95ed6b42e10..2598320010b 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {5D9AE9D0-49CB-B90E-4836-B7F2E9BE187D} + true @@ -66,8 +67,8 @@ h2_full_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj index db79d9e6b32..72595a1a268 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C6A1863E-C7ED-D4E8-DBF2-567AEA2925D2} + true @@ -66,8 +67,8 @@ h2_full_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj index e14cbfd2021..88784395ab0 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {7D1BD320-4A8E-62FE-F1C6-5D813B028758} + true @@ -66,8 +67,8 @@ h2_full_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj index fde2b90fb34..817615a60b7 100644 --- a/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {33DD9B01-FF76-4781-64D5-BACD91BE7FD1} + true @@ -66,8 +67,8 @@ h2_full_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj index f6c62f53502..df1e2ad51f9 100644 --- a/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {FD4DAB4A-A75C-0F8A-2C17-81CA64E5F51B} + true @@ -66,8 +67,8 @@ h2_full_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj index f5c6b23bdb6..0200c39b92e 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {A5DDCF62-2E27-AC96-2573-BDDA8714AB72} + true @@ -66,8 +67,8 @@ h2_oauth2_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj index dd7b5f8c854..bddf33bf131 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {F74AEEF2-1019-3632-5475-AC96118927F9} + true @@ -66,8 +67,8 @@ h2_oauth2_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj index c9f3856e314..61428ddb324 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {61BD9733-0331-9501-BBB6-F52838C201D4} + true @@ -66,8 +67,8 @@ h2_oauth2_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj index c4f03b14e1c..6ba98343061 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {2169E636-392A-73D6-FB9F-5AAC5EB8310E} + true @@ -66,8 +67,8 @@ h2_oauth2_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj index 4a604b4fddc..6d18456f22b 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {0FC20E56-31BA-F2CF-D18E-15F83DF3AEAC} + true @@ -66,8 +67,8 @@ h2_oauth2_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj index fc2bf5f8880..344f9fce23c 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {1266D7D8-05CC-6D9A-2D08-C556D6EEF067} + true @@ -66,8 +67,8 @@ h2_oauth2_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj index 89fae473dc4..99f919a7200 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {D49A33D8-C313-C9CB-A49B-6812ED9E0D7A} + true @@ -66,8 +67,8 @@ h2_oauth2_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj index b21a9692fa6..2397810274d 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {5555F6BA-52DF-5AE9-9B07-69BC2BBCBECF} + true @@ -66,8 +67,8 @@ h2_oauth2_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj index ffa25f1c748..e42a66ffe4b 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {89328270-DC1C-F444-0A52-E033C60B5286} + true @@ -66,8 +67,8 @@ h2_oauth2_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj index f8f4b4ed846..b409dd3bf3e 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj @@ -21,6 +21,7 @@ {F1415F9B-41E7-EB02-53A2-25914B8DF0E8} + true @@ -66,8 +67,8 @@ h2_oauth2_channel_connectivity_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj index c76df3ce63d..442e7940452 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj @@ -21,6 +21,7 @@ {18688453-3AA1-786F-1351-11AF6ACFB54E} + true @@ -66,8 +67,8 @@ h2_oauth2_channel_ping_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj index b2d52c05747..ec88c7a096d 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {2FEAB01E-B9B0-9A35-676A-551CA0B08B80} + true @@ -66,8 +67,8 @@ h2_oauth2_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj index 7b6b95c2a1c..93fd9e1a6d5 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj @@ -21,6 +21,7 @@ {8BDC4C0A-1E62-7522-765A-495E047820EE} + true @@ -66,8 +67,8 @@ h2_oauth2_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj index 515a05a833c..7db5838cd01 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {E38B2ECC-095C-1406-1809-E1F2857A1481} + true @@ -66,8 +67,8 @@ h2_oauth2_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj index 73068aa5bca..839ac4e1f76 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {3BBEAD24-5EF1-AF10-557C-840D3C66DA5B} + true @@ -66,8 +67,8 @@ h2_oauth2_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj index 71a65aee364..26ea1f7bc89 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {E3A42462-E4CA-84AF-5F5C-8B2987B7FDDC} + true @@ -66,8 +67,8 @@ h2_oauth2_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj index 56752eb591a..aa4f5c86fce 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {7E1DDE0D-E68B-BF0B-2EE7-AAFE5C9CCD58} + true @@ -66,8 +67,8 @@ h2_oauth2_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj index 5b38113cc4f..e277d372247 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {CA3C2D7E-58C7-C05E-6D3B-70383020D8C2} + true @@ -66,8 +67,8 @@ h2_oauth2_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj index b6d470fd2b6..8851e5e7e23 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {945F52A3-91ED-5891-9D11-D07A19E4FEA2} + true @@ -66,8 +67,8 @@ h2_oauth2_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj index 56f163b817d..d71f24c5507 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {3B09C09D-1F1A-A889-DC75-BBF1F41FC0ED} + true @@ -66,8 +67,8 @@ h2_oauth2_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj index 787ce71ed79..404a5d2fdfb 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {24A28A71-09AB-3E4A-A4F0-8F35BCD3CE5F} + true @@ -66,8 +67,8 @@ h2_oauth2_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj index 87f8ef25c31..80d663890c1 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {9832EA8D-7CB2-9F67-87FE-B9994E507303} + true @@ -66,8 +67,8 @@ h2_oauth2_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj index afaa667e26f..9c503d0b7d2 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj @@ -21,6 +21,7 @@ {C4D46B83-83B8-11E3-81CB-680B6060F53A} + true @@ -66,8 +67,8 @@ h2_oauth2_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj index 89a0b7c24c1..ff5f1130f5b 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {7D4AB885-1270-1A18-1B7C-917903CD3AB0} + true @@ -66,8 +67,8 @@ h2_oauth2_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj index fb3aea537df..aad3e0cfc7d 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj @@ -21,6 +21,7 @@ {F61D9DE0-5520-AD07-3D0A-A9FC038E9239} + true @@ -66,8 +67,8 @@ h2_oauth2_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj index bc56fc7dfe7..40fdc18c5af 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj @@ -21,6 +21,7 @@ {952CFDAB-4163-99DB-6844-87D16544346E} + true @@ -66,8 +67,8 @@ h2_oauth2_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj index 224a396652a..afd6cf4d9e4 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {7D5C5EA9-130E-0AE3-C171-CAC9855A8D89} + true @@ -66,8 +67,8 @@ h2_oauth2_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj index e7e597ea6e7..a9b4014349f 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {0493A178-9366-9037-DE90-4A835C03F5CB} + true @@ -66,8 +67,8 @@ h2_oauth2_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj index 134871516bd..c05ef8404b0 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {CEE03076-21AA-B5A3-D763-1CC40782D3D7} + true @@ -66,8 +67,8 @@ h2_oauth2_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj index b15b070e450..9ae669db205 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {661E26AA-A7ED-85BE-A6B1-740CE12A2251} + true @@ -66,8 +67,8 @@ h2_oauth2_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj index b5a1e60d605..2ef48df3e29 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {BCE25247-929F-D526-5136-4BFDEEE5991B} + true @@ -66,8 +67,8 @@ h2_oauth2_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj index 59df39717a8..04c221c2714 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {D8987302-C016-2B43-3AF9-436B7B2D2240} + true @@ -66,8 +67,8 @@ h2_oauth2_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj index 12bbcf0cbf6..53b0d650dd4 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {85D9CB0F-DBE3-3BBA-B4CA-49D72F05EB75} + true @@ -66,8 +67,8 @@ h2_oauth2_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj index 523691ca65a..597ca8fe5ef 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {A0B2A1BA-2247-EF6D-8153-D9E20B698273} + true @@ -66,8 +67,8 @@ h2_oauth2_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj index 4b280f7c94a..dd75aa14229 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {2DC69DB0-6AF1-0B5E-8514-9966114F6EE6} + true @@ -66,8 +67,8 @@ h2_oauth2_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj index 70db34dde74..dd96120e1fe 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {387FFD91-7DBA-0841-05D1-E0D1D939E40F} + true @@ -66,8 +67,8 @@ h2_oauth2_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj index 9bafd95401c..04108f4858b 100644 --- a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {711D14BE-DCB5-EE26-6E60-FF172938D2E4} + true @@ -66,8 +67,8 @@ h2_proxy_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj index 42cb13ecae6..4ea0727f61f 100644 --- a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {77E12100-2AB1-D6E2-5F45-EE2B59025DCE} + true @@ -66,8 +67,8 @@ h2_proxy_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj index cae152748cf..35f6805d842 100644 --- a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FC027C07-D99C-A63F-47F8-6AA7AD188B2C} + true @@ -66,8 +67,8 @@ h2_proxy_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj index 21fccb05321..3d3ffeb53eb 100644 --- a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {10EF3D33-951C-AB1E-CAF3-E8F684746E52} + true @@ -66,8 +67,8 @@ h2_proxy_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj index 3ecffcba380..c0193743f6d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {5387B500-54B9-892D-846A-F067A7EC4FB2} + true @@ -66,8 +67,8 @@ h2_proxy_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj index 09cea1fa55d..ff26fbd020f 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {050A5DC6-F57C-E887-8BBC-CD0230BD8211} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj index 2aea0e5da43..b4cd2ae55bb 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {1E48EAB1-EBBD-1935-E6B6-CE658E2E29CD} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj index db65fa875bf..6ef1298ae28 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {248AE089-9BDD-5D8A-9009-15CBE9F401B7} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj index 9ee669070b2..6fcdfadc41e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {A77DEE84-56A5-D9E9-7B1F-69A407E70165} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj index b07a51dd50d..2b1950d7712 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {02D988E0-5EA2-D835-D1BA-C503C72DACB8} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj index 1fee6556ede..68b4a0c89c3 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {9EE99D85-A038-8636-6BAD-1DA89790A375} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj index 0c9cba5977a..33d542d78c4 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {BBC83F95-757F-47CD-AC29-934302E63A0F} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj index 4bb8c53da69..f2ca65b4ff6 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {D4A2462A-9646-6AB4-C009-89DA63201050} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj index c3d0f30b09c..eee294155df 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E3A901DE-2F11-8443-A8A4-17DBE6F3F3D5} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj index d634fb33a89..d70628bac09 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {16D85314-62EA-8E90-9C70-EF7E73905719} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj index 6655c88ef71..11e97c41e2c 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {51F2D9A2-6A4B-DBFE-4728-2B30E9E347F4} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj index 7dca024eddd..e21383526aa 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {ACD129A0-D9AF-D36A-4131-0C15CA027DD9} + true @@ -66,8 +67,8 @@ h2_proxy_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj index a3877106359..6a5d2b5a940 100644 --- a/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj @@ -21,6 +21,7 @@ {DB02C98B-DB8F-5C34-FB4A-596947C6B4CC} + true @@ -66,8 +67,8 @@ h2_proxy_default_host_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj index 083b1e53f55..e1b6948ee2a 100644 --- a/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj @@ -21,6 +21,7 @@ {B5AC2A24-FAF2-4A55-0CDF-3A26FDD4F08F} + true @@ -66,8 +67,8 @@ h2_proxy_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj index a9057c99d10..02898c22c85 100644 --- a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj @@ -21,6 +21,7 @@ {A9540110-A4FC-C9C1-E7CE-4D1AE4A6E050} + true @@ -66,8 +67,8 @@ h2_proxy_disappearing_server_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj index 1791f25cbf9..47383a030fe 100644 --- a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {0924DDB6-7251-154A-3972-4295E0F379A2} + true @@ -66,8 +67,8 @@ h2_proxy_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj index 66a00e3f08f..ea83f5b7e7e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {3B11297E-58F3-F6E2-8041-A4B7D2AE2BC3} + true @@ -66,8 +67,8 @@ h2_proxy_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj index 24190b9264c..a7705916e9c 100644 --- a/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {1E8E9531-BC35-13A5-0493-04676963F1CA} + true @@ -66,8 +67,8 @@ h2_proxy_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj index d3ecf133d65..d6ee7a63304 100644 --- a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {A8DF2058-DB7B-F4E6-5949-8141007468CF} + true @@ -66,8 +67,8 @@ h2_proxy_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj index 22ce7bfa5de..cef24c017d4 100644 --- a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {4DD9CC8B-20D6-D85A-0D29-83A064D6AF0F} + true @@ -66,8 +67,8 @@ h2_proxy_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj index 7d1272bd598..a72f21e3a71 100644 --- a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {28D5A18F-7282-4ABA-C473-557169030B99} + true @@ -66,8 +67,8 @@ h2_proxy_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj index d2dcf3ace0b..d23b08c12d9 100644 --- a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {A38AAA5F-1C55-14DC-24D0-56DE33BE4024} + true @@ -66,8 +67,8 @@ h2_proxy_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj index c23344ab091..7607d92ffdb 100644 --- a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {87C60ADD-6100-48B9-1C29-5679E54A72CD} + true @@ -66,8 +67,8 @@ h2_proxy_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj index 701ff06e46c..282214aadda 100644 --- a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {B8E79F02-BE31-B641-172D-86D81B128556} + true @@ -66,8 +67,8 @@ h2_proxy_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj index 2420ed23f73..e157a84129a 100644 --- a/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {366579C2-D231-218D-E3AA-9F97015329D4} + true @@ -66,8 +67,8 @@ h2_proxy_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj index 6e9140d6d0d..46eab561868 100644 --- a/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {178198CA-8E19-0432-1E43-0B42B766F8E4} + true @@ -66,8 +67,8 @@ h2_proxy_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj index ed9666db3a0..216a38044d9 100644 --- a/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {42249056-0B61-30A4-5118-3600572CAD97} + true @@ -66,8 +67,8 @@ h2_proxy_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj index 4164352604e..dcb33068542 100644 --- a/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {7E5E6BC5-853F-2AE5-0292-60FB675E7AC8} + true @@ -66,8 +67,8 @@ h2_proxy_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj index 8b03b12d881..d4a43ab27cd 100644 --- a/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F090703E-E4FF-F96A-4956-C2166C506BC6} + true @@ -66,8 +67,8 @@ h2_proxy_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj index ea0ef5b2ab7..d879aa803e7 100644 --- a/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj @@ -21,6 +21,7 @@ {A3172233-F14F-057F-B07C-7879EF627A1D} + true @@ -66,8 +67,8 @@ h2_proxy_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj index 05b3ca69a81..c561c174d0b 100644 --- a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {BF79CDC1-BC31-97B3-8CE0-2AA0380F7A6A} + true @@ -66,8 +67,8 @@ h2_proxy_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj index 2ac9afaa13c..c11098134b5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {191B7573-7A94-ACD5-A821-1484AA83294A} + true @@ -66,8 +67,8 @@ h2_proxy_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj index b7519ef7109..dc42f9b77a6 100644 --- a/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {EDAC9122-8C31-C557-7563-5B4CD350F933} + true @@ -66,8 +67,8 @@ h2_proxy_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj index faf384514a0..d86ea3b3f52 100644 --- a/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj @@ -21,6 +21,7 @@ {D21AB2EF-53C3-A9F5-092B-FE1B4231AFD1} + true @@ -66,8 +67,8 @@ h2_proxy_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj index 6c0b4f9ea4c..1e7ea3925e5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {9E58E7D9-49BF-322E-7857-AA1E656FBB9A} + true @@ -66,8 +67,8 @@ h2_proxy_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj index caabcf2e907..0d4f655b15b 100644 --- a/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj @@ -21,6 +21,7 @@ {ED072956-CAE0-7FC9-222E-1138E0AA996B} + true @@ -66,8 +67,8 @@ h2_proxy_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj index 8abffac2750..670a593fe2c 100644 --- a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {BE8CE1FF-CF33-9ADB-0DD1-74E49FD8D765} + true @@ -66,8 +67,8 @@ h2_proxy_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj index 967d1054908..96192d85c0b 100644 --- a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {90DB26C1-BFE0-0EA2-C3DE-28037704AA72} + true @@ -66,8 +67,8 @@ h2_proxy_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj index 8a70a213f9b..a3618781aab 100644 --- a/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4C5F6678-43B1-793D-65BC-A06266A01BD7} + true @@ -66,8 +67,8 @@ h2_proxy_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj index bcbe0ca8863..5369de15526 100644 --- a/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {D44C11C1-06E9-50CD-B0B5-D8D1A2752C9F} + true @@ -66,8 +67,8 @@ h2_proxy_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj index 4cef8887ace..d5f900d22b5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {83F04CB9-A2E7-A2BE-FBBE-76F3A1871F12} + true @@ -66,8 +67,8 @@ h2_proxy_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj index aa7ab878c02..0af57c875e5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {BC89F423-070E-CD71-0D57-1F5A5CDA1008} + true @@ -66,8 +67,8 @@ h2_proxy_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj index 564d1d6923c..526cb53032c 100644 --- a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1F5C700E-2DA4-3F79-7335-B5EB469DF9E8} + true @@ -66,8 +67,8 @@ h2_proxy_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj index aa0a62f631c..bb8cc7191c5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {FD6DE5DB-9080-4BB5-B5A1-AE89D97E4146} + true @@ -66,8 +67,8 @@ h2_proxy_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj index d5db7a1f3a2..c00929060df 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B20850E9-6D58-CC10-593A-4202A271718C} + true @@ -66,8 +67,8 @@ h2_proxy_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj index 76543dc523e..168c4071aa0 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {006489F1-9E9E-51C3-F737-FE1D70974E31} + true @@ -66,8 +67,8 @@ h2_proxy_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj index 1e4913a6d5f..0b5b7d30c7d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {10F2880C-4DAD-D9B3-B16E-51A82A95C2DE} + true @@ -66,8 +67,8 @@ h2_proxy_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj index 79e5f1845ac..d11fb6de246 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {7F5F97B1-7FAC-AE72-232D-738C8E90BF5C} + true @@ -66,8 +67,8 @@ h2_proxy_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj index cae6a3f3729..0896a8336f5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {96AF1BEA-A84A-7B93-E46D-45D67590D3B4} + true @@ -66,8 +67,8 @@ h2_proxy_simple_delayed_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj index 0060f027c2b..61bd3642c38 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {0DC4E4D5-77B6-97F2-16D6-2DFC4B8AFDF7} + true @@ -66,8 +67,8 @@ h2_proxy_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj index 4833f2c57b6..1dfcb4ae081 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {352A25D7-245C-D5E7-DF60-9011EA4ADCC9} + true @@ -66,8 +67,8 @@ h2_proxy_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj index f0b7c6be54e..5cbd3f51087 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {DE74AFFA-3C42-2C33-E2DA-B19ED9DE564A} + true @@ -66,8 +67,8 @@ h2_proxy_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj index 03e2cc8d947..26a69c1542e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {A233C0C7-6294-A665-B8A6-539091640D23} + true @@ -66,8 +67,8 @@ h2_proxy_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj index 4e987ccf698..e1449202e35 100644 --- a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {F78AAED0-F864-6F46-30AF-87E8B6BC095F} + true @@ -66,8 +67,8 @@ h2_proxy_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj index f730be623b0..c33867bb8b8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FE175FC2-1243-FE27-38E0-2FF1B1265053} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj index bb5db6944b0..75f1e31859b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {D9E5FDF4-4492-6704-AB49-7B7A20451AF4} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj index 39697d5241c..ee603569d42 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {6F3EA5E6-2A1B-7886-9B35-BB9D4B91DF11} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj index d4a594c17a5..9ca94254626 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {4524087C-78B1-25FE-FE06-48B6DAC96EF7} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj index b51a8e04501..3c3699479d0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {B8CECE1E-8C11-D19F-2112-871992449236} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj index b2559c70371..39577ed4eeb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {77FCFF05-8025-BE38-52FF-DC5DAFFD9829} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj index 9bbacc1a62c..f5357763ca8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {3584179D-0389-8CEF-CD1E-219DC2EB5B59} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj index 15d4282e1d9..e2c6c90dfd2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {9A00455E-48B0-4DC5-092B-7E75BB8BCF66} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj index 44e2391f71a..912ea4f6b09 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {32715FC7-8CC0-E9F5-9648-D309EC980F6E} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj index c087fa1209e..1643f0fe1c5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {BF800370-333B-2D16-6033-B2F1F7CDD41C} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj index 3a23f67eb74..9edeaf2da21 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {E0158548-7C4A-8070-679E-1D83E40B8902} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj index fe6b8267fd6..26ca204fec0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FF4B2C57-6EC9-72A8-CD5D-0D924FBA6A15} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj index 48134b6b418..736a437056f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {5F128A62-8B8F-ED2F-2704-AE0D33B7903D} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj index db4f70d20ed..280a2a64110 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2DD8AC94-C6B4-26C3-47BF-7B75ABD376FE} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj index ead6c177951..801209b428e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {2048A373-7459-012E-8DE6-08F53DC3CC5C} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj index 6b6f6cbd06f..441efaaee8f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {82878D41-640B-F338-002B-D2C438C69A16} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj index 102d396ba7a..bda87b03cf9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {389B0E93-2668-E340-23E9-193AA2D8F36B} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj index 983b9a2cb4c..25e59af257d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0AE168D6-BDB9-0008-1EC8-FC420522B121} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj index a2d94bba42c..8c8d3ccddf0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {E35E3523-5EEB-5405-F99C-AA1EE095E257} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj index 73be1367549..a9a493bdf05 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0EC86A54-2CA7-0CD6-1025-E6C68F7FEF2A} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj index a0c0a6fb2a5..218904842fb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {AC036B52-3DEE-CC2B-7728-F1DD8B75F1A8} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj index 0f91bcdeb4a..5e7b05304fe 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {27805D1A-F4D5-7B72-DCC7-CCF9E6C176FD} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj index 3e36ef765e0..962e446171a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {D0D7B88A-319C-125F-59A0-B9F26944B699} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj index 2b819d5469b..5733ded0832 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E2F977D5-8F83-8CE5-42F9-E3F007075391} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj index b727d38d2ee..bb23716c634 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {712C724F-63FC-E770-A9D1-82516CFAEB5A} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj index 287a720c246..0c73b4ef6c2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5957731C-42D1-29EE-AD1C-E372613C2575} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj index d268cb87822..bb2bac0246b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {36F3ECA5-67AC-4D0B-865C-EC4F2542765B} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj index dbf42ae014a..443fa849da5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F87D08BC-0165-DBD4-D325-BBD23BE140E4} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj index 872bdaf8082..c3d55c5df0c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {08997181-D91E-4BB2-A2B9-9B0F4B8822A8} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj index cc11a1c712c..d4be678e438 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E07DD869-D41F-E07B-3BAC-CC8B66E4805F} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj index 224a3271040..dbe0c94125d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {F133CDA3-DA9C-45BB-0B76-A5477141C7AB} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj index cb2893d3da1..36b5cc3b00f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4190D550-7C26-0073-46DB-C7DA8DD87982} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj index 81dd9780c2f..817e12e5cd5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {D9526DB6-1E7A-00A4-DFC6-5825E0AB67E7} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj index b5f7bd3f109..480285544d8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E46A67BE-8115-E8C4-7ADA-FFF009DF33C9} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj index 9057693a65a..f8f33d2ab00 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj @@ -21,6 +21,7 @@ {85DE8624-DCCD-6FD1-360C-D300D3E94E32} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj index 0d83ec27e60..a56babb5c33 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {46A38A19-84D3-8D6E-3DD9-47997EEAAEFE} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj index 7139c49651c..6a439662365 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {28E3BF82-2337-E0CD-AE4F-721AA76A2FBF} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj index 83248ab922c..93851bbba94 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F478F400-1E14-9CCA-C8BD-A4FA2BEE6F0F} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj index 36aa3f36de1..7e80ecc365f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj @@ -21,6 +21,7 @@ {3B9A6D4E-82E4-DEB7-F4CB-5B47C457A4BA} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj index 358f5692003..04150839809 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {EE76799D-3A5A-6F71-238C-2B8B2F2445F9} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj index 5a958c2636b..bbc96f42165 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj @@ -21,6 +21,7 @@ {1F7C0818-6A05-9B27-D582-E68764591ECD} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj index d36f7abf290..3c163de72e3 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E99BBC23-06DD-869B-9DA2-A51028C94C0C} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj index 8c0acd39824..11fa5aa7c55 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {998B08ED-628B-A633-81BD-82B1FD4643CA} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj index b802b13983e..eeb7b67ad37 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {DEC1A988-C0F2-193A-1504-07F5D59FE51B} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj index eb2c06cec3b..fa5031b1d30 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {4BFF89EB-4196-2693-78DB-6BC18D18717F} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj index 9163529a39f..1921419ca12 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2970CA0F-41A1-D1AA-10FC-5D27816A091A} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj index fae9bbe84a7..857e59fa25f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {65BB605A-B7FA-D4B5-5640-4A6E6002F88A} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj index e3a97d6d7b7..9a1be365d8c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {3C365C0A-9EC0-38CE-3CE5-516224126644} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj index d40cc3c83b1..aa48be79959 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {DBC5189E-195D-F403-79CE-9C192CC6175E} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj index 29431bed4b6..6a6a58d4002 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {626E096A-1A43-8951-C4BA-34A903FED19B} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj index bb1aafc406e..f38df5973e7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {2D52569C-84C2-C3D3-2430-7E6718D7DC17} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj index 64a1cc62f9d..3f6369773ab 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {58AFEB34-EC50-C3B0-688E-08A529C332D6} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj index 87db4bdcbe4..8cef028fe4a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {794D5994-445A-380A-F18C-6531C20A579B} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj index bee3eea4f0d..12fd0be09c8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F709F7D0-1C72-0DC3-D7B2-5EE18F9E01B4} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj index cc6ea762b1a..b85fba62068 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {960A8E53-2E45-645B-5F61-1A77957767DE} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj index 6465bb926bf..bcdef244638 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {6838D76B-B64C-47A1-F219-1B8CFD58B438} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj index 96bce634284..96a482f0122 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {2980DD49-C4BB-626E-B2EE-579BEFF11776} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj index c28b90c1a7c..02d74b70a25 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {9BAEBA13-7864-51F2-2A4B-6433ED59CF8C} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj index e07c9989568..d5e01f7613e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {F69A1242-1C88-1BD5-1DA8-8C48AE98C5EC} + true @@ -66,8 +67,8 @@ h2_sockpair+trace_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj index d3da62f1324..449e64feac8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2BB40C6E-92F7-FF81-2639-AB9A593726FC} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj index f48c10bd1bc..77265ee8f81 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {B110305E-B7FE-1E7D-06B0-36B6AA19C0F2} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj index 9d957707519..73ccfc8b5e3 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {15CE0061-4700-0A2B-E56D-2D55A3F48C80} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj index 4d44088647f..cc5f18c84fe 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {5F93D70D-3E76-DFC7-1D5E-4F409840D9B3} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj index cdf05f3ee82..436c0dedca4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {3A89F171-E2AF-4145-5D9C-DB96C190F758} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj index 18f1e83e41b..a615eaed930 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5D326267-7453-18CB-9020-5D4306CE36DC} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj index 83d647425fb..d4ecef7d3ac 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {EA85D49E-9EBC-61DC-35DB-F80CBCC4BCC3} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj index 613c8c888a3..7f373253759 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {7DE4EBC1-7810-0084-1BFC-B75E0D1960B7} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj index 3a4ffe2adff..873173c3df4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {F8E242ED-CA87-0F4D-1CAF-E439AD2BA089} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj index 7d56758d5cf..ba52bfea781 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {55CCF83A-0315-BD07-3546-A5F9A924FB77} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj index 38b06b1bbb2..0f6e8d4ebd9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {A814835C-88BB-9DC8-66C0-EDEEE4F5760C} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj index a2e3092803c..220df34440c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {377AD12C-FD25-2383-64AC-20BC9A1744C9} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj index 880588d529e..2ecc1dc1647 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {3E543006-14DA-2753-E6C2-10CD183720DA} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj index 7ab1ba580cc..ad461ed3a9e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CEC9E870-F3BD-6172-699D-B4432D562B95} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj index a4f34a9091c..cb1f0cd5f21 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {2BE50E15-18EA-94B8-175E-4077C2137CF5} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj index 8ce5c80ad9b..f41b3074f8a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CD3A82F6-561B-49BE-04D2-7BE57BDD0430} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj index 4efa5f5230f..f5ea2e3d881 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {0855217F-0F2B-1246-AF01-3038190EA44B} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj index 8f2ec9ad5fc..7bcefb9487c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {09C9C941-D6B5-1CB9-19EB-FBA89F8911A1} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj index 216f85fc136..c735e65fc59 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {F6D58C7E-211C-FEB5-CDAF-CB1EC44DA79D} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj index eaf92b1fed8..0a6e0f0cee1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {36D2261B-B412-BFFB-B166-A784EC7FE90B} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj index 37722d9125e..ba2d322900c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {77ACAA47-ABD5-386E-A1AF-F4E8D0B53D2E} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj index f539a08c55e..018fd82b415 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {AF1D73E2-5A70-BBB0-D205-DE2DBAC57EC1} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj index 0aa3deee99e..6a75489c7db 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {A95AA217-DD59-A1A6-2EC4-3E71D9C149FB} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj index 109f330e547..fd017e87f8c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0ACE1393-1D1C-9563-2EFD-258C38B2C5A5} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj index ea5a85d9415..851380af74e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {81643723-BBFA-AA83-B6AC-9FF770B4ED34} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj index 792ec435ad2..e4d922928a5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj @@ -21,6 +21,7 @@ {93AF9D45-51B5-A902-4537-709FE4ED9830} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_hpack_size_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj index 2ef231c24a9..cfef9bb3937 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {0B07D219-39A5-729B-EB0F-8B81E562D808} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj index 23bc935baf8..46dc71c7bd2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0733C2AA-D898-7145-3F2E-6304DC428C5F} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj index 492b0fc2ce3..ed7d7fe406e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {45EED825-B3C0-63AE-43FE-CFA8DD3164EC} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj index 052252737fe..e728fd4cb8c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {17C6D737-08C7-68B8-7ABA-154AE06E0713} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj index 35001d3551f..93b3b838e61 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {86107A41-2640-0083-B5B2-62FA5BA12C89} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj index c3b87f7f73a..d15dab54091 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4224923E-2F2F-43FF-2A0B-56BB46981FBE} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj index 7ec1602806a..f34bd6deb82 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {83B5A04E-0E4E-A464-07D7-274D28F91CD3} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj index 73497925a9a..b464bc86cd8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F40FD571-1F40-577C-42EE-47B4A586CD97} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj index 41e80c49c7c..7dbb02b70c4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {C3F859BD-0021-FECB-1FE3-F39A0608FD7E} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj index a00e8fa3c23..3d75d576d98 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {ED80F38E-3CAF-C87A-20D2-B4BAB8BE124E} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj index fd96ac11ccd..c9075642c8d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj @@ -21,6 +21,7 @@ {84B9C25F-1393-3E47-EF9C-8F055C9F8F86} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj index 825b4708ec0..2087db41404 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {84B30BF9-F980-1CC6-F348-DC9A08560170} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj index e29425a299a..ea1d07f2ac2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {0570FA3C-1363-1187-2E4C-BD830C72245D} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj index e0bd52479e1..65b67f3dee9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5CC8844D-E9C4-965A-63A2-5A81471DF28F} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj index 55470a8a675..97e41ed4dba 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj @@ -21,6 +21,7 @@ {A91E8C82-2A1D-B75F-2D9B-0B3F43FE2EB8} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj index 7e3f6296184..04c2c517326 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {44BEC406-A314-EB94-CAA4-194BB4BCE8CF} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj index 8f9a1440592..c7327723486 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj @@ -21,6 +21,7 @@ {2CEBD3F8-DCE0-8A93-0EDF-35A38482A628} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj index 4b55f78eca2..6bba1cca6ff 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {54672C87-B013-6EA2-01F9-D74ADC9CC8A6} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj index 087ef8f90c8..9b158e82dd7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {C7C19BD2-102F-2967-E1A1-2382ECB989CE} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj index 2bcac3d933c..61680192c85 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {EAF054F2-8777-7590-58E0-C4CA2AFAF7D2} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj index bbf1a90179b..911b087ade8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {CF6D317E-8F9E-7920-43B2-EAD8B3C2435A} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj index e0a453d9bcf..930973cc65c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8C3FF276-7A78-C510-9588-DB3534593362} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj index 8f65b9c0a10..275cd2c2ad1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {F089307E-DBBC-6F15-1474-3CAA5309A809} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj index d041492bc7d..9b442a630e0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CC1B7D28-455F-71C4-D62F-8CB44D7D78F7} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj index c63effdf9bd..fe3b7e10cba 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {F117EC4D-0521-1374-F944-CEE81B852D01} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj index 9d42913d2e4..4e93faea89f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8CE822DE-C1A8-B703-15C5-8081C756B028} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj index 359039f025f..0ee8afdccb6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {515E774B-2C86-222F-7651-580B917669F4} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj index aa27f4eb537..0fbd54c46f6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2AD91B9F-08E5-5247-C68F-16FCD89204E0} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj index a46bc6a376b..2dd379c5273 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {8D22B669-2107-79EA-541D-ADDB3B6C8FB1} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj index ba85ae07704..e4a149ddb06 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {16B69EDC-502B-EF90-F2D7-49FB893FD733} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj index acf0e74e095..b6b715595f7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {E941FD26-8155-671C-203A-BD553B82B6DB} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj index 06f09aa5448..9c2a6a4df30 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {7795D305-03A7-A861-EF18-8684E21189C1} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj index bd7c6f364c1..492abef3d92 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {EC252CCF-47EE-9418-C3B0-05A9D1239231} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj index 90112c069ca..524f61288a7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {11DD8F8D-8EE5-188B-5476-09D0F82F7CF9} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj index 11f030a7a84..1b340b2e33e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {A509920E-DA5E-51C8-A572-B12F68304E20} + true @@ -66,8 +67,8 @@ h2_sockpair_1byte_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj index 5a1c914d03c..e9e06b85f9b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {AA17105E-B2D0-F8E5-0986-D0A3DFF5D492} + true @@ -66,8 +67,8 @@ h2_sockpair_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj index 195f9a9f33f..ce19e674b1c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {F11112BF-1507-E5BE-A193-D3F972F16249} + true @@ -66,8 +67,8 @@ h2_sockpair_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj index a0da97d0be8..6bfb271a7c0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B36794DB-0EF3-521F-6A9E-64AD721995A3} + true @@ -66,8 +67,8 @@ h2_sockpair_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj index 01f95eb0519..1441bc86608 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {2E20E9F6-781B-B1FA-216E-CA586F38B44E} + true @@ -66,8 +67,8 @@ h2_sockpair_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj index 39aa878ac90..a90c7b7195f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {C481C895-C58B-FBB9-58A1-A77F4BB1FC24} + true @@ -66,8 +67,8 @@ h2_sockpair_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj index 593bcad9209..73046a53e87 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FFA7B230-6B48-0935-1008-9323C60A33A4} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj index 7b6bb0652f6..ca82d89a5a5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {A0BBBEAA-2530-C5BC-E0AA-3DFB9630B704} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj index e988aa59c30..0f262755fbc 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {97AF131C-06A9-CB44-B2F1-8C69D888A306} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj index 543eed2af45..be76d656ec8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {B15E15BE-4F5D-AF80-4985-47FD89B436A7} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj index fe24d027ec0..771c1178df6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B11D5A68-9975-1696-20D9-5120064BE0BC} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj index ea511751694..fb4d9eabb6b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {B843EE72-66CA-F471-AE8B-E9C3FFC46EB1} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj index 4a0f440831b..48c2edada0f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4DB2FBB8-8BB1-BF65-C504-B30346330D69} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj index eb118689385..62a191b8b4a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {14A5FF24-46B6-EFA1-5D6E-1E95DA5514D6} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj index 361f8c90275..9b86cef2daf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F2D524B2-B859-0B72-A23F-C7C2D5EFD288} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj index 21b7b0bf134..30e4c96386d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {A15181F2-CDBE-9AE3-AE7C-8D4933FE5AC6} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj index 3f54fd60005..04ea7bb105c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {87DCB7A4-F199-E10D-42C7-B4B31CBB7852} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj index 83a7c0caa08..9565bdba936 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {48A49C34-2CE2-2442-DE20-E701383A82D7} + true @@ -66,8 +67,8 @@ h2_sockpair_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj index fab368fff92..fff539ad118 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0E1BEDD1-E65F-E9E9-772A-8935F70A631E} + true @@ -66,8 +67,8 @@ h2_sockpair_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj index 097d655ec6b..afd59f0e572 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {0E339710-6331-E2D8-1E26-46DE34DC1B8F} + true @@ -66,8 +67,8 @@ h2_sockpair_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj index b2e0e35fb2e..edd011643b2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {062727BB-25C8-D8FE-2AC1-9404D08D63A7} + true @@ -66,8 +67,8 @@ h2_sockpair_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj index 1577ce98e5b..863508793f0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {E414F667-71F9-DFDE-2731-2DD4E469C56B} + true @@ -66,8 +67,8 @@ h2_sockpair_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj index f6a64f27875..21fd596438b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0467FEBC-26B9-2F8E-4495-4215AF81F48C} + true @@ -66,8 +67,8 @@ h2_sockpair_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj index 1466354e543..ea148fc0cfe 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {70D4C352-098B-0C94-5151-93530FE50E34} + true @@ -66,8 +67,8 @@ h2_sockpair_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj index 90bb0af36de..748e6536fae 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {D4F84CA0-7020-BDD6-2EB8-2F773A7884A5} + true @@ -66,8 +67,8 @@ h2_sockpair_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj index d1579f2c407..00423d085ab 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {0AE39FD9-59E4-1F8A-E8DD-1FCBFC62D2B3} + true @@ -66,8 +67,8 @@ h2_sockpair_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj index 56bc747ed6c..8b30f4008f1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B35C9AC3-8160-BFCA-2EA7-0413A7A45EC4} + true @@ -66,8 +67,8 @@ h2_sockpair_hpack_size_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj index bb41329d577..86fdbd27b6e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {E96735FF-B1CF-51D2-1923-53292AF72C4E} + true @@ -66,8 +67,8 @@ h2_sockpair_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj index e4dbaf89313..8ff2208b4db 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8BF0F1D5-3CF2-DFFD-D74D-E2D7D06A65AC} + true @@ -66,8 +67,8 @@ h2_sockpair_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj index 0180c6b2f50..0061548b808 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {1A1AA28B-D635-F4BD-DFFA-096D2E4BA9BF} + true @@ -66,8 +67,8 @@ h2_sockpair_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj index 74c3c284623..9deaebcb9fc 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FA0AE3D3-0213-AEEC-2AD6-9F0B015A65D0} + true @@ -66,8 +67,8 @@ h2_sockpair_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj index 7be5660d1da..4cc3bb202cd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {2E7DDD14-C040-A158-DBE6-B7EEA61283A0} + true @@ -66,8 +67,8 @@ h2_sockpair_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console 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 40f6362b026..4f0985ad061 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 @@ -21,6 +21,7 @@ {25E69C36-2E70-F52C-8217-593F083D2354} + true @@ -66,8 +67,8 @@ h2_sockpair_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj index 3a905d4e389..df8a5297b7e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {83A4B490-8502-1178-226B-4E1E0B9CECC3} + true @@ -66,8 +67,8 @@ h2_sockpair_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj index cd564b3403e..316e57948ad 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {DFA9E689-B0A6-B685-EFE6-1DC994FD7417} + true @@ -66,8 +67,8 @@ h2_sockpair_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj index e408e95e83c..d64368ac32e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {BB3857E9-5AD2-6142-604D-B7899A4D4A30} + true @@ -66,8 +67,8 @@ h2_sockpair_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj index e01186f6b8e..17f86c277bd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {EFD12F8C-EFCC-7317-BAAA-C875E5D28992} + true @@ -66,8 +67,8 @@ h2_sockpair_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj index e793f26cb69..5e00f5e40b7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj @@ -21,6 +21,7 @@ {0A3658C3-431D-5224-B4E7-DEA0E75606AC} + true @@ -66,8 +67,8 @@ h2_sockpair_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj index 7f222659421..ba4b8e19b89 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C32F4B3D-151E-2649-C8B1-0E5BC9A278A4} + true @@ -66,8 +67,8 @@ h2_sockpair_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj index 998be951b06..66d76c6f429 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {B57AE1DB-F6F0-0C1B-276D-0287FE8EB600} + true @@ -66,8 +67,8 @@ h2_sockpair_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj index 24fd6b60754..4f0179093a0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8FBCD92E-36BD-C654-4EFF-85145A85720E} + true @@ -66,8 +67,8 @@ h2_sockpair_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj index 4972fb9105e..ca4ad61197a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj @@ -21,6 +21,7 @@ {EC7F3872-AFEE-CDD8-D166-87E783D23B76} + true @@ -66,8 +67,8 @@ h2_sockpair_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj index 7dde7092920..dbb99793217 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4A026477-BED4-C03E-A1C0-7A77AF3AD4D8} + true @@ -66,8 +67,8 @@ h2_sockpair_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj index f0968a359e3..61b42c8b9dd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj @@ -21,6 +21,7 @@ {A73AB277-5020-71F7-39F4-E1C46DDE8CEE} + true @@ -66,8 +67,8 @@ h2_sockpair_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj index e971378674d..fbb27eb2c68 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4BF25935-F702-25C5-2FD7-28B83D72DED2} + true @@ -66,8 +67,8 @@ h2_sockpair_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj index e965a00ba30..de0cc329468 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {88904B31-BFA8-9C1D-BCBB-59473046E416} + true @@ -66,8 +67,8 @@ h2_sockpair_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj index 7e72afcd91c..dc275df8944 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1185984B-777D-3A93-133E-8033EEABE112} + true @@ -66,8 +67,8 @@ h2_sockpair_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj index 41331eee554..6e4c385f4e6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {0A8633DE-1DD8-80EF-9683-1B0692CBD26C} + true @@ -66,8 +67,8 @@ h2_sockpair_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj index f75d50ffcb6..767dc708810 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {223ED0FD-8E32-462A-74CF-AF5E1DB320B4} + true @@ -66,8 +67,8 @@ h2_sockpair_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj index 6b2250d1ea0..eb52d4aeb12 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {1AC017DF-0249-7A96-9E99-115D7D3A0588} + true @@ -66,8 +67,8 @@ h2_sockpair_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj index 49eede59545..34e35c7c709 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {CC667A74-CE97-0837-E5F2-EEEDC5D182CC} + true @@ -66,8 +67,8 @@ h2_sockpair_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj index 3e6c4681c1b..3d5d1bee483 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {560955F0-1C04-A4C2-CF72-A701EEF238DF} + true @@ -66,8 +67,8 @@ h2_sockpair_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj index 8b3901388ab..08a9157582b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E32D55D9-D1A7-7A40-A426-15D09F749D07} + true @@ -66,8 +67,8 @@ h2_sockpair_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj index 1db53caf510..e4b68313c7a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {C1AFB9E2-8786-B8C0-B62E-1A5D478B497F} + true @@ -66,8 +67,8 @@ h2_sockpair_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj index ca8fdd8ebd7..9c1e7e83299 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C959C7A1-BD27-2AD7-A7E8-9829F1CB9717} + true @@ -66,8 +67,8 @@ h2_sockpair_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj index 04db3159f1c..3c8982bfc23 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {20E538AF-6D22-FCEA-3104-1DA36657DBE4} + true @@ -66,8 +67,8 @@ h2_sockpair_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj index 5d927994b18..10438a3a671 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {6AD221A9-3AF9-619E-5839-F875373CAA19} + true @@ -66,8 +67,8 @@ h2_sockpair_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj index fe3922ddf02..64013fb4fe1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {9E6B208A-7011-76E0-1A46-78335CA937F9} + true @@ -66,8 +67,8 @@ h2_sockpair_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj index e9f89a41fe8..80ebb1a8924 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {53B78E50-1E26-A224-E5CD-A6FF0AA65746} + true @@ -66,8 +67,8 @@ h2_sockpair_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj index 3a3104025bd..d39df373e1a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {BB088E8C-DDD6-755E-9829-956E5B0EF347} + true @@ -66,8 +67,8 @@ h2_sockpair_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj index 35823877512..8853d2b5ee3 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {083D9DC4-2C16-E699-A1CF-5C6C12B00350} + true @@ -66,8 +67,8 @@ h2_sockpair_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj index 1f78a80a621..04e785d5764 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {08D6A365-3E63-4623-8A47-FB9808E511B2} + true @@ -66,8 +67,8 @@ h2_sockpair_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj index 94a5efde062..53e3b34e0bf 100644 --- a/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {3A6860E1-CEC3-4D35-4C9D-9C6C9B9A1AF4} + true @@ -66,8 +67,8 @@ h2_ssl_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj index 6b95d3ea736..a21f03f75bc 100644 --- a/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {906EA820-2E5A-6F55-4755-D54186AA349F} + true @@ -66,8 +67,8 @@ h2_ssl_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj index 6002afbf5b7..3626ce4be3a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {37E946F0-B58A-CFFF-DDB3-8380324470F6} + true @@ -66,8 +67,8 @@ h2_ssl_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj index 95e29b497c7..c5ff3e73650 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {5AC8E687-3A70-BEEC-936E-F7EB8ED8FDFA} + true @@ -66,8 +67,8 @@ h2_ssl_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj index f615cd5fd89..8230c113085 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {CEF52F92-BE72-2DC2-EF12-36C135E4EA50} + true @@ -66,8 +67,8 @@ h2_ssl_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj index 49e5ad6dcd5..b7b073aa88b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {8325C6AC-1454-9E8F-95BC-8115A7F7A982} + true @@ -66,8 +67,8 @@ h2_ssl_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj index 628598f6e34..fd17ea2dc5b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {6C2E4573-18E4-6231-FBC5-BFC0F9CD3B4C} + true @@ -66,8 +67,8 @@ h2_ssl_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj index 076a35bcfaf..ba6cf0e4445 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {93A01674-DB8C-7DCB-41B3-E38FBE06C8E3} + true @@ -66,8 +67,8 @@ h2_ssl_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj index d8024210142..dacbd5a262e 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {D49DCF0B-CB1C-3D12-B9D4-C71CAEA7CB46} + true @@ -66,8 +67,8 @@ h2_ssl_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj index c967d9fb6c2..c0f469a7da6 100644 --- a/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj @@ -21,6 +21,7 @@ {A6726129-F3C8-DED6-53CF-0D08F4E91247} + true @@ -66,8 +67,8 @@ h2_ssl_channel_connectivity_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj index 81de0ac7f2e..e2eefac3861 100644 --- a/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj @@ -21,6 +21,7 @@ {94132236-E024-7103-81A1-BCEBF2EF7FCB} + true @@ -66,8 +67,8 @@ h2_ssl_channel_ping_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj index 74d318f7188..93fcbc04d2e 100644 --- a/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {AB43C3B6-EED9-FAC0-99F4-954C918A35EB} + true @@ -66,8 +67,8 @@ h2_ssl_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj index 462905ad730..23592cc9d1d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj @@ -21,6 +21,7 @@ {4BD5781F-F991-AA51-31D1-2B6EE5BF5D57} + true @@ -66,8 +67,8 @@ h2_ssl_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj index 51aa99eb47c..24b19e53484 100644 --- a/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {EE553182-E6CF-666E-88E3-A15DBE7275FE} + true @@ -66,8 +67,8 @@ h2_ssl_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj index 4f3a23fc7da..f28629ae06f 100644 --- a/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {3CA8F406-E000-12C8-B289-32AA42E06D6D} + true @@ -66,8 +67,8 @@ h2_ssl_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj index 2497f542bd3..4a501d61b80 100644 --- a/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {F82EA836-2CB6-F412-7D16-EE45E0D19912} + true @@ -66,8 +67,8 @@ h2_ssl_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj index 83f2b6869c3..622b121ffbf 100644 --- a/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {82D02001-4051-0130-886D-6EED6E8180D9} + true @@ -66,8 +67,8 @@ h2_ssl_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj index 913fbb1f336..1b0c7ae83db 100644 --- a/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {856DAD36-A161-9876-9548-48D06BFA35C1} + true @@ -66,8 +67,8 @@ h2_ssl_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj index 551eead00ef..777b32b6554 100644 --- a/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {CB6E0DFE-7AA8-5F3A-431E-5D769E9339F7} + true @@ -66,8 +67,8 @@ h2_ssl_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj index b7c515f1a94..9cc79788863 100644 --- a/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {72CF2D46-B508-70C7-AEF4-FCA2B2ADDA41} + true @@ -66,8 +67,8 @@ h2_ssl_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj index 114b745cd7e..5ce676c5713 100644 --- a/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {466F955F-791F-8EDA-8693-BA56BAF87F34} + true @@ -66,8 +67,8 @@ h2_ssl_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj index a6f370881f6..fbc2328b40d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {6DD08B18-C349-1F8A-2C47-D9E7FA05FC5C} + true @@ -66,8 +67,8 @@ h2_ssl_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj index 29e1218adf5..99dbaf3a1ef 100644 --- a/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj @@ -21,6 +21,7 @@ {08C1C906-50C8-74EA-DC3E-ED2061CDF986} + true @@ -66,8 +67,8 @@ h2_ssl_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj index 5378a20a002..7e81e6b4c45 100644 --- a/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {878474F9-87B7-1035-B166-BE440BA8CEBB} + true @@ -66,8 +67,8 @@ h2_ssl_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj index 34c753c9579..85de685d552 100644 --- a/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj @@ -21,6 +21,7 @@ {525BC3A4-87EA-2590-9B33-A514908F2A05} + true @@ -66,8 +67,8 @@ h2_ssl_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj index dc7f3626ce3..1f4343e58ef 100644 --- a/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj @@ -21,6 +21,7 @@ {C18E24A5-EC8C-76E6-84B6-A52CCCDA78BA} + true @@ -66,8 +67,8 @@ h2_ssl_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj index 93ec4f6a6eb..aa39fadeaee 100644 --- a/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {3CFB6DE7-9289-7B43-2336-F0313D097DF8} + true @@ -66,8 +67,8 @@ h2_ssl_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj index 925937be7fe..169d4ff395c 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {2D7695B2-FFC1-C440-75BD-65E0579E8FD5} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj index bfff1a79ca3..889b077eb3d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {6CF4D45F-4A8D-1DDC-8108-83138F15882F} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj index a3b0acf816c..4463205069b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {A5F574A4-7EC9-DCAA-F2CA-BE3005E7D98C} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj index fc5cb03e7e9..c8a3c70245b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {E8AB5912-B08E-EFEC-38CC-F746E89F3A2E} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj index 4f99ff5ece2..bf037b59271 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {399B1821-22B9-5780-FF9C-6D4EFF864564} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj index 99a102db61f..4dd2b914d31 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {41E2FDD1-74A1-6D0C-972D-1E070B8D946D} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj index 8ca15a0325b..f218353c6f9 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {AE2124DD-073D-609D-957A-E32660489132} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj index 14e26b773aa..0df340b106d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {46AB8E39-4693-3954-F640-685A90CC6C4F} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj index 5b444c22172..a15fdecd914 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {8FDEE7A4-71F8-54BF-74E1-5ECE6B9DD9F5} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj index 310e494dced..78b873262da 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj @@ -21,6 +21,7 @@ {F83384D1-7E11-05C5-DB8A-6D492CB0C5CA} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_default_host_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj index bf236c48c49..cb9c143980e 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj @@ -21,6 +21,7 @@ {0ED0991F-9C88-52B5-5353-CBC8CD5CBCF7} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_disappearing_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj index 277847de06a..c0d52f8e408 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {1DDD80B2-E058-C09A-7C49-BB5407605F50} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj index ccc116c5557..67523fffe61 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {BD9F6008-4A11-AAE5-83A8-CA88CDFB7BE0} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj index b6706434cae..e0da53412c7 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {CA455E92-D8D7-BB7C-E8DD-82C2234AEA6C} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj index 95c5962dc77..4f76149f2e8 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {93FEEB88-7D7A-F70F-0EB5-54B37F7C6866} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj index 39b189fbf36..cb384a7436f 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {34E2C006-1D2A-181B-76A9-0FA7AEE4AFBD} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj index dbb070a5609..81d000e63f7 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {A3D407C9-4655-7C7B-A72C-191668A646D5} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj index 698755da16b..259b2400777 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj @@ -21,6 +21,7 @@ {ADC37068-B3D4-1F12-47A0-5C50073FF130} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj index 14e90278ecc..003f88bfa82 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {CFA2B70A-FB40-C567-AB0B-E7F87CD086C3} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj index ebfcb9040a0..9a21b45641b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj @@ -21,6 +21,7 @@ {003B7F6F-1187-9FC6-EF17-F7A7C10A2368} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj index 3aba23fa5fb..710ee061ec2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj @@ -21,6 +21,7 @@ {F501E715-62CC-2CA9-2005-21F540F2A888} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj index b5ce09937c0..9c8231324eb 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {B093E098-1009-9BF6-0841-E0222EC8643C} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj index 4d3200cc444..d9adf3a40b0 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {0D4C0314-674B-6256-6ADC-BA622E6EE1D5} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj index 1a81de976ce..71c5dbf84c2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {7B9336A8-B20F-6E62-808C-814DF5AB71D4} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj index d8b9383b06b..5117cee4745 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {DA668450-BDA4-30E4-0E9A-25B7789A28EF} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj index 7222d50e85f..db68be4fc9c 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {5246E6CE-3819-D60F-6927-CBA031955E6D} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj index cc3e9998f45..a635f468b0a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {AF4CFE04-0507-C7B0-4068-D9B32F95B06A} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj index c6f32879cb8..89c613710cc 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {1DADA778-7C2F-852C-F78D-1411E9252EAE} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj index 1a976a84232..4261bc770b7 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {A5BBEBC4-7005-B78B-CA62-8E41CB28DD30} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj index d3da713de86..0c1e9937ee3 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {728F7276-2AD3-8C17-3FCD-A7FAC81E7CBE} + true @@ -66,8 +67,8 @@ h2_ssl_proxy_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj index e47dd040c39..20cdb5ede60 100644 --- a/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {A2E622B1-696D-08A4-571D-F9F696B49BF7} + true @@ -66,8 +67,8 @@ h2_ssl_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj index aad6b46320f..d2a452e599f 100644 --- a/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {EDB35E67-A568-B1CA-60DA-5C9B686F2807} + true @@ -66,8 +67,8 @@ h2_ssl_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj index 73fbee97bfe..faf10b6f100 100644 --- a/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {864727A9-9280-8CBC-5337-5173D54D6D82} + true @@ -66,8 +67,8 @@ h2_ssl_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj index c45f1a5dd57..a69e42549e3 100644 --- a/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {0DFB0FB9-B26F-8BA9-F837-8174551E3FF6} + true @@ -66,8 +67,8 @@ h2_ssl_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj index 82c6998c0ab..bc3e764b031 100644 --- a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {A8BC4F79-A987-512C-4B5C-9F0573D9F5B6} + true @@ -66,8 +67,8 @@ h2_ssl_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj index f6345a401a3..a0c51981d65 100644 --- a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {7512FA5E-52B1-0FB3-5D11-D5F0C9B6DF69} + true @@ -66,8 +67,8 @@ h2_ssl_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj index 91a8e7c2029..2144d07180c 100644 --- a/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj @@ -21,6 +21,7 @@ {6A6F346F-BF84-A020-34E9-5827D349C1B3} + true @@ -66,8 +67,8 @@ h2_ssl_simple_delayed_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj index 8966158a8a1..2fd2a1f45b2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {E836367A-8B83-B336-9FB9-84B34DC43371} + true @@ -66,8 +67,8 @@ h2_ssl_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj index e0e0c67c3e5..5f00041b1b2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {1BF6F90D-E823-A6DA-5D58-DB73A9E80613} + true @@ -66,8 +67,8 @@ h2_ssl_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj index 03a2fc036c3..31394093052 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj @@ -21,6 +21,7 @@ {17D994DF-E2EE-F815-BE75-71AA54E95209} + true @@ -66,8 +67,8 @@ h2_uchannel_bad_hostname_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj index 074fb6cde54..d05c1716fbc 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj @@ -21,6 +21,7 @@ {1CE8B145-FA9B-3849-D631-C07D78A3F44F} + true @@ -66,8 +67,8 @@ h2_uchannel_bad_hostname_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console 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 c9208d854c3..334a93270bf 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 @@ -21,6 +21,7 @@ {7D2BA238-CB92-8E6F-8C4E-7BF4552CE3ED} + true @@ -66,8 +67,8 @@ h2_uchannel_binary_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj index ba5f947a3e4..3444c148965 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj @@ -21,6 +21,7 @@ {41CB1689-2379-13A7-6295-97E593925556} + true @@ -66,8 +67,8 @@ h2_uchannel_binary_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj index 9ad140d8ad3..ec877ce2983 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj @@ -21,6 +21,7 @@ {76836FC5-D3A8-6D48-712A-8830FC5D6C5B} + true @@ -66,8 +67,8 @@ h2_uchannel_call_creds_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj index e2dda1e93b9..12ccd88d411 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E395F0FD-7D8A-E77F-7C81-17F5A54FE492} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_after_accept_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj index 0d4c93a38e4..b01ab1b7209 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj @@ -21,6 +21,7 @@ {377130A0-1DCE-175F-32A6-22CFCAC54F01} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_after_accept_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj index 63f8427f103..caf79f9d0ec 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C719A272-82E3-03A9-129D-F0161412C73D} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_after_client_done_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj index 1326ea9ee84..c779a8d8c4c 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj @@ -21,6 +21,7 @@ {D8E41159-4916-A7DA-AB36-B50A357E9132} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_after_client_done_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj index 7236170a8a6..e6b87a43362 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {421A1D07-1712-EC43-474A-425CE7409892} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_after_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj index 27ac804a442..342b9e1d962 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj @@ -21,6 +21,7 @@ {2A854C06-863C-CCC7-E0FC-61B68A3682D8} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_after_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj index 4e56affc270..b0d82cf7865 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj @@ -21,6 +21,7 @@ {35D3D9C9-80F6-1F7B-8AA7-CF0C9027457C} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_before_invoke_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj index fe17a8bcc52..a712c36273a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj @@ -21,6 +21,7 @@ {7ACF3688-1B08-3DAE-DFE7-1A96F728E04E} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_before_invoke_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj index ea5522d79f7..49ce08a35a0 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj @@ -21,6 +21,7 @@ {B198BBFD-F65F-5EC1-AC78-D2A64615A73C} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_in_a_vacuum_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj index d1a37e9cdd2..a79547f4728 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj @@ -21,6 +21,7 @@ {116EB2DE-5CE6-E428-06E0-486A84F139B5} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_in_a_vacuum_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj index 45669dcefe3..03a1922ccaf 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj @@ -21,6 +21,7 @@ {05A8D69D-ACCD-D3DD-C0EF-12AD4F70D36A} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_with_status_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj index 26a15bd730b..a69cb8cc192 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj @@ -21,6 +21,7 @@ {D402353F-6F67-42C9-1B02-93A9230C79FA} + true @@ -66,8 +67,8 @@ h2_uchannel_cancel_with_status_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj index 2940bad997e..cfb5790c705 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {D6FBB104-5E2A-7667-6F3C-AB576D093DC4} + true @@ -66,8 +67,8 @@ h2_uchannel_compressed_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj index 0858c50db74..82ce100045f 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj @@ -21,6 +21,7 @@ {9F612E82-D93F-F1B8-7C81-74815E60EF30} + true @@ -66,8 +67,8 @@ h2_uchannel_compressed_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj index df10cab9aa5..b226e81fdea 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj @@ -21,6 +21,7 @@ {C02931DF-A1B5-6418-E436-4D6AB4C0258F} + true @@ -66,8 +67,8 @@ h2_uchannel_empty_batch_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj index 9c6d5f20dd3..c6ad1a46bd1 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj @@ -21,6 +21,7 @@ {001E89C3-317F-325A-D10D-ED5055B13C17} + true @@ -66,8 +67,8 @@ h2_uchannel_empty_batch_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj index 1582e8ca892..49c2951f6c0 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj @@ -21,6 +21,7 @@ {62C05709-793C-8F7C-7272-915E352B962A} + true @@ -66,8 +67,8 @@ h2_uchannel_graceful_server_shutdown_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj index 0d985428596..a2cacae1ea9 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj @@ -21,6 +21,7 @@ {6F4B8E57-948E-2CAA-E354-4A496A89945F} + true @@ -66,8 +67,8 @@ h2_uchannel_graceful_server_shutdown_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj index 989cb002741..2e596c7733a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj @@ -21,6 +21,7 @@ {90CCC199-D242-7546-C1C0-4AA6899703DE} + true @@ -66,8 +67,8 @@ h2_uchannel_high_initial_seqno_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj index 057b5975575..062932dddc1 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj @@ -21,6 +21,7 @@ {359D18A0-DEE3-EDD5-1C4C-662EC638C910} + true @@ -66,8 +67,8 @@ h2_uchannel_high_initial_seqno_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj index 44b2d680a2d..6ac216f5157 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj @@ -21,6 +21,7 @@ {EA53DB0D-8BA3-3BCC-10E1-8B5FACB77CA1} + true @@ -66,8 +67,8 @@ h2_uchannel_hpack_size_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj index 05c65a70878..195f0eb9e10 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj @@ -21,6 +21,7 @@ {9CFB3202-D95F-E541-9A6F-BE561CAFE1AE} + true @@ -66,8 +67,8 @@ h2_uchannel_hpack_size_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj index f23ff743b55..ada7d9fed75 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {0EC09350-0FB9-0208-000E-1B6C534B234C} + true @@ -66,8 +67,8 @@ h2_uchannel_invoke_large_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj index 0e87ad515e8..846e15c010e 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj @@ -21,6 +21,7 @@ {7B5AE7B2-6D7E-D97F-A6A4-721C7446171F} + true @@ -66,8 +67,8 @@ h2_uchannel_invoke_large_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj index c0174b326e8..ddb6a006360 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {8C11A694-8D0A-DF0C-12DA-0BE3C2E85C8D} + true @@ -66,8 +67,8 @@ h2_uchannel_large_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj index db01f1cf740..860954a9cbe 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj @@ -21,6 +21,7 @@ {61035E2C-8F6C-552E-8255-8F54A0FC1AFB} + true @@ -66,8 +67,8 @@ h2_uchannel_large_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj index 91ba6895e9e..b6be9924962 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj @@ -21,6 +21,7 @@ {9389F81E-390D-CDC1-9BAF-BED6868B1BBB} + true @@ -66,8 +67,8 @@ h2_uchannel_max_concurrent_streams_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj index eb44072efaa..767f99559cd 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj @@ -21,6 +21,7 @@ {7F52A44E-9900-6A3B-F94F-A8D3E9D7E1D2} + true @@ -66,8 +67,8 @@ h2_uchannel_max_concurrent_streams_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj index c4f9d8176ac..7c7f919cb54 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj @@ -21,6 +21,7 @@ {DBA2B456-18C4-07C8-424B-17CE749498B4} + true @@ -66,8 +67,8 @@ h2_uchannel_max_message_length_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj index ab871bfb9be..ad57c65bca3 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj @@ -21,6 +21,7 @@ {93B3CD26-BFD8-43C7-C64F-C3698FE7BF14} + true @@ -66,8 +67,8 @@ h2_uchannel_max_message_length_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj index 3453b7b3370..009aeadd071 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {1AF36FB9-1410-D62D-7F16-28F7C94E3693} + true @@ -66,8 +67,8 @@ h2_uchannel_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj index a5a31ef7189..aae635f6e79 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj @@ -21,6 +21,7 @@ {C6F1E57C-1DFA-1B55-31FC-996BF25943E6} + true @@ -66,8 +67,8 @@ h2_uchannel_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj index 6abeded6763..4c79db0738e 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj @@ -21,6 +21,7 @@ {34337C18-21ED-7077-A73B-1AECAEE64D28} + true @@ -66,8 +67,8 @@ h2_uchannel_negative_deadline_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj index 76d8e1fe765..684ed311663 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj @@ -21,6 +21,7 @@ {C6E00D4B-6062-2D89-A581-42B490304865} + true @@ -66,8 +67,8 @@ h2_uchannel_negative_deadline_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console 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 81f2284a1d4..2e5a067f991 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 @@ -21,6 +21,7 @@ {D7F3A4CF-B04B-DA68-E039-FAAB5C43A5A1} + true @@ -66,8 +67,8 @@ h2_uchannel_no_op_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj index da3a3811046..d51f706c00f 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj @@ -21,6 +21,7 @@ {205376F8-8A61-21CA-7887-6DD302026DAB} + true @@ -66,8 +67,8 @@ h2_uchannel_no_op_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj index fdca046499b..340ddbaaa9d 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {2A53C023-7BE5-81A5-3E55-A529D2430501} + true @@ -66,8 +67,8 @@ h2_uchannel_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj index 1c2a91ee2d4..e8c74764f0b 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj @@ -21,6 +21,7 @@ {FA850300-F7D1-30C1-BF01-3B7746D4C67E} + true @@ -66,8 +67,8 @@ h2_uchannel_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj index 86e45ef90bd..e3f58326913 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj @@ -21,6 +21,7 @@ {98996B92-32C4-5CA8-1E45-F22A25793F72} + true @@ -66,8 +67,8 @@ h2_uchannel_ping_pong_streaming_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj index 0778838cc8b..b4760f7c26a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj @@ -21,6 +21,7 @@ {B17D2084-FB8C-B2CA-3F4F-20507D78F20D} + true @@ -66,8 +67,8 @@ h2_uchannel_ping_pong_streaming_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj index ca246fb8b55..00af75fe6a0 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj @@ -21,6 +21,7 @@ {FACC5B58-F115-AC19-A9FE-9D4CDDA4C982} + true @@ -66,8 +67,8 @@ h2_uchannel_registered_call_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj index 971d06d31d3..00a4ffee71e 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj @@ -21,6 +21,7 @@ {EA48AFB0-5361-584F-C97C-EA058507DC34} + true @@ -66,8 +67,8 @@ h2_uchannel_registered_call_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj index 5213700a9da..08769dd7a70 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {F446ADF4-A4AA-1DE8-3C0F-3AFA4E560699} + true @@ -66,8 +67,8 @@ h2_uchannel_request_with_flags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj index 67247b1eb9e..897f9356a5e 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj @@ -21,6 +21,7 @@ {1ADB7064-FA13-E1D1-1E56-67F3DF9B6201} + true @@ -66,8 +67,8 @@ h2_uchannel_request_with_flags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj index 8f044332672..43f4a808a97 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj @@ -21,6 +21,7 @@ {E966496E-6A07-24FF-6839-A14618A7560D} + true @@ -66,8 +67,8 @@ h2_uchannel_request_with_payload_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj index 46a3135d47f..aa88b88e117 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj @@ -21,6 +21,7 @@ {197ABF07-4D19-93C3-3C0A-A11439F373F9} + true @@ -66,8 +67,8 @@ h2_uchannel_request_with_payload_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj index cd787be96e5..2052854b21f 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {5795A29B-F1D3-A051-5040-9775ACCAF2AC} + true @@ -66,8 +67,8 @@ h2_uchannel_server_finishes_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj index 7bef1fd944b..3832a1b1d10 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj @@ -21,6 +21,7 @@ {2F6F9D5F-86AB-ACDE-4971-C97F96D72310} + true @@ -66,8 +67,8 @@ h2_uchannel_server_finishes_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj index 7580aa79354..72389881277 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj @@ -21,6 +21,7 @@ {AE231D27-F08B-3B66-2CC7-900A949EE86C} + true @@ -66,8 +67,8 @@ h2_uchannel_shutdown_finishes_calls_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj index 6652eda10f7..63ed18c9cc4 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj @@ -21,6 +21,7 @@ {EBAB736A-946A-4CF6-5537-28E56A931F3E} + true @@ -66,8 +67,8 @@ h2_uchannel_shutdown_finishes_calls_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj index b3f5541075b..c26d6e2b42b 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj @@ -21,6 +21,7 @@ {D529BC7A-1F61-D263-CC9C-B33280F87875} + true @@ -66,8 +67,8 @@ h2_uchannel_shutdown_finishes_tags_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj index 1636228c66d..301f59dba70 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj @@ -21,6 +21,7 @@ {A43C8463-D0E1-300B-6899-44A84105E59E} + true @@ -66,8 +67,8 @@ h2_uchannel_shutdown_finishes_tags_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj index 208914e6017..4974a53c581 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj @@ -21,6 +21,7 @@ {BA21FD25-5FAB-E2E6-FFCB-AB7F190A4231} + true @@ -66,8 +67,8 @@ h2_uchannel_simple_request_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj index e409a5b87c0..41eeb3a17ea 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj @@ -21,6 +21,7 @@ {E4B00FAA-7A3C-7F7F-83FD-B58C0E706AED} + true @@ -66,8 +67,8 @@ h2_uchannel_simple_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj index 7b517dd953b..413eae8f569 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj @@ -21,6 +21,7 @@ {4070A24F-256D-F437-1D6C-7D3B9509FDEC} + true @@ -66,8 +67,8 @@ h2_uchannel_trailing_metadata_nosec_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj index 904fe713976..c31d0457b3b 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj @@ -21,6 +21,7 @@ {DC5792C3-1C07-D657-46FB-EF4E754BDE21} + true @@ -66,8 +67,8 @@ h2_uchannel_trailing_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj b/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj index 865c02db214..7c486473c5d 100644 --- a/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {7819A11E-607E-F0C0-FC47-C704CF7D818C} + true @@ -66,8 +67,8 @@ headers_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj b/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj index e63ecba3252..f974a27b18e 100644 --- a/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj +++ b/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj @@ -21,6 +21,7 @@ {4CAEC7C3-5354-D474-FB3D-ABED6AD2E1DA} + true @@ -66,8 +67,8 @@ hpack_parser_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj b/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj index 0d8d378498b..6293dfeef3b 100644 --- a/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj +++ b/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj @@ -21,6 +21,7 @@ {FF2CEE6D-850F-E22C-53A0-8C5912B14B20} + true @@ -66,8 +67,8 @@ hpack_table_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj b/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj index 7f9b925b6dc..eb779d88488 100644 --- a/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj +++ b/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj @@ -21,6 +21,7 @@ {A43C3292-CAE7-1B8C-A5FD-52D9E3DCFD82} + true @@ -66,8 +67,8 @@ httpcli_format_request_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj b/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj index 72a6adb1673..667be598737 100644 --- a/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj +++ b/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj @@ -21,6 +21,7 @@ {B6F60D1C-D4F3-0F1A-4A2F-9134629B7848} + true @@ -66,8 +67,8 @@ httpcli_parser_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/init_test/init_test.vcxproj b/vsprojects/vcxproj/test/init_test/init_test.vcxproj index a8c1611763e..0c54df46d5a 100644 --- a/vsprojects/vcxproj/test/init_test/init_test.vcxproj +++ b/vsprojects/vcxproj/test/init_test/init_test.vcxproj @@ -21,6 +21,7 @@ {117CA7AD-C42B-9217-6C95-42A801777BC5} + true @@ -66,8 +67,8 @@ init_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj b/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj index 0ace924b89e..ad324c6f5f7 100644 --- a/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {6756895E-05BF-8CC7-58F2-868DF0C0300C} + true @@ -66,8 +67,8 @@ initial_settings_frame_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj b/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj index f6a8556ba43..81172ae479d 100644 --- a/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj +++ b/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj @@ -21,6 +21,7 @@ {C32CA8A3-58E6-8EB9-B72F-C295547D36A6} + true @@ -66,8 +67,8 @@ invalid_call_argument_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj b/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj index 1c50be0fb40..0c8268d93b4 100644 --- a/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj +++ b/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj @@ -21,6 +21,7 @@ {57B36FF6-25B1-2475-D07A-2E9097E2C792} + true @@ -66,8 +67,8 @@ json_rewrite static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj b/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj index b428f551a62..d5fb870a917 100644 --- a/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj +++ b/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj @@ -21,6 +21,7 @@ {DD4C2B4E-9C47-6AA4-8E16-7B69AF8FA1D2} + true @@ -66,8 +67,8 @@ json_rewrite_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj b/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj index 55cd467cffd..00d21e4a898 100644 --- a/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj +++ b/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj @@ -21,6 +21,7 @@ {8EABFC7E-4CE6-CDE1-CE31-298D809B8A9B} + true @@ -66,8 +67,8 @@ json_stream_error_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/json_test/json_test.vcxproj b/vsprojects/vcxproj/test/json_test/json_test.vcxproj index 9b94b5c1a0d..8642863ed98 100644 --- a/vsprojects/vcxproj/test/json_test/json_test.vcxproj +++ b/vsprojects/vcxproj/test/json_test/json_test.vcxproj @@ -21,6 +21,7 @@ {05230AC7-4529-E6CF-0506-A063B5FF6642} + true @@ -66,8 +67,8 @@ json_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj b/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj index 1bb56d9803c..87c1bc898d9 100644 --- a/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj +++ b/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj @@ -21,6 +21,7 @@ {6E60B394-E17D-658A-6648-A2E6E183226F} + true @@ -66,8 +67,8 @@ lame_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj b/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj index 6ecff402b03..6ba8d32a622 100644 --- a/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj +++ b/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj @@ -21,6 +21,7 @@ {62D58A08-3B5E-D6A8-ABBB-77995AA0A8C6} + true @@ -66,8 +67,8 @@ lb_policies_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj b/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj index 4ee51c45a86..912fe3f618d 100644 --- a/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj +++ b/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj @@ -21,6 +21,7 @@ {07170557-CCB0-D23C-8018-C2909D115DF9} + true @@ -66,8 +67,8 @@ message_compress_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj b/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj index 8128756b5a2..72cd57249c0 100644 --- a/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj +++ b/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj @@ -21,6 +21,7 @@ {FE8631BA-DF40-EC70-6078-C2DAF316E329} + true @@ -68,8 +69,8 @@ metrics_client static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj index d45e3e06998..b6a84878676 100644 --- a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj +++ b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj @@ -21,6 +21,7 @@ {2E716EE7-4A8D-8E92-7E3F-3DC55406F21C} + true @@ -68,8 +69,8 @@ mock_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj b/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj index cee36bc0c9b..16746119097 100644 --- a/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj +++ b/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj @@ -21,6 +21,7 @@ {88AF688E-E43C-5E20-6966-CF559F597D82} + true @@ -66,8 +67,8 @@ multiple_server_queues_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj b/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj index e9bfd88e89c..a3cdc511d0b 100644 --- a/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj +++ b/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj @@ -21,6 +21,7 @@ {0B136077-8522-3C25-7704-1C386C9FDCD5} + true @@ -66,8 +67,8 @@ murmur_hash_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj b/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj index 09917a96c86..b1dfc9b158f 100644 --- a/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj +++ b/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj @@ -21,6 +21,7 @@ {A66AC548-E2B9-74CD-293C-43526EE51DCE} + true @@ -66,8 +67,8 @@ no_server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj b/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj index 67d2ee0a0a4..21af714e017 100644 --- a/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj +++ b/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj @@ -21,6 +21,7 @@ {2424D42A-8378-91FB-6ACF-6D37CEB40150} + true @@ -68,8 +69,8 @@ reconnect_interop_client static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj b/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj index 7897d2b68f3..c4e86b63f35 100644 --- a/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj +++ b/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj @@ -21,6 +21,7 @@ {997D5119-836F-8337-A164-94B0F9926520} + true @@ -68,8 +69,8 @@ reconnect_interop_server static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj b/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj index a4c3049f44b..adf24e81514 100644 --- a/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj +++ b/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj @@ -21,6 +21,7 @@ {8279AF6C-9584-67F3-1547-B204864FCCA7} + true @@ -66,8 +67,8 @@ resolve_address_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj b/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj index 5a31917c9f2..200dd950d4e 100644 --- a/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj +++ b/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj @@ -21,6 +21,7 @@ {D852AD54-B8E9-D177-318B-DA872B5573A9} + true @@ -68,8 +69,8 @@ secure_auth_context_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj b/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj index 7ab8d5233f8..d6499d5d8d1 100644 --- a/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj +++ b/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj @@ -21,6 +21,7 @@ {62B25398-7173-928E-689E-53860B0ACFC4} + true @@ -66,8 +67,8 @@ secure_channel_create_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj b/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj index e0b8f2d95f0..cd0f6323ed5 100644 --- a/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj +++ b/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj @@ -21,6 +21,7 @@ {A7747106-A6BC-62D4-2A21-04A4F0CC2683} + true @@ -66,8 +67,8 @@ secure_endpoint_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj b/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj index 1c2a050cea1..208c3e2f64c 100644 --- a/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj +++ b/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj @@ -21,6 +21,7 @@ {BF9F909B-8266-6AAC-A81B-05F8210AA8CA} + true @@ -66,8 +67,8 @@ server_chttp2_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj b/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj index 6cb45880798..27c063c6e7d 100644 --- a/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj +++ b/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj @@ -21,6 +21,7 @@ {00BAA4A7-8806-8D17-23DE-12C433569672} + true @@ -68,8 +69,8 @@ server_crash_test_client static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj b/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj index 6f8b7eb80a3..83a421cadd4 100644 --- a/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {B4E7CD82-988A-BD3A-29F8-8590D3A8BC28} + true @@ -66,8 +67,8 @@ server_registered_method_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/server_test/server_test.vcxproj b/vsprojects/vcxproj/test/server_test/server_test.vcxproj index a359d098298..cccc6dd0aca 100644 --- a/vsprojects/vcxproj/test/server_test/server_test.vcxproj +++ b/vsprojects/vcxproj/test/server_test/server_test.vcxproj @@ -21,6 +21,7 @@ {E765AC67-E4E5-C350-59A1-C6CA2BD9F64B} + true @@ -66,8 +67,8 @@ server_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj b/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj index dec4ddce410..944e9e6f066 100644 --- a/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj +++ b/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj @@ -21,6 +21,7 @@ {4A48E5A5-2E69-ED6D-063C-C297180A54D0} + true @@ -66,8 +67,8 @@ set_initial_connect_string_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj b/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj index b9c2cbe0c2c..b2d53f3fd68 100644 --- a/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj @@ -21,6 +21,7 @@ {7FA7570D-08DA-15BF-EF87-A29A858D1EC6} + true @@ -68,8 +69,8 @@ shutdown_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj b/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj index 2f31965caf5..29066e325eb 100644 --- a/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {63422647-93FA-46BB-4827-95473D9D503C} + true @@ -66,8 +67,8 @@ simple_request_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj b/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj index 57afd56f31c..2edee9ade8f 100644 --- a/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj +++ b/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj @@ -21,6 +21,7 @@ {9889A80C-F1D7-99C9-FE7E-657724BEDC62} + true @@ -66,8 +67,8 @@ sockaddr_resolver_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj b/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj index a29e9e5d6f5..537ef587a32 100644 --- a/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj +++ b/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj @@ -21,6 +21,7 @@ {529771F0-10B0-9B1A-1E7E-8A8E01870348} + true @@ -66,8 +67,8 @@ sockaddr_utils_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/status_test/status_test.vcxproj b/vsprojects/vcxproj/test/status_test/status_test.vcxproj index 34089720726..e869a1f8f7f 100644 --- a/vsprojects/vcxproj/test/status_test/status_test.vcxproj +++ b/vsprojects/vcxproj/test/status_test/status_test.vcxproj @@ -21,6 +21,7 @@ {98833D26-5BC0-1D31-220E-B7E9D0DF9367} + true @@ -68,8 +69,8 @@ status_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj index 16d2e550fee..86ee36832fd 100644 --- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj +++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj @@ -21,6 +21,7 @@ {09500BEB-9A09-F52E-9A3D-D1D27D7177F0} + true @@ -68,8 +69,8 @@ stress_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj b/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj index 32a7c75ab85..8573a0a85a6 100644 --- a/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj +++ b/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj @@ -21,6 +21,7 @@ {1891650E-2B75-FED7-89C5-74CEBE6ECEF7} + true @@ -68,8 +69,8 @@ thread_stress_test static - Debug - Debug + Release + Release @@ -81,6 +82,7 @@ MultiThreadedDebug true None + false Console @@ -98,6 +100,7 @@ MultiThreadedDebug true None + false Console @@ -117,6 +120,7 @@ MultiThreaded true None + false Console @@ -138,6 +142,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj b/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj index 0aa0812904b..1e0734cd9a0 100644 --- a/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj +++ b/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj @@ -21,6 +21,7 @@ {D1EB2A9B-8508-62D7-8FC4-11A11B1CBFD3} + true @@ -66,8 +67,8 @@ time_averaged_stats_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj b/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj index c06e9d4ef64..68d92a2b3e4 100644 --- a/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj +++ b/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj @@ -21,6 +21,7 @@ {EA073C36-A527-F749-AD4A-243A38B9BFF5} + true @@ -66,8 +67,8 @@ timeout_encoding_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj b/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj index 6220309d23f..87d144f9cfd 100644 --- a/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj +++ b/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj @@ -21,6 +21,7 @@ {A2110C60-E75A-F76E-205E-1836F86C4D53} + true @@ -66,8 +67,8 @@ timer_heap_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj b/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj index 8f647d49095..bd79e61bd1a 100644 --- a/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj +++ b/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj @@ -21,6 +21,7 @@ {C43EA45B-1E72-C58D-8CE3-A879D1B1E2DB} + true @@ -66,8 +67,8 @@ timer_list_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj b/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj index 272c12f6133..01681f875b0 100644 --- a/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj +++ b/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj @@ -21,6 +21,7 @@ {FFE98236-3F4D-2CBA-29FB-D0A7467D2FA5} + true @@ -66,8 +67,8 @@ timers_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj b/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj index f7b95669951..f195c112dd0 100644 --- a/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj +++ b/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj @@ -21,6 +21,7 @@ {659121F6-1639-AC6B-053E-9D17A8B94D56} + true @@ -66,8 +67,8 @@ transport_connectivity_state_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj b/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj index 0a092ddeb97..6c2f8593874 100644 --- a/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj @@ -21,6 +21,7 @@ {89A119C5-0F62-33B8-5D08-1FAA29DA7DEB} + true @@ -66,8 +67,8 @@ transport_metadata_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj b/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj index a27e7a82f40..ae5e03ecf20 100644 --- a/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj @@ -21,6 +21,7 @@ {9E0A2239-20D5-DB2D-CA0D-69F24E3416E7} + true @@ -66,8 +67,8 @@ unknown_frame_bad_client_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj b/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj index 6b426b9207c..eaa00a50a4f 100644 --- a/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj +++ b/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj @@ -21,6 +21,7 @@ {E35C24A0-8725-E773-FE78-CC0C67071EF7} + true @@ -66,8 +67,8 @@ uri_parser_test static - Debug - Debug + Release + Release @@ -79,6 +80,7 @@ MultiThreadedDebug true None + false Console @@ -96,6 +98,7 @@ MultiThreadedDebug true None + false Console @@ -115,6 +118,7 @@ MultiThreaded true None + false Console @@ -136,6 +140,7 @@ MultiThreaded true None + false Console diff --git a/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj b/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj index 184232836fc..2efad7aec99 100644 --- a/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj +++ b/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj @@ -20,6 +20,7 @@ {E3110C46-A148-FF65-08FD-3324829BE7FE} + true @@ -70,6 +71,7 @@ MultiThreadedDebug true None + false Windows @@ -87,6 +89,7 @@ MultiThreadedDebug true None + false Windows @@ -106,6 +109,7 @@ MultiThreaded true None + false Windows @@ -127,6 +131,7 @@ MultiThreaded true None + false Windows From 1b34aeb554a5c825fb5839139186a679589526f4 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 10:37:10 -0800 Subject: [PATCH 15/23] fixing x64 build with vs2015 --- src/core/security/credentials.c | 4 ++-- src/core/surface/init.c | 4 ++-- test/core/support/alloc_test.c | 4 ++-- test/core/transport/connectivity_state_test.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/core/security/credentials.c b/src/core/security/credentials.c index a0054741ad6..3013fac4650 100644 --- a/src/core/security/credentials.c +++ b/src/core/security/credentials.c @@ -179,8 +179,8 @@ void grpc_server_credentials_set_auth_metadata_processor( GRPC_API_TRACE( "grpc_server_credentials_set_auth_metadata_processor(" "creds=%p, " - "processor=grpc_auth_metadata_processor { process: %lx, state: %p })", - 3, (creds, (unsigned long)processor.process, processor.state)); + "processor=grpc_auth_metadata_processor { process: %p, state: %p })", + 3, (creds, (void*)(gpr_intptr)processor.process, processor.state)); if (creds == NULL) return; if (creds->processor.destroy != NULL && creds->processor.state != NULL) { creds->processor.destroy(creds->processor.state); diff --git a/src/core/surface/init.c b/src/core/surface/init.c index 82027af651f..81166e8ec54 100644 --- a/src/core/surface/init.c +++ b/src/core/surface/init.c @@ -82,8 +82,8 @@ static grpc_plugin g_all_of_the_plugins[MAX_PLUGINS]; static int g_number_of_plugins = 0; void grpc_register_plugin(void (*init)(void), void (*destroy)(void)) { - GRPC_API_TRACE("grpc_register_plugin(init=%lx, destroy=%lx)", 2, - ((unsigned long)init, (unsigned long)destroy)); + GRPC_API_TRACE("grpc_register_plugin(init=%p, destroy=%p)", 2, + ((void*)(gpr_intptr)init, (void*)(gpr_intptr)destroy)); GPR_ASSERT(g_number_of_plugins != MAX_PLUGINS); g_all_of_the_plugins[g_number_of_plugins].init = init; g_all_of_the_plugins[g_number_of_plugins].destroy = destroy; diff --git a/test/core/support/alloc_test.c b/test/core/support/alloc_test.c index b950f0ab494..dc0a2acfa50 100644 --- a/test/core/support/alloc_test.c +++ b/test/core/support/alloc_test.c @@ -48,8 +48,8 @@ static void test_custom_allocs() { gpr_allocation_functions fns = {fake_malloc, fake_realloc, fake_free}; gpr_set_allocation_functions(fns); - GPR_ASSERT((void *)0xdeadbeef == gpr_malloc(0xdeadbeef)); - GPR_ASSERT((void *)0xcafed00d == gpr_realloc(0, 0xcafed00d)); + GPR_ASSERT((void*)(size_t)0xdeadbeef == gpr_malloc(0xdeadbeef)); + GPR_ASSERT((void*)(size_t)0xcafed00d == gpr_realloc(0, 0xcafed00d)); gpr_free(&addr_to_free); GPR_ASSERT(addr_to_free == 0xdeadd00d); diff --git a/test/core/transport/connectivity_state_test.c b/test/core/transport/connectivity_state_test.c index 1f232218120..34ab45d260b 100644 --- a/test/core/transport/connectivity_state_test.c +++ b/test/core/transport/connectivity_state_test.c @@ -39,7 +39,7 @@ #include "test/core/util/test_config.h" -#define THE_ARG ((void *)0xcafebabe) +#define THE_ARG ((void *)(size_t)0xcafebabe) int g_counter; From 1d9ac6612d3a64f6598e69a4d41bdba6c01b6b2f Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Thu, 17 Dec 2015 21:35:47 -0800 Subject: [PATCH 16/23] Removing the peer from the SSL security connector. - Missing unit tests. --- src/core/httpcli/httpcli_security_connector.c | 5 +- src/core/security/client_auth_filter.c | 22 +-- src/core/security/credentials.c | 2 +- src/core/security/security_connector.c | 137 +++++++++++------- src/core/security/security_connector.h | 33 ++--- test/core/security/security_connector_test.c | 2 + 6 files changed, 109 insertions(+), 92 deletions(-) diff --git a/src/core/httpcli/httpcli_security_connector.c b/src/core/httpcli/httpcli_security_connector.c index 60c6cf6ac2c..ba7cba25f90 100644 --- a/src/core/httpcli/httpcli_security_connector.c +++ b/src/core/httpcli/httpcli_security_connector.c @@ -84,7 +84,8 @@ static void httpcli_ssl_do_handshake(grpc_exec_ctx *exec_ctx, } static void httpcli_ssl_check_peer(grpc_exec_ctx *exec_ctx, - grpc_security_connector *sc, tsi_peer peer, + grpc_security_connector *sc, + tsi_peer peer, grpc_security_peer_check_cb cb, void *user_data) { grpc_httpcli_ssl_channel_security_connector *c = @@ -98,8 +99,8 @@ static void httpcli_ssl_check_peer(grpc_exec_ctx *exec_ctx, c->secure_peer_name); status = GRPC_SECURITY_ERROR; } - tsi_peer_destruct(&peer); cb(exec_ctx, user_data, status, NULL); + tsi_peer_destruct(&peer); } static grpc_security_connector_vtable httpcli_ssl_vtable = { diff --git a/src/core/security/client_auth_filter.c b/src/core/security/client_auth_filter.c index c55990025bc..1cb247d874a 100644 --- a/src/core/security/client_auth_filter.c +++ b/src/core/security/client_auth_filter.c @@ -250,27 +250,13 @@ static void auth_start_transport_op(grpc_exec_ctx *exec_ctx, } } if (calld->host != NULL) { - grpc_security_status status; const char *call_host = grpc_mdstr_as_c_string(calld->host); calld->op = *op; /* Copy op (originates from the caller's stack). */ - status = grpc_channel_security_connector_check_call_host( - exec_ctx, chand->security_connector, call_host, on_host_checked, - elem); - if (status != GRPC_SECURITY_OK) { - if (status == GRPC_SECURITY_ERROR) { - char *error_msg; - gpr_asprintf(&error_msg, - "Invalid host %s set in :authority metadata.", - call_host); - bubble_up_error(exec_ctx, elem, GRPC_STATUS_INVALID_ARGUMENT, - error_msg); - gpr_free(error_msg); - } - return; /* early exit */ - } + grpc_channel_security_connector_check_call_host( + exec_ctx, chand->security_connector, call_host, chand->auth_context, + on_host_checked, elem); + return; /* early exit */ } - send_security_metadata(exec_ctx, elem, op); - return; /* early exit */ } /* pass control down the stack */ diff --git a/src/core/security/credentials.c b/src/core/security/credentials.c index a0054741ad6..866c4b792ff 100644 --- a/src/core/security/credentials.c +++ b/src/core/security/credentials.c @@ -881,7 +881,7 @@ static grpc_security_status fake_transport_security_create_security_connector( grpc_channel_credentials *c, grpc_call_credentials *call_creds, const char *target, const grpc_channel_args *args, grpc_channel_security_connector **sc, grpc_channel_args **new_args) { - *sc = grpc_fake_channel_security_connector_create(call_creds, 1); + *sc = grpc_fake_channel_security_connector_create(call_creds); return GRPC_SECURITY_OK; } diff --git a/src/core/security/security_connector.c b/src/core/security/security_connector.c index 3828451795a..204cd324f6a 100644 --- a/src/core/security/security_connector.c +++ b/src/core/security/security_connector.c @@ -130,22 +130,28 @@ void grpc_security_connector_do_handshake(grpc_exec_ctx *exec_ctx, } } -void grpc_security_connector_check_peer( - grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, tsi_peer peer, - grpc_security_peer_check_cb cb, void *user_data) { +void grpc_security_connector_check_peer(grpc_exec_ctx *exec_ctx, + grpc_security_connector *sc, + tsi_peer peer, + grpc_security_peer_check_cb cb, + void *user_data) { if (sc == NULL) { - tsi_peer_destruct(&peer); cb(exec_ctx, user_data, GRPC_SECURITY_ERROR, NULL); + tsi_peer_destruct(&peer); } else { sc->vtable->check_peer(exec_ctx, sc, peer, cb, user_data); } } -grpc_security_status grpc_channel_security_connector_check_call_host( +void grpc_channel_security_connector_check_call_host( grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_call_host_check_cb cb, void *user_data) { - if (sc == NULL || sc->check_call_host == NULL) return GRPC_SECURITY_ERROR; - return sc->check_call_host(exec_ctx, sc, host, cb, user_data); + const char *host, grpc_auth_context *auth_context, + grpc_security_call_host_check_cb cb, void *user_data) { + if (sc == NULL || sc->check_call_host == NULL) { + cb(exec_ctx, user_data, GRPC_SECURITY_ERROR); + } else { + sc->check_call_host(exec_ctx, sc, host, auth_context, cb, user_data); + } } #ifdef GRPC_SECURITY_CONNECTOR_REFCOUNT_DEBUG @@ -222,11 +228,6 @@ grpc_security_connector *grpc_find_security_connector_in_args( /* -- Fake implementation. -- */ -typedef struct { - grpc_channel_security_connector base; - int call_host_check_is_async; -} grpc_fake_channel_security_connector; - static void fake_channel_destroy(grpc_security_connector *sc) { grpc_channel_security_connector *c = (grpc_channel_security_connector *)sc; grpc_call_credentials_unref(c->request_metadata_creds); @@ -270,21 +271,17 @@ static void fake_check_peer(grpc_exec_ctx *exec_ctx, end: cb(exec_ctx, user_data, status, auth_context); - tsi_peer_destruct(&peer); grpc_auth_context_unref(auth_context); + tsi_peer_destruct(&peer); } -static grpc_security_status fake_channel_check_call_host( - grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_call_host_check_cb cb, void *user_data) { - grpc_fake_channel_security_connector *c = - (grpc_fake_channel_security_connector *)sc; - if (c->call_host_check_is_async) { - cb(exec_ctx, user_data, GRPC_SECURITY_OK); - return GRPC_SECURITY_PENDING; - } else { - return GRPC_SECURITY_OK; - } +static void fake_channel_check_call_host(grpc_exec_ctx *exec_ctx, + grpc_channel_security_connector *sc, + const char *host, + grpc_auth_context *auth_context, + grpc_security_call_host_check_cb cb, + void *user_data) { + cb(exec_ctx, user_data, GRPC_SECURITY_OK); } static void fake_channel_do_handshake(grpc_exec_ctx *exec_ctx, @@ -312,20 +309,17 @@ static grpc_security_connector_vtable fake_server_vtable = { fake_server_destroy, fake_server_do_handshake, fake_check_peer}; grpc_channel_security_connector *grpc_fake_channel_security_connector_create( - grpc_call_credentials *request_metadata_creds, - int call_host_check_is_async) { - grpc_fake_channel_security_connector *c = - gpr_malloc(sizeof(grpc_fake_channel_security_connector)); - memset(c, 0, sizeof(grpc_fake_channel_security_connector)); - gpr_ref_init(&c->base.base.refcount, 1); - c->base.base.is_client_side = 1; - c->base.base.url_scheme = GRPC_FAKE_SECURITY_URL_SCHEME; - c->base.base.vtable = &fake_channel_vtable; - c->base.request_metadata_creds = + grpc_call_credentials *request_metadata_creds) { + grpc_channel_security_connector *c = gpr_malloc(sizeof(*c)); + memset(c, 0, sizeof(*c)); + gpr_ref_init(&c->base.refcount, 1); + c->base.is_client_side = 1; + c->base.url_scheme = GRPC_FAKE_SECURITY_URL_SCHEME; + c->base.vtable = &fake_channel_vtable; + c->request_metadata_creds = grpc_call_credentials_ref(request_metadata_creds); - c->base.check_call_host = fake_channel_check_call_host; - c->call_host_check_is_async = call_host_check_is_async; - return &c->base; + c->check_call_host = fake_channel_check_call_host; + return c; } grpc_security_connector *grpc_fake_server_security_connector_create(void) { @@ -346,9 +340,6 @@ typedef struct { tsi_ssl_handshaker_factory *handshaker_factory; char *target_name; char *overridden_target_name; - /* TODO(jboeuf): Remove this: the security connector is channel-wide construct - as opposed to the peer which is for one transport (or sub-channel). */ - tsi_peer peer; } grpc_ssl_channel_security_connector; typedef struct { @@ -365,7 +356,6 @@ static void ssl_channel_destroy(grpc_security_connector *sc) { } if (c->target_name != NULL) gpr_free(c->target_name); if (c->overridden_target_name != NULL) gpr_free(c->overridden_target_name); - tsi_peer_destruct(&c->peer); gpr_free(sc); } @@ -517,14 +507,13 @@ static void ssl_channel_check_peer( (grpc_ssl_channel_security_connector *)sc; grpc_security_status status; grpc_auth_context *auth_context = NULL; - tsi_peer_destruct(&c->peer); - c->peer = peer; status = ssl_check_peer(sc, c->overridden_target_name != NULL ? c->overridden_target_name : c->target_name, &peer, &auth_context); cb(exec_ctx, user_data, status, auth_context); grpc_auth_context_unref(auth_context); + tsi_peer_destruct(&peer); } static void ssl_server_check_peer( @@ -537,22 +526,66 @@ static void ssl_server_check_peer( grpc_auth_context_unref(auth_context); } -static grpc_security_status ssl_channel_check_call_host( - grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_call_host_check_cb cb, void *user_data) { +static void add_shalow_auth_property_to_peer(tsi_peer *peer, + const grpc_auth_property *prop, + const char *tsi_prop_name) { + tsi_peer_property *tsi_prop = &peer->properties[peer->property_count++]; + tsi_prop->name = (char *)tsi_prop_name; + tsi_prop->value.data = prop->value; + tsi_prop->value.length = prop->value_length; +} + +tsi_peer tsi_shallow_peer_from_ssl_auth_context( + const grpc_auth_context *auth_context) { + size_t max_num_props = 0; + grpc_auth_property_iterator it; + const grpc_auth_property *prop; + tsi_peer peer; + memset(&peer, 0, sizeof(peer)); + + it = grpc_auth_context_property_iterator(auth_context); + while (grpc_auth_property_iterator_next(&it) != NULL) max_num_props++; + + if (max_num_props > 0) { + peer.properties = gpr_malloc(max_num_props * sizeof(tsi_peer_property)); + it = grpc_auth_context_property_iterator(auth_context); + while ((prop = grpc_auth_property_iterator_next(&it)) != NULL) { + if (strcmp(prop->name, GRPC_X509_SAN_PROPERTY_NAME) == 0) { + add_shalow_auth_property_to_peer( + &peer, prop, TSI_X509_SUBJECT_ALTERNATIVE_NAME_PEER_PROPERTY); + } else if (strcmp(prop->name, GRPC_X509_CN_PROPERTY_NAME) == 0) { + add_shalow_auth_property_to_peer( + &peer, prop, TSI_X509_SUBJECT_COMMON_NAME_PEER_PROPERTY); + } + } + } + return peer; +} + +void tsi_shallow_peer_destruct(tsi_peer *peer) { + if (peer->properties != NULL) gpr_free(peer->properties); +} + +static void ssl_channel_check_call_host(grpc_exec_ctx *exec_ctx, + grpc_channel_security_connector *sc, + const char *host, + grpc_auth_context *auth_context, + grpc_security_call_host_check_cb cb, + void *user_data) { grpc_ssl_channel_security_connector *c = (grpc_ssl_channel_security_connector *)sc; - - if (ssl_host_matches_name(&c->peer, host)) return GRPC_SECURITY_OK; + grpc_security_status status = GRPC_SECURITY_ERROR; + tsi_peer peer = tsi_shallow_peer_from_ssl_auth_context(auth_context); + if (ssl_host_matches_name(&peer, host)) status = GRPC_SECURITY_OK; /* If the target name was overridden, then the original target_name was 'checked' transitively during the previous peer check at the end of the handshake. */ if (c->overridden_target_name != NULL && strcmp(host, c->target_name) == 0) { - return GRPC_SECURITY_OK; - } else { - return GRPC_SECURITY_ERROR; + status = GRPC_SECURITY_OK; } + cb(exec_ctx, user_data, status); + tsi_shallow_peer_destruct(&peer); } static grpc_security_connector_vtable ssl_channel_vtable = { diff --git a/src/core/security/security_connector.h b/src/core/security/security_connector.h index 3f7103699e2..b9f31b60749 100644 --- a/src/core/security/security_connector.h +++ b/src/core/security/security_connector.h @@ -42,7 +42,6 @@ typedef enum { GRPC_SECURITY_OK = 0, - GRPC_SECURITY_PENDING, GRPC_SECURITY_ERROR } grpc_security_status; @@ -124,9 +123,8 @@ void grpc_security_connector_do_handshake(grpc_exec_ctx *exec_ctx, grpc_security_handshake_done_cb cb, void *user_data); -/* Check the peer. - Ownership of the peer is transfered. - TODO(jboeuf): Pass the peer by const pointer and do not pass ownership. */ +/* Check the peer. Callee takes ownership of the peer object. + The callback will include the resulting auth_context. */ void grpc_security_connector_check_peer(grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, tsi_peer peer, @@ -160,30 +158,24 @@ typedef void (*grpc_security_call_host_check_cb)(grpc_exec_ctx *exec_ctx, struct grpc_channel_security_connector { grpc_security_connector base; /* requires is_client_side to be non 0. */ grpc_call_credentials *request_metadata_creds; - grpc_security_status (*check_call_host)(grpc_exec_ctx *exec_ctx, - grpc_channel_security_connector *sc, - const char *host, - grpc_security_call_host_check_cb cb, - void *user_data); + void (*check_call_host)(grpc_exec_ctx *exec_ctx, + grpc_channel_security_connector *sc, const char *host, + grpc_auth_context *auth_context, + grpc_security_call_host_check_cb cb, void *user_data); }; -/* Checks that the host that will be set for a call is acceptable. - Implementations can choose do the check either synchronously or - asynchronously. In the first case, a successful call will return - GRPC_SECURITY_OK. In the asynchronous case, the call will return - GRPC_SECURITY_PENDING unless an error is detected early on. - TODO(jboeuf): add a grpc_auth_context param to test against. */ -grpc_security_status grpc_channel_security_connector_check_call_host( +/* Checks that the host that will be set for a call is acceptable. */ +void grpc_channel_security_connector_check_call_host( grpc_exec_ctx *exec_ctx, grpc_channel_security_connector *sc, - const char *host, grpc_security_call_host_check_cb cb, void *user_data); + const char *host, grpc_auth_context *auth_context, + grpc_security_call_host_check_cb cb, void *user_data); /* --- Creation security connectors. --- */ /* For TESTING ONLY! Creates a fake connector that emulates real channel security. */ grpc_channel_security_connector *grpc_fake_channel_security_connector_create( - grpc_call_credentials *request_metadata_creds, - int call_host_check_is_async); + grpc_call_credentials *request_metadata_creds); /* For TESTING ONLY! Creates a fake connector that emulates real server security. */ @@ -247,5 +239,8 @@ const tsi_peer_property *tsi_peer_get_property_by_name(const tsi_peer *peer, /* Exposed for testing only. */ grpc_auth_context *tsi_ssl_peer_to_auth_context(const tsi_peer *peer); +tsi_peer tsi_shallow_peer_from_auth_context( + const grpc_auth_context *auth_context); +void tsi_shallow_peer_destruct(tsi_peer *peer); #endif /* GRPC_INTERNAL_CORE_SECURITY_SECURITY_CONNECTOR_H */ diff --git a/test/core/security/security_connector_test.c b/test/core/security/security_connector_test.c index 3f6c592b0bd..2f417f891e7 100644 --- a/test/core/security/security_connector_test.c +++ b/test/core/security/security_connector_test.c @@ -242,6 +242,8 @@ static void test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context( GRPC_AUTH_CONTEXT_UNREF(ctx, "test"); } +/* TODO(jboeuf): Unit-test tsi_shallow_peer_from_auth_context. */ + int main(int argc, char **argv) { grpc_test_init(argc, argv); grpc_init(); From 025ffeff5ef589fad7828351d8dcad1fa468b8cd Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 17:20:53 -0800 Subject: [PATCH 17/23] ignore warning LNK4217 --- templates/vsprojects/global.props.template | 4 ++++ vsprojects/global.props | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/vsprojects/global.props.template b/templates/vsprojects/global.props.template index 5b8d1e1182a..c53e4f16e3f 100644 --- a/templates/vsprojects/global.props.template +++ b/templates/vsprojects/global.props.template @@ -13,6 +13,10 @@ _WIN32_WINNT=0x600;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions) EnableAllWarnings + + + /ignore:4217 %(AdditionalOptions) + diff --git a/vsprojects/global.props b/vsprojects/global.props index fe783c37ebd..c0792e12cb2 100644 --- a/vsprojects/global.props +++ b/vsprojects/global.props @@ -11,6 +11,10 @@ _WIN32_WINNT=0x600;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions) EnableAllWarnings + + + /ignore:4217 %(AdditionalOptions) + From 6b20f6f46d209c7a6b8d09d318037ee41fc5c301 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 17 Dec 2015 19:47:28 -0800 Subject: [PATCH 18/23] make intermediate dir path shorter --- templates/vsprojects/vcxproj_defs.include | 2 ++ vsprojects/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/templates/vsprojects/vcxproj_defs.include b/templates/vsprojects/vcxproj_defs.include index 23fe2e01806..0ddf68a11a0 100644 --- a/templates/vsprojects/vcxproj_defs.include +++ b/templates/vsprojects/vcxproj_defs.include @@ -78,6 +78,8 @@ ${gen_package_props(packages, repo_root)}\ ${project_guid if project_guid else project.vs_project_guid} ## Silence MSB8029 warning. See #4506 true +## Use different location for intermediate directory to make path shorter than 260 characters. + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/.gitignore b/vsprojects/.gitignore index c1eef4df7a7..8df1dcf0bf5 100644 --- a/vsprojects/.gitignore +++ b/vsprojects/.gitignore @@ -9,3 +9,4 @@ test_bin *.sdf third_party/*.user /packages +/IntDir From 44fc7200f89cca18bf70c06d1dcaaed3246cf2fd Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 18 Dec 2015 08:52:23 -0800 Subject: [PATCH 19/23] regenerate project files --- vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | 1 + vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj | 1 + vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | 1 + .../grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj | 1 + vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj | 1 + vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj | 1 + vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj | 1 + .../gen_legal_metadata_characters.vcxproj | 1 + vsprojects/vcxproj/gpr/gpr.vcxproj | 1 + vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj | 1 + vsprojects/vcxproj/grpc++/grpc++.vcxproj | 1 + vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj | 1 + vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj | 1 + vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj | 1 + vsprojects/vcxproj/grpc/grpc.vcxproj | 1 + vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj | 1 + vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj | 1 + vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj | 1 + vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | 1 + vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj | 1 + .../grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj | 1 + .../vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj | 1 + .../grpc_print_google_default_creds_token.vcxproj | 1 + vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj | 1 + vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj | 1 + vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj | 1 + .../grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj | 1 + vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 1 + vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj | 1 + .../vcxproj/interop_client_helper/interop_client_helper.vcxproj | 1 + .../vcxproj/interop_client_main/interop_client_main.vcxproj | 1 + .../vcxproj/interop_server_helper/interop_server_helper.vcxproj | 1 + .../vcxproj/interop_server_main/interop_server_main.vcxproj | 1 + vsprojects/vcxproj/qps/qps.vcxproj | 1 + vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj | 1 + vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj | 1 + vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj | 1 + vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj | 1 + .../vcxproj/test/async_end2end_test/async_end2end_test.vcxproj | 1 + .../auth_property_iterator_test.vcxproj | 1 + vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj | 1 + .../test/badreq_bad_client_test/badreq_bad_client_test.vcxproj | 1 + .../vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj | 1 + .../test/channel_arguments_test/channel_arguments_test.vcxproj | 1 + .../vcxproj/test/channel_create_test/channel_create_test.vcxproj | 1 + .../chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj | 1 + .../chttp2_status_conversion_test.vcxproj | 1 + .../test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj | 1 + .../vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj | 1 + vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj | 1 + .../client_crash_test_server/client_crash_test_server.vcxproj | 1 + .../vcxproj/test/compression_test/compression_test.vcxproj | 1 + .../connection_prefix_bad_client_test.vcxproj | 1 + .../vcxproj/test/credentials_test/credentials_test.vcxproj | 1 + .../test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj | 1 + vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj | 1 + .../vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj | 1 + vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj | 1 + .../vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj | 1 + vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj | 1 + .../end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj | 1 + .../end2end_fixture_h2_compress.vcxproj | 1 + .../end2end_fixture_h2_fakesec.vcxproj | 1 + .../test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj | 1 + .../end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj | 1 + .../end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj | 1 + .../end2end_fixture_h2_sockpair+trace.vcxproj | 1 + .../end2end_fixture_h2_sockpair.vcxproj | 1 + .../end2end_fixture_h2_sockpair_1byte.vcxproj | 1 + .../test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj | 1 + .../end2end_fixture_h2_ssl_proxy.vcxproj | 1 + .../end2end_fixture_h2_uchannel.vcxproj | 1 + .../end2end_nosec_fixture_h2_census.vcxproj | 1 + .../end2end_nosec_fixture_h2_compress.vcxproj | 1 + .../end2end_nosec_fixture_h2_full.vcxproj | 1 + .../end2end_nosec_fixture_h2_proxy.vcxproj | 1 + .../end2end_nosec_fixture_h2_sockpair+trace.vcxproj | 1 + .../end2end_nosec_fixture_h2_sockpair.vcxproj | 1 + .../end2end_nosec_fixture_h2_sockpair_1byte.vcxproj | 1 + .../end2end_nosec_fixture_h2_uchannel.vcxproj | 1 + .../end2end_nosec_test_bad_hostname.vcxproj | 1 + .../end2end_nosec_test_binary_metadata.vcxproj | 1 + .../end2end_nosec_test_cancel_after_accept.vcxproj | 1 + .../end2end_nosec_test_cancel_after_client_done.vcxproj | 1 + .../end2end_nosec_test_cancel_after_invoke.vcxproj | 1 + .../end2end_nosec_test_cancel_before_invoke.vcxproj | 1 + .../end2end_nosec_test_cancel_in_a_vacuum.vcxproj | 1 + .../end2end_nosec_test_cancel_with_status.vcxproj | 1 + .../end2end_nosec_test_channel_connectivity.vcxproj | 1 + .../end2end_nosec_test_channel_ping.vcxproj | 1 + .../end2end_nosec_test_compressed_payload.vcxproj | 1 + .../end2end_nosec_test_default_host.vcxproj | 1 + .../end2end_nosec_test_disappearing_server.vcxproj | 1 + .../end2end_nosec_test_empty_batch.vcxproj | 1 + .../end2end_nosec_test_graceful_server_shutdown.vcxproj | 1 + .../end2end_nosec_test_high_initial_seqno.vcxproj | 1 + .../end2end_nosec_test_hpack_size.vcxproj | 1 + .../end2end_nosec_test_invoke_large_request.vcxproj | 1 + .../end2end_nosec_test_large_metadata.vcxproj | 1 + .../end2end_nosec_test_max_concurrent_streams.vcxproj | 1 + .../end2end_nosec_test_max_message_length.vcxproj | 1 + .../end2end_nosec_test_metadata.vcxproj | 1 + .../end2end_nosec_test_negative_deadline.vcxproj | 1 + .../end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj | 1 + .../end2end_nosec_test_payload.vcxproj | 1 + .../end2end_nosec_test_ping_pong_streaming.vcxproj | 1 + .../end2end_nosec_test_registered_call.vcxproj | 1 + .../end2end_nosec_test_request_with_flags.vcxproj | 1 + .../end2end_nosec_test_request_with_payload.vcxproj | 1 + .../end2end_nosec_test_server_finishes_request.vcxproj | 1 + .../end2end_nosec_test_shutdown_finishes_calls.vcxproj | 1 + .../end2end_nosec_test_shutdown_finishes_tags.vcxproj | 1 + .../end2end_nosec_test_simple_delayed_request.vcxproj | 1 + .../end2end_nosec_test_simple_request.vcxproj | 1 + .../end2end_nosec_test_trailing_metadata.vcxproj | 1 + vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj | 1 + .../end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj | 1 + .../end2end_test_binary_metadata.vcxproj | 1 + .../test/end2end_test_call_creds/end2end_test_call_creds.vcxproj | 1 + .../end2end_test_cancel_after_accept.vcxproj | 1 + .../end2end_test_cancel_after_client_done.vcxproj | 1 + .../end2end_test_cancel_after_invoke.vcxproj | 1 + .../end2end_test_cancel_before_invoke.vcxproj | 1 + .../end2end_test_cancel_in_a_vacuum.vcxproj | 1 + .../end2end_test_cancel_with_status.vcxproj | 1 + .../end2end_test_channel_connectivity.vcxproj | 1 + .../end2end_test_channel_ping/end2end_test_channel_ping.vcxproj | 1 + .../end2end_test_compressed_payload.vcxproj | 1 + .../end2end_test_default_host/end2end_test_default_host.vcxproj | 1 + .../end2end_test_disappearing_server.vcxproj | 1 + .../end2end_test_empty_batch/end2end_test_empty_batch.vcxproj | 1 + .../end2end_test_graceful_server_shutdown.vcxproj | 1 + .../end2end_test_high_initial_seqno.vcxproj | 1 + .../test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj | 1 + .../end2end_test_invoke_large_request.vcxproj | 1 + .../end2end_test_large_metadata.vcxproj | 1 + .../end2end_test_max_concurrent_streams.vcxproj | 1 + .../end2end_test_max_message_length.vcxproj | 1 + .../test/end2end_test_metadata/end2end_test_metadata.vcxproj | 1 + .../end2end_test_negative_deadline.vcxproj | 1 + .../vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj | 1 + .../test/end2end_test_payload/end2end_test_payload.vcxproj | 1 + .../end2end_test_ping_pong_streaming.vcxproj | 1 + .../end2end_test_registered_call.vcxproj | 1 + .../end2end_test_request_with_flags.vcxproj | 1 + .../end2end_test_request_with_payload.vcxproj | 1 + .../end2end_test_server_finishes_request.vcxproj | 1 + .../end2end_test_shutdown_finishes_calls.vcxproj | 1 + .../end2end_test_shutdown_finishes_tags.vcxproj | 1 + .../end2end_test_simple_delayed_request.vcxproj | 1 + .../end2end_test_simple_request.vcxproj | 1 + .../end2end_test_trailing_metadata.vcxproj | 1 + .../vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj | 1 + vsprojects/vcxproj/test/fling_client/fling_client.vcxproj | 1 + vsprojects/vcxproj/test/fling_server/fling_server.vcxproj | 1 + .../test/generic_end2end_test/generic_end2end_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj | 1 + .../vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj | 1 + .../vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj | 1 + .../vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj | 1 + .../test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj | 1 + .../test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj | 1 + vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj | 1 + .../test/grpc_auth_context_test/grpc_auth_context_test.vcxproj | 1 + .../vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj | 1 + .../grpc_byte_buffer_reader_test.vcxproj | 1 + .../test/grpc_channel_args_test/grpc_channel_args_test.vcxproj | 1 + .../test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj | 1 + vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj | 1 + .../grpc_completion_queue_test.vcxproj | 1 + .../test/grpc_credentials_test/grpc_credentials_test.vcxproj | 1 + .../grpc_invalid_channel_args_test.vcxproj | 1 + .../test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj | 1 + .../grpc_security_connector_test.vcxproj | 1 + .../h2_census_bad_hostname_nosec_test.vcxproj | 1 + .../h2_census_bad_hostname_test.vcxproj | 1 + .../h2_census_binary_metadata_nosec_test.vcxproj | 1 + .../h2_census_binary_metadata_test.vcxproj | 1 + .../h2_census_call_creds_test/h2_census_call_creds_test.vcxproj | 1 + .../h2_census_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_census_cancel_after_accept_test.vcxproj | 1 + .../h2_census_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_census_cancel_after_client_done_test.vcxproj | 1 + .../h2_census_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_census_cancel_after_invoke_test.vcxproj | 1 + .../h2_census_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_census_cancel_before_invoke_test.vcxproj | 1 + .../h2_census_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_census_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_census_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_census_cancel_with_status_test.vcxproj | 1 + .../h2_census_channel_connectivity_nosec_test.vcxproj | 1 + .../h2_census_channel_connectivity_test.vcxproj | 1 + .../h2_census_channel_ping_nosec_test.vcxproj | 1 + .../h2_census_channel_ping_test.vcxproj | 1 + .../h2_census_compressed_payload_nosec_test.vcxproj | 1 + .../h2_census_compressed_payload_test.vcxproj | 1 + .../h2_census_default_host_nosec_test.vcxproj | 1 + .../h2_census_default_host_test.vcxproj | 1 + .../h2_census_disappearing_server_nosec_test.vcxproj | 1 + .../h2_census_disappearing_server_test.vcxproj | 1 + .../h2_census_empty_batch_nosec_test.vcxproj | 1 + .../h2_census_empty_batch_test.vcxproj | 1 + .../h2_census_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_census_graceful_server_shutdown_test.vcxproj | 1 + .../h2_census_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_census_high_initial_seqno_test.vcxproj | 1 + .../h2_census_hpack_size_nosec_test.vcxproj | 1 + .../h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj | 1 + .../h2_census_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_census_invoke_large_request_test.vcxproj | 1 + .../h2_census_large_metadata_nosec_test.vcxproj | 1 + .../h2_census_large_metadata_test.vcxproj | 1 + .../h2_census_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_census_max_concurrent_streams_test.vcxproj | 1 + .../h2_census_max_message_length_nosec_test.vcxproj | 1 + .../h2_census_max_message_length_test.vcxproj | 1 + .../h2_census_metadata_nosec_test.vcxproj | 1 + .../test/h2_census_metadata_test/h2_census_metadata_test.vcxproj | 1 + .../h2_census_negative_deadline_nosec_test.vcxproj | 1 + .../h2_census_negative_deadline_test.vcxproj | 1 + .../h2_census_no_op_nosec_test.vcxproj | 1 + .../test/h2_census_no_op_test/h2_census_no_op_test.vcxproj | 1 + .../h2_census_payload_nosec_test.vcxproj | 1 + .../test/h2_census_payload_test/h2_census_payload_test.vcxproj | 1 + .../h2_census_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_census_ping_pong_streaming_test.vcxproj | 1 + .../h2_census_registered_call_nosec_test.vcxproj | 1 + .../h2_census_registered_call_test.vcxproj | 1 + .../h2_census_request_with_flags_nosec_test.vcxproj | 1 + .../h2_census_request_with_flags_test.vcxproj | 1 + .../h2_census_request_with_payload_nosec_test.vcxproj | 1 + .../h2_census_request_with_payload_test.vcxproj | 1 + .../h2_census_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_census_server_finishes_request_test.vcxproj | 1 + .../h2_census_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_census_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_census_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_census_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_census_simple_delayed_request_nosec_test.vcxproj | 1 + .../h2_census_simple_delayed_request_test.vcxproj | 1 + .../h2_census_simple_request_nosec_test.vcxproj | 1 + .../h2_census_simple_request_test.vcxproj | 1 + .../h2_census_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_census_trailing_metadata_test.vcxproj | 1 + .../h2_compress_bad_hostname_nosec_test.vcxproj | 1 + .../h2_compress_bad_hostname_test.vcxproj | 1 + .../h2_compress_binary_metadata_nosec_test.vcxproj | 1 + .../h2_compress_binary_metadata_test.vcxproj | 1 + .../h2_compress_call_creds_test.vcxproj | 1 + .../h2_compress_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_compress_cancel_after_accept_test.vcxproj | 1 + .../h2_compress_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_compress_cancel_after_client_done_test.vcxproj | 1 + .../h2_compress_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_compress_cancel_after_invoke_test.vcxproj | 1 + .../h2_compress_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_compress_cancel_before_invoke_test.vcxproj | 1 + .../h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_compress_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_compress_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_compress_cancel_with_status_test.vcxproj | 1 + .../h2_compress_channel_connectivity_nosec_test.vcxproj | 1 + .../h2_compress_channel_connectivity_test.vcxproj | 1 + .../h2_compress_channel_ping_nosec_test.vcxproj | 1 + .../h2_compress_channel_ping_test.vcxproj | 1 + .../h2_compress_compressed_payload_nosec_test.vcxproj | 1 + .../h2_compress_compressed_payload_test.vcxproj | 1 + .../h2_compress_default_host_nosec_test.vcxproj | 1 + .../h2_compress_default_host_test.vcxproj | 1 + .../h2_compress_disappearing_server_nosec_test.vcxproj | 1 + .../h2_compress_disappearing_server_test.vcxproj | 1 + .../h2_compress_empty_batch_nosec_test.vcxproj | 1 + .../h2_compress_empty_batch_test.vcxproj | 1 + .../h2_compress_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_compress_graceful_server_shutdown_test.vcxproj | 1 + .../h2_compress_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_compress_high_initial_seqno_test.vcxproj | 1 + .../h2_compress_hpack_size_nosec_test.vcxproj | 1 + .../h2_compress_hpack_size_test.vcxproj | 1 + .../h2_compress_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_compress_invoke_large_request_test.vcxproj | 1 + .../h2_compress_large_metadata_nosec_test.vcxproj | 1 + .../h2_compress_large_metadata_test.vcxproj | 1 + .../h2_compress_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_compress_max_concurrent_streams_test.vcxproj | 1 + .../h2_compress_max_message_length_nosec_test.vcxproj | 1 + .../h2_compress_max_message_length_test.vcxproj | 1 + .../h2_compress_metadata_nosec_test.vcxproj | 1 + .../h2_compress_metadata_test/h2_compress_metadata_test.vcxproj | 1 + .../h2_compress_negative_deadline_nosec_test.vcxproj | 1 + .../h2_compress_negative_deadline_test.vcxproj | 1 + .../h2_compress_no_op_nosec_test.vcxproj | 1 + .../test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj | 1 + .../h2_compress_payload_nosec_test.vcxproj | 1 + .../h2_compress_payload_test/h2_compress_payload_test.vcxproj | 1 + .../h2_compress_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_compress_ping_pong_streaming_test.vcxproj | 1 + .../h2_compress_registered_call_nosec_test.vcxproj | 1 + .../h2_compress_registered_call_test.vcxproj | 1 + .../h2_compress_request_with_flags_nosec_test.vcxproj | 1 + .../h2_compress_request_with_flags_test.vcxproj | 1 + .../h2_compress_request_with_payload_nosec_test.vcxproj | 1 + .../h2_compress_request_with_payload_test.vcxproj | 1 + .../h2_compress_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_compress_server_finishes_request_test.vcxproj | 1 + .../h2_compress_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_compress_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_compress_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_compress_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_compress_simple_delayed_request_nosec_test.vcxproj | 1 + .../h2_compress_simple_delayed_request_test.vcxproj | 1 + .../h2_compress_simple_request_nosec_test.vcxproj | 1 + .../h2_compress_simple_request_test.vcxproj | 1 + .../h2_compress_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_compress_trailing_metadata_test.vcxproj | 1 + .../h2_fakesec_bad_hostname_test.vcxproj | 1 + .../h2_fakesec_binary_metadata_test.vcxproj | 1 + .../h2_fakesec_call_creds_test.vcxproj | 1 + .../h2_fakesec_cancel_after_accept_test.vcxproj | 1 + .../h2_fakesec_cancel_after_client_done_test.vcxproj | 1 + .../h2_fakesec_cancel_after_invoke_test.vcxproj | 1 + .../h2_fakesec_cancel_before_invoke_test.vcxproj | 1 + .../h2_fakesec_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_fakesec_cancel_with_status_test.vcxproj | 1 + .../h2_fakesec_channel_connectivity_test.vcxproj | 1 + .../h2_fakesec_channel_ping_test.vcxproj | 1 + .../h2_fakesec_compressed_payload_test.vcxproj | 1 + .../h2_fakesec_default_host_test.vcxproj | 1 + .../h2_fakesec_disappearing_server_test.vcxproj | 1 + .../h2_fakesec_empty_batch_test.vcxproj | 1 + .../h2_fakesec_graceful_server_shutdown_test.vcxproj | 1 + .../h2_fakesec_high_initial_seqno_test.vcxproj | 1 + .../h2_fakesec_hpack_size_test.vcxproj | 1 + .../h2_fakesec_invoke_large_request_test.vcxproj | 1 + .../h2_fakesec_large_metadata_test.vcxproj | 1 + .../h2_fakesec_max_concurrent_streams_test.vcxproj | 1 + .../h2_fakesec_max_message_length_test.vcxproj | 1 + .../h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj | 1 + .../h2_fakesec_negative_deadline_test.vcxproj | 1 + .../test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj | 1 + .../test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj | 1 + .../h2_fakesec_ping_pong_streaming_test.vcxproj | 1 + .../h2_fakesec_registered_call_test.vcxproj | 1 + .../h2_fakesec_request_with_flags_test.vcxproj | 1 + .../h2_fakesec_request_with_payload_test.vcxproj | 1 + .../h2_fakesec_server_finishes_request_test.vcxproj | 1 + .../h2_fakesec_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_fakesec_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_fakesec_simple_delayed_request_test.vcxproj | 1 + .../h2_fakesec_simple_request_test.vcxproj | 1 + .../h2_fakesec_trailing_metadata_test.vcxproj | 1 + .../h2_full_bad_hostname_nosec_test.vcxproj | 1 + .../h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj | 1 + .../h2_full_binary_metadata_nosec_test.vcxproj | 1 + .../h2_full_binary_metadata_test.vcxproj | 1 + .../test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj | 1 + .../h2_full_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_full_cancel_after_accept_test.vcxproj | 1 + .../h2_full_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_full_cancel_after_client_done_test.vcxproj | 1 + .../h2_full_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_full_cancel_after_invoke_test.vcxproj | 1 + .../h2_full_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_full_cancel_before_invoke_test.vcxproj | 1 + .../h2_full_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_full_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_full_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_full_cancel_with_status_test.vcxproj | 1 + .../h2_full_channel_connectivity_nosec_test.vcxproj | 1 + .../h2_full_channel_connectivity_test.vcxproj | 1 + .../h2_full_channel_ping_nosec_test.vcxproj | 1 + .../h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj | 1 + .../h2_full_compressed_payload_nosec_test.vcxproj | 1 + .../h2_full_compressed_payload_test.vcxproj | 1 + .../h2_full_default_host_nosec_test.vcxproj | 1 + .../h2_full_default_host_test/h2_full_default_host_test.vcxproj | 1 + .../h2_full_disappearing_server_nosec_test.vcxproj | 1 + .../h2_full_disappearing_server_test.vcxproj | 1 + .../h2_full_empty_batch_nosec_test.vcxproj | 1 + .../h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj | 1 + .../h2_full_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_full_graceful_server_shutdown_test.vcxproj | 1 + .../h2_full_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_full_high_initial_seqno_test.vcxproj | 1 + .../h2_full_hpack_size_nosec_test.vcxproj | 1 + .../test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj | 1 + .../h2_full_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_full_invoke_large_request_test.vcxproj | 1 + .../h2_full_large_metadata_nosec_test.vcxproj | 1 + .../h2_full_large_metadata_test.vcxproj | 1 + .../h2_full_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_full_max_concurrent_streams_test.vcxproj | 1 + .../h2_full_max_message_length_nosec_test.vcxproj | 1 + .../h2_full_max_message_length_test.vcxproj | 1 + .../h2_full_metadata_nosec_test.vcxproj | 1 + .../test/h2_full_metadata_test/h2_full_metadata_test.vcxproj | 1 + .../h2_full_negative_deadline_nosec_test.vcxproj | 1 + .../h2_full_negative_deadline_test.vcxproj | 1 + .../h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj | 1 + .../vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj | 1 + .../h2_full_payload_nosec_test.vcxproj | 1 + .../test/h2_full_payload_test/h2_full_payload_test.vcxproj | 1 + .../h2_full_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_full_ping_pong_streaming_test.vcxproj | 1 + .../h2_full_registered_call_nosec_test.vcxproj | 1 + .../h2_full_registered_call_test.vcxproj | 1 + .../h2_full_request_with_flags_nosec_test.vcxproj | 1 + .../h2_full_request_with_flags_test.vcxproj | 1 + .../h2_full_request_with_payload_nosec_test.vcxproj | 1 + .../h2_full_request_with_payload_test.vcxproj | 1 + .../h2_full_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_full_server_finishes_request_test.vcxproj | 1 + .../h2_full_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_full_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_full_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_full_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_full_simple_delayed_request_nosec_test.vcxproj | 1 + .../h2_full_simple_delayed_request_test.vcxproj | 1 + .../h2_full_simple_request_nosec_test.vcxproj | 1 + .../h2_full_simple_request_test.vcxproj | 1 + .../h2_full_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_full_trailing_metadata_test.vcxproj | 1 + .../h2_oauth2_bad_hostname_test.vcxproj | 1 + .../h2_oauth2_binary_metadata_test.vcxproj | 1 + .../h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj | 1 + .../h2_oauth2_cancel_after_accept_test.vcxproj | 1 + .../h2_oauth2_cancel_after_client_done_test.vcxproj | 1 + .../h2_oauth2_cancel_after_invoke_test.vcxproj | 1 + .../h2_oauth2_cancel_before_invoke_test.vcxproj | 1 + .../h2_oauth2_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_oauth2_cancel_with_status_test.vcxproj | 1 + .../h2_oauth2_channel_connectivity_test.vcxproj | 1 + .../h2_oauth2_channel_ping_test.vcxproj | 1 + .../h2_oauth2_compressed_payload_test.vcxproj | 1 + .../h2_oauth2_default_host_test.vcxproj | 1 + .../h2_oauth2_disappearing_server_test.vcxproj | 1 + .../h2_oauth2_empty_batch_test.vcxproj | 1 + .../h2_oauth2_graceful_server_shutdown_test.vcxproj | 1 + .../h2_oauth2_high_initial_seqno_test.vcxproj | 1 + .../h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj | 1 + .../h2_oauth2_invoke_large_request_test.vcxproj | 1 + .../h2_oauth2_large_metadata_test.vcxproj | 1 + .../h2_oauth2_max_concurrent_streams_test.vcxproj | 1 + .../h2_oauth2_max_message_length_test.vcxproj | 1 + .../test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj | 1 + .../h2_oauth2_negative_deadline_test.vcxproj | 1 + .../test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj | 1 + .../test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj | 1 + .../h2_oauth2_ping_pong_streaming_test.vcxproj | 1 + .../h2_oauth2_registered_call_test.vcxproj | 1 + .../h2_oauth2_request_with_flags_test.vcxproj | 1 + .../h2_oauth2_request_with_payload_test.vcxproj | 1 + .../h2_oauth2_server_finishes_request_test.vcxproj | 1 + .../h2_oauth2_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_oauth2_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_oauth2_simple_delayed_request_test.vcxproj | 1 + .../h2_oauth2_simple_request_test.vcxproj | 1 + .../h2_oauth2_trailing_metadata_test.vcxproj | 1 + .../h2_proxy_bad_hostname_nosec_test.vcxproj | 1 + .../h2_proxy_bad_hostname_test.vcxproj | 1 + .../h2_proxy_binary_metadata_nosec_test.vcxproj | 1 + .../h2_proxy_binary_metadata_test.vcxproj | 1 + .../h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj | 1 + .../h2_proxy_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_proxy_cancel_after_accept_test.vcxproj | 1 + .../h2_proxy_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_proxy_cancel_after_client_done_test.vcxproj | 1 + .../h2_proxy_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_proxy_cancel_after_invoke_test.vcxproj | 1 + .../h2_proxy_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_proxy_cancel_before_invoke_test.vcxproj | 1 + .../h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_proxy_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_proxy_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_proxy_cancel_with_status_test.vcxproj | 1 + .../h2_proxy_default_host_nosec_test.vcxproj | 1 + .../h2_proxy_default_host_test.vcxproj | 1 + .../h2_proxy_disappearing_server_nosec_test.vcxproj | 1 + .../h2_proxy_disappearing_server_test.vcxproj | 1 + .../h2_proxy_empty_batch_nosec_test.vcxproj | 1 + .../h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj | 1 + .../h2_proxy_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_proxy_graceful_server_shutdown_test.vcxproj | 1 + .../h2_proxy_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_proxy_high_initial_seqno_test.vcxproj | 1 + .../h2_proxy_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_proxy_invoke_large_request_test.vcxproj | 1 + .../h2_proxy_large_metadata_nosec_test.vcxproj | 1 + .../h2_proxy_large_metadata_test.vcxproj | 1 + .../h2_proxy_max_message_length_nosec_test.vcxproj | 1 + .../h2_proxy_max_message_length_test.vcxproj | 1 + .../h2_proxy_metadata_nosec_test.vcxproj | 1 + .../test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj | 1 + .../h2_proxy_negative_deadline_nosec_test.vcxproj | 1 + .../h2_proxy_negative_deadline_test.vcxproj | 1 + .../h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj | 1 + .../vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj | 1 + .../h2_proxy_payload_nosec_test.vcxproj | 1 + .../test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj | 1 + .../h2_proxy_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_proxy_ping_pong_streaming_test.vcxproj | 1 + .../h2_proxy_registered_call_nosec_test.vcxproj | 1 + .../h2_proxy_registered_call_test.vcxproj | 1 + .../h2_proxy_request_with_payload_nosec_test.vcxproj | 1 + .../h2_proxy_request_with_payload_test.vcxproj | 1 + .../h2_proxy_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_proxy_server_finishes_request_test.vcxproj | 1 + .../h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_proxy_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_proxy_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_proxy_simple_delayed_request_nosec_test.vcxproj | 1 + .../h2_proxy_simple_delayed_request_test.vcxproj | 1 + .../h2_proxy_simple_request_nosec_test.vcxproj | 1 + .../h2_proxy_simple_request_test.vcxproj | 1 + .../h2_proxy_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_proxy_trailing_metadata_test.vcxproj | 1 + .../h2_sockpair+trace_bad_hostname_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_bad_hostname_test.vcxproj | 1 + .../h2_sockpair+trace_binary_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_binary_metadata_test.vcxproj | 1 + .../h2_sockpair+trace_call_creds_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_after_accept_test.vcxproj | 1 + ...h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_after_client_done_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_after_invoke_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_before_invoke_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_cancel_with_status_test.vcxproj | 1 + .../h2_sockpair+trace_compressed_payload_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_compressed_payload_test.vcxproj | 1 + .../h2_sockpair+trace_empty_batch_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_empty_batch_test.vcxproj | 1 + ...h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_graceful_server_shutdown_test.vcxproj | 1 + .../h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_high_initial_seqno_test.vcxproj | 1 + .../h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_invoke_large_request_test.vcxproj | 1 + .../h2_sockpair+trace_large_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_large_metadata_test.vcxproj | 1 + .../h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_max_concurrent_streams_test.vcxproj | 1 + .../h2_sockpair+trace_max_message_length_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_max_message_length_test.vcxproj | 1 + .../h2_sockpair+trace_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_metadata_test.vcxproj | 1 + .../h2_sockpair+trace_negative_deadline_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_negative_deadline_test.vcxproj | 1 + .../h2_sockpair+trace_no_op_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_no_op_test.vcxproj | 1 + .../h2_sockpair+trace_payload_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_payload_test.vcxproj | 1 + .../h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_ping_pong_streaming_test.vcxproj | 1 + .../h2_sockpair+trace_registered_call_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_registered_call_test.vcxproj | 1 + .../h2_sockpair+trace_request_with_flags_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_request_with_flags_test.vcxproj | 1 + .../h2_sockpair+trace_request_with_payload_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_request_with_payload_test.vcxproj | 1 + .../h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_server_finishes_request_test.vcxproj | 1 + .../h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_sockpair+trace_simple_request_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_simple_request_test.vcxproj | 1 + .../h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair+trace_trailing_metadata_test.vcxproj | 1 + .../h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_bad_hostname_test.vcxproj | 1 + .../h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_binary_metadata_test.vcxproj | 1 + .../h2_sockpair_1byte_call_creds_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_after_accept_test.vcxproj | 1 + ...h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_after_client_done_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_after_invoke_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_before_invoke_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_cancel_with_status_test.vcxproj | 1 + .../h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_compressed_payload_test.vcxproj | 1 + .../h2_sockpair_1byte_empty_batch_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_empty_batch_test.vcxproj | 1 + ...h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj | 1 + .../h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_high_initial_seqno_test.vcxproj | 1 + .../h2_sockpair_1byte_hpack_size_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_hpack_size_test.vcxproj | 1 + .../h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_invoke_large_request_test.vcxproj | 1 + .../h2_sockpair_1byte_large_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_large_metadata_test.vcxproj | 1 + .../h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_max_concurrent_streams_test.vcxproj | 1 + .../h2_sockpair_1byte_max_message_length_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_max_message_length_test.vcxproj | 1 + .../h2_sockpair_1byte_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_metadata_test.vcxproj | 1 + .../h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_negative_deadline_test.vcxproj | 1 + .../h2_sockpair_1byte_no_op_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_no_op_test.vcxproj | 1 + .../h2_sockpair_1byte_payload_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_payload_test.vcxproj | 1 + .../h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_ping_pong_streaming_test.vcxproj | 1 + .../h2_sockpair_1byte_registered_call_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_registered_call_test.vcxproj | 1 + .../h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_request_with_flags_test.vcxproj | 1 + .../h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_request_with_payload_test.vcxproj | 1 + .../h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_server_finishes_request_test.vcxproj | 1 + .../h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_sockpair_1byte_simple_request_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_simple_request_test.vcxproj | 1 + .../h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_1byte_trailing_metadata_test.vcxproj | 1 + .../h2_sockpair_bad_hostname_nosec_test.vcxproj | 1 + .../h2_sockpair_bad_hostname_test.vcxproj | 1 + .../h2_sockpair_binary_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_binary_metadata_test.vcxproj | 1 + .../h2_sockpair_call_creds_test.vcxproj | 1 + .../h2_sockpair_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_sockpair_cancel_after_accept_test.vcxproj | 1 + .../h2_sockpair_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_sockpair_cancel_after_client_done_test.vcxproj | 1 + .../h2_sockpair_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_sockpair_cancel_after_invoke_test.vcxproj | 1 + .../h2_sockpair_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_sockpair_cancel_before_invoke_test.vcxproj | 1 + .../h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_sockpair_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_sockpair_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_sockpair_cancel_with_status_test.vcxproj | 1 + .../h2_sockpair_compressed_payload_nosec_test.vcxproj | 1 + .../h2_sockpair_compressed_payload_test.vcxproj | 1 + .../h2_sockpair_empty_batch_nosec_test.vcxproj | 1 + .../h2_sockpair_empty_batch_test.vcxproj | 1 + .../h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_sockpair_graceful_server_shutdown_test.vcxproj | 1 + .../h2_sockpair_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_sockpair_high_initial_seqno_test.vcxproj | 1 + .../h2_sockpair_hpack_size_nosec_test.vcxproj | 1 + .../h2_sockpair_hpack_size_test.vcxproj | 1 + .../h2_sockpair_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_sockpair_invoke_large_request_test.vcxproj | 1 + .../h2_sockpair_large_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_large_metadata_test.vcxproj | 1 + .../h2_sockpair_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_sockpair_max_concurrent_streams_test.vcxproj | 1 + .../h2_sockpair_max_message_length_nosec_test.vcxproj | 1 + .../h2_sockpair_max_message_length_test.vcxproj | 1 + .../h2_sockpair_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj | 1 + .../h2_sockpair_negative_deadline_nosec_test.vcxproj | 1 + .../h2_sockpair_negative_deadline_test.vcxproj | 1 + .../h2_sockpair_no_op_nosec_test.vcxproj | 1 + .../test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj | 1 + .../h2_sockpair_payload_nosec_test.vcxproj | 1 + .../h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj | 1 + .../h2_sockpair_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_sockpair_ping_pong_streaming_test.vcxproj | 1 + .../h2_sockpair_registered_call_nosec_test.vcxproj | 1 + .../h2_sockpair_registered_call_test.vcxproj | 1 + .../h2_sockpair_request_with_flags_nosec_test.vcxproj | 1 + .../h2_sockpair_request_with_flags_test.vcxproj | 1 + .../h2_sockpair_request_with_payload_nosec_test.vcxproj | 1 + .../h2_sockpair_request_with_payload_test.vcxproj | 1 + .../h2_sockpair_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_sockpair_server_finishes_request_test.vcxproj | 1 + .../h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_sockpair_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_sockpair_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_sockpair_simple_request_nosec_test.vcxproj | 1 + .../h2_sockpair_simple_request_test.vcxproj | 1 + .../h2_sockpair_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_sockpair_trailing_metadata_test.vcxproj | 1 + .../h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj | 1 + .../h2_ssl_binary_metadata_test.vcxproj | 1 + .../test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj | 1 + .../h2_ssl_cancel_after_accept_test.vcxproj | 1 + .../h2_ssl_cancel_after_client_done_test.vcxproj | 1 + .../h2_ssl_cancel_after_invoke_test.vcxproj | 1 + .../h2_ssl_cancel_before_invoke_test.vcxproj | 1 + .../h2_ssl_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_ssl_cancel_with_status_test.vcxproj | 1 + .../h2_ssl_channel_connectivity_test.vcxproj | 1 + .../h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj | 1 + .../h2_ssl_compressed_payload_test.vcxproj | 1 + .../h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj | 1 + .../h2_ssl_disappearing_server_test.vcxproj | 1 + .../test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj | 1 + .../h2_ssl_graceful_server_shutdown_test.vcxproj | 1 + .../h2_ssl_high_initial_seqno_test.vcxproj | 1 + .../test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj | 1 + .../h2_ssl_invoke_large_request_test.vcxproj | 1 + .../h2_ssl_large_metadata_test.vcxproj | 1 + .../h2_ssl_max_concurrent_streams_test.vcxproj | 1 + .../h2_ssl_max_message_length_test.vcxproj | 1 + .../test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj | 1 + .../h2_ssl_negative_deadline_test.vcxproj | 1 + .../vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj | 1 + .../vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj | 1 + .../h2_ssl_ping_pong_streaming_test.vcxproj | 1 + .../h2_ssl_proxy_bad_hostname_test.vcxproj | 1 + .../h2_ssl_proxy_binary_metadata_test.vcxproj | 1 + .../h2_ssl_proxy_call_creds_test.vcxproj | 1 + .../h2_ssl_proxy_cancel_after_accept_test.vcxproj | 1 + .../h2_ssl_proxy_cancel_after_client_done_test.vcxproj | 1 + .../h2_ssl_proxy_cancel_after_invoke_test.vcxproj | 1 + .../h2_ssl_proxy_cancel_before_invoke_test.vcxproj | 1 + .../h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_ssl_proxy_cancel_with_status_test.vcxproj | 1 + .../h2_ssl_proxy_default_host_test.vcxproj | 1 + .../h2_ssl_proxy_disappearing_server_test.vcxproj | 1 + .../h2_ssl_proxy_empty_batch_test.vcxproj | 1 + .../h2_ssl_proxy_graceful_server_shutdown_test.vcxproj | 1 + .../h2_ssl_proxy_high_initial_seqno_test.vcxproj | 1 + .../h2_ssl_proxy_invoke_large_request_test.vcxproj | 1 + .../h2_ssl_proxy_large_metadata_test.vcxproj | 1 + .../h2_ssl_proxy_max_message_length_test.vcxproj | 1 + .../h2_ssl_proxy_metadata_test.vcxproj | 1 + .../h2_ssl_proxy_negative_deadline_test.vcxproj | 1 + .../test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj | 1 + .../h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj | 1 + .../h2_ssl_proxy_ping_pong_streaming_test.vcxproj | 1 + .../h2_ssl_proxy_registered_call_test.vcxproj | 1 + .../h2_ssl_proxy_request_with_payload_test.vcxproj | 1 + .../h2_ssl_proxy_server_finishes_request_test.vcxproj | 1 + .../h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_ssl_proxy_simple_delayed_request_test.vcxproj | 1 + .../h2_ssl_proxy_simple_request_test.vcxproj | 1 + .../h2_ssl_proxy_trailing_metadata_test.vcxproj | 1 + .../h2_ssl_registered_call_test.vcxproj | 1 + .../h2_ssl_request_with_flags_test.vcxproj | 1 + .../h2_ssl_request_with_payload_test.vcxproj | 1 + .../h2_ssl_server_finishes_request_test.vcxproj | 1 + .../h2_ssl_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_ssl_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_ssl_simple_delayed_request_test.vcxproj | 1 + .../h2_ssl_simple_request_test.vcxproj | 1 + .../h2_ssl_trailing_metadata_test.vcxproj | 1 + .../h2_uchannel_bad_hostname_nosec_test.vcxproj | 1 + .../h2_uchannel_bad_hostname_test.vcxproj | 1 + .../h2_uchannel_binary_metadata_nosec_test.vcxproj | 1 + .../h2_uchannel_binary_metadata_test.vcxproj | 1 + .../h2_uchannel_call_creds_test.vcxproj | 1 + .../h2_uchannel_cancel_after_accept_nosec_test.vcxproj | 1 + .../h2_uchannel_cancel_after_accept_test.vcxproj | 1 + .../h2_uchannel_cancel_after_client_done_nosec_test.vcxproj | 1 + .../h2_uchannel_cancel_after_client_done_test.vcxproj | 1 + .../h2_uchannel_cancel_after_invoke_nosec_test.vcxproj | 1 + .../h2_uchannel_cancel_after_invoke_test.vcxproj | 1 + .../h2_uchannel_cancel_before_invoke_nosec_test.vcxproj | 1 + .../h2_uchannel_cancel_before_invoke_test.vcxproj | 1 + .../h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj | 1 + .../h2_uchannel_cancel_in_a_vacuum_test.vcxproj | 1 + .../h2_uchannel_cancel_with_status_nosec_test.vcxproj | 1 + .../h2_uchannel_cancel_with_status_test.vcxproj | 1 + .../h2_uchannel_compressed_payload_nosec_test.vcxproj | 1 + .../h2_uchannel_compressed_payload_test.vcxproj | 1 + .../h2_uchannel_empty_batch_nosec_test.vcxproj | 1 + .../h2_uchannel_empty_batch_test.vcxproj | 1 + .../h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj | 1 + .../h2_uchannel_graceful_server_shutdown_test.vcxproj | 1 + .../h2_uchannel_high_initial_seqno_nosec_test.vcxproj | 1 + .../h2_uchannel_high_initial_seqno_test.vcxproj | 1 + .../h2_uchannel_hpack_size_nosec_test.vcxproj | 1 + .../h2_uchannel_hpack_size_test.vcxproj | 1 + .../h2_uchannel_invoke_large_request_nosec_test.vcxproj | 1 + .../h2_uchannel_invoke_large_request_test.vcxproj | 1 + .../h2_uchannel_large_metadata_nosec_test.vcxproj | 1 + .../h2_uchannel_large_metadata_test.vcxproj | 1 + .../h2_uchannel_max_concurrent_streams_nosec_test.vcxproj | 1 + .../h2_uchannel_max_concurrent_streams_test.vcxproj | 1 + .../h2_uchannel_max_message_length_nosec_test.vcxproj | 1 + .../h2_uchannel_max_message_length_test.vcxproj | 1 + .../h2_uchannel_metadata_nosec_test.vcxproj | 1 + .../h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj | 1 + .../h2_uchannel_negative_deadline_nosec_test.vcxproj | 1 + .../h2_uchannel_negative_deadline_test.vcxproj | 1 + .../h2_uchannel_no_op_nosec_test.vcxproj | 1 + .../test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj | 1 + .../h2_uchannel_payload_nosec_test.vcxproj | 1 + .../h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj | 1 + .../h2_uchannel_ping_pong_streaming_nosec_test.vcxproj | 1 + .../h2_uchannel_ping_pong_streaming_test.vcxproj | 1 + .../h2_uchannel_registered_call_nosec_test.vcxproj | 1 + .../h2_uchannel_registered_call_test.vcxproj | 1 + .../h2_uchannel_request_with_flags_nosec_test.vcxproj | 1 + .../h2_uchannel_request_with_flags_test.vcxproj | 1 + .../h2_uchannel_request_with_payload_nosec_test.vcxproj | 1 + .../h2_uchannel_request_with_payload_test.vcxproj | 1 + .../h2_uchannel_server_finishes_request_nosec_test.vcxproj | 1 + .../h2_uchannel_server_finishes_request_test.vcxproj | 1 + .../h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj | 1 + .../h2_uchannel_shutdown_finishes_calls_test.vcxproj | 1 + .../h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj | 1 + .../h2_uchannel_shutdown_finishes_tags_test.vcxproj | 1 + .../h2_uchannel_simple_request_nosec_test.vcxproj | 1 + .../h2_uchannel_simple_request_test.vcxproj | 1 + .../h2_uchannel_trailing_metadata_nosec_test.vcxproj | 1 + .../h2_uchannel_trailing_metadata_test.vcxproj | 1 + .../test/headers_bad_client_test/headers_bad_client_test.vcxproj | 1 + .../vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj | 1 + .../vcxproj/test/hpack_table_test/hpack_table_test.vcxproj | 1 + .../httpcli_format_request_test.vcxproj | 1 + .../vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj | 1 + vsprojects/vcxproj/test/init_test/init_test.vcxproj | 1 + .../initial_settings_frame_bad_client_test.vcxproj | 1 + .../invalid_call_argument_test.vcxproj | 1 + vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj | 1 + .../vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj | 1 + .../test/json_stream_error_test/json_stream_error_test.vcxproj | 1 + vsprojects/vcxproj/test/json_test/json_test.vcxproj | 1 + .../vcxproj/test/lame_client_test/lame_client_test.vcxproj | 1 + .../vcxproj/test/lb_policies_test/lb_policies_test.vcxproj | 1 + .../test/message_compress_test/message_compress_test.vcxproj | 1 + vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj | 1 + vsprojects/vcxproj/test/mock_test/mock_test.vcxproj | 1 + .../multiple_server_queues_test.vcxproj | 1 + .../vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj | 1 + vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj | 1 + .../reconnect_interop_client/reconnect_interop_client.vcxproj | 1 + .../reconnect_interop_server/reconnect_interop_server.vcxproj | 1 + .../test/resolve_address_test/resolve_address_test.vcxproj | 1 + .../secure_auth_context_test/secure_auth_context_test.vcxproj | 1 + .../secure_channel_create_test.vcxproj | 1 + .../test/secure_endpoint_test/secure_endpoint_test.vcxproj | 1 + .../vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj | 1 + .../server_crash_test_client/server_crash_test_client.vcxproj | 1 + .../server_registered_method_bad_client_test.vcxproj | 1 + vsprojects/vcxproj/test/server_test/server_test.vcxproj | 1 + .../set_initial_connect_string_test.vcxproj | 1 + vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj | 1 + .../simple_request_bad_client_test.vcxproj | 1 + .../test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj | 1 + .../vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj | 1 + vsprojects/vcxproj/test/status_test/status_test.vcxproj | 1 + vsprojects/vcxproj/test/stress_test/stress_test.vcxproj | 1 + .../vcxproj/test/thread_stress_test/thread_stress_test.vcxproj | 1 + .../time_averaged_stats_test/time_averaged_stats_test.vcxproj | 1 + .../test/timeout_encoding_test/timeout_encoding_test.vcxproj | 1 + vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj | 1 + vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj | 1 + vsprojects/vcxproj/test/timers_test/timers_test.vcxproj | 1 + .../transport_connectivity_state_test.vcxproj | 1 + .../test/transport_metadata_test/transport_metadata_test.vcxproj | 1 + .../unknown_frame_bad_client_test.vcxproj | 1 + vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj | 1 + vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj | 1 + 884 files changed, 884 insertions(+) diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj index 3f24aab119c..e7250d03a44 100644 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -37,6 +37,7 @@ {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj index 3294e71bf80..7c5010c3b58 100644 --- a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj +++ b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj @@ -21,6 +21,7 @@ {7E51A25F-AC59-488F-906C-C60FAAE706AA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj index 90a0e4e1734..c1a4fa04479 100644 --- a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj @@ -21,6 +21,7 @@ {3C813052-A49A-4662-B90A-1ADBEC7EE453} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj b/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj index 106f1158d18..01ce2b873d9 100644 --- a/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj +++ b/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj @@ -21,6 +21,7 @@ {19564640-CEE6-4921-ABA5-676ED79A36F6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj b/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj index 8947f51c341..e715bab02fd 100644 --- a/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj +++ b/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj @@ -21,6 +21,7 @@ {DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj b/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj index db051c36f6e..ebbc978a6ce 100644 --- a/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj +++ b/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj @@ -21,6 +21,7 @@ {069E9D05-B78B-4751-9252-D21EBAE7DE8E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj b/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj index 21af7e66e72..760f34fe908 100644 --- a/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj +++ b/vsprojects/vcxproj/gen_hpack_tables/gen_hpack_tables.vcxproj @@ -21,6 +21,7 @@ {FCDEA4C7-7F26-05DB-D08F-A08F499026E6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj b/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj index 4557a209ea5..254df6fe139 100644 --- a/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj +++ b/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj @@ -21,6 +21,7 @@ {A635DE99-B131-CA00-2D3B-8691D60B76C2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj index e45cef5f68f..6e5de1343a1 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj @@ -21,6 +21,7 @@ {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj b/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj index 1ecd1c8e7b0..2e262f16d52 100644 --- a/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj +++ b/vsprojects/vcxproj/gpr_test_util/gpr_test_util.vcxproj @@ -21,6 +21,7 @@ {EAB0A629-17A9-44DB-B5FF-E91A721FE037} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc++/grpc++.vcxproj b/vsprojects/vcxproj/grpc++/grpc++.vcxproj index 6f2938b6ebe..eb4e6b5dcb2 100644 --- a/vsprojects/vcxproj/grpc++/grpc++.vcxproj +++ b/vsprojects/vcxproj/grpc++/grpc++.vcxproj @@ -37,6 +37,7 @@ {C187A093-A0FE-489D-A40A-6E33DE0F9FEB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj b/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj index dd7497c7a89..d3cabe2f1a6 100644 --- a/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj +++ b/vsprojects/vcxproj/grpc++_test_config/grpc++_test_config.vcxproj @@ -21,6 +21,7 @@ {3F7D093D-11F9-C4BC-BEB7-18EB28E3F290} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj b/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj index 7657e683502..7ad05e5b00b 100644 --- a/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj +++ b/vsprojects/vcxproj/grpc++_test_util/grpc++_test_util.vcxproj @@ -21,6 +21,7 @@ {0BE77741-552A-929B-A497-4EF7ECE17A64} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj index 3f24aab119c..e7250d03a44 100644 --- a/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -37,6 +37,7 @@ {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj b/vsprojects/vcxproj/grpc/grpc.vcxproj index fddbaf6e289..0c3283a32e9 100644 --- a/vsprojects/vcxproj/grpc/grpc.vcxproj +++ b/vsprojects/vcxproj/grpc/grpc.vcxproj @@ -38,6 +38,7 @@ {29D16885-7228-4C31-81ED-5F9187C7F2A9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj index 3294e71bf80..7c5010c3b58 100644 --- a/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj @@ -21,6 +21,7 @@ {7E51A25F-AC59-488F-906C-C60FAAE706AA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj b/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj index 4c315d31756..6ac1585a1f6 100644 --- a/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj +++ b/vsprojects/vcxproj/grpc_create_jwt/grpc_create_jwt.vcxproj @@ -21,6 +21,7 @@ {77971F8D-F583-3E77-0E3C-6C1FB6B1749C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj b/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj index a090ac4db8a..18a0592d3cc 100644 --- a/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj +++ b/vsprojects/vcxproj/grpc_csharp_ext/grpc_csharp_ext.vcxproj @@ -22,6 +22,7 @@ {D64C6D63-4458-4A88-AB38-35678384A7E4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj index 90a0e4e1734..c1a4fa04479 100644 --- a/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj @@ -21,6 +21,7 @@ {3C813052-A49A-4662-B90A-1ADBEC7EE453} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj b/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj index 3c9c7b8980d..01199065103 100644 --- a/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj +++ b/vsprojects/vcxproj/grpc_fetch_oauth2/grpc_fetch_oauth2.vcxproj @@ -21,6 +21,7 @@ {43722E98-54EC-5058-3DAC-327F45964971} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj b/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj index 106f1158d18..01ce2b873d9 100644 --- a/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj @@ -21,6 +21,7 @@ {19564640-CEE6-4921-ABA5-676ED79A36F6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj index ff7a2bceabf..77738176285 100644 --- a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj +++ b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj @@ -21,6 +21,7 @@ {B6E81D84-2ACB-41B8-8781-493A944C7817} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj b/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj index 44d0f0cf79e..704449937f5 100644 --- a/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj +++ b/vsprojects/vcxproj/grpc_print_google_default_creds_token/grpc_print_google_default_creds_token.vcxproj @@ -21,6 +21,7 @@ {C002965C-8457-CCE5-B1BA-E748FF9A11B6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj b/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj index 8947f51c341..e715bab02fd 100644 --- a/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_python_plugin/grpc_python_plugin.vcxproj @@ -21,6 +21,7 @@ {DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj b/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj index db051c36f6e..ebbc978a6ce 100644 --- a/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj +++ b/vsprojects/vcxproj/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj @@ -21,6 +21,7 @@ {069E9D05-B78B-4751-9252-D21EBAE7DE8E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj index 2bccb1c2d65..c782cd148e9 100644 --- a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj @@ -21,6 +21,7 @@ {17BCAFC0-5FDC-4C94-AEB9-95F3E220614B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj b/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj index 43f44d03505..0a0d07bc32e 100644 --- a/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj @@ -21,6 +21,7 @@ {0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index 7367a035f54..9a52c2e135b 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -37,6 +37,7 @@ {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj b/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj index c9b98d31cf5..52fbc3c53ea 100644 --- a/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj +++ b/vsprojects/vcxproj/grpc_verify_jwt/grpc_verify_jwt.vcxproj @@ -21,6 +21,7 @@ {02FAC25F-5FF6-34A0-00AE-B82BFBA851A9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj b/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj index d2036e56486..91a301fde4f 100644 --- a/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj +++ b/vsprojects/vcxproj/interop_client_helper/interop_client_helper.vcxproj @@ -21,6 +21,7 @@ {AE8AE98D-8EB9-D931-AA79-F6AB16234A49} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj b/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj index bdb5c57ef9d..7b11bad352a 100644 --- a/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj +++ b/vsprojects/vcxproj/interop_client_main/interop_client_main.vcxproj @@ -21,6 +21,7 @@ {F77557CD-450D-F7C2-F8A5-71836C5394CA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj b/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj index 1819df01b58..3afa3ad0e5f 100644 --- a/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj +++ b/vsprojects/vcxproj/interop_server_helper/interop_server_helper.vcxproj @@ -21,6 +21,7 @@ {F55BEA2C-B61D-AAFE-CA15-223B8AC0DE5A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj b/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj index 40f05364067..3355d17a31c 100644 --- a/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj +++ b/vsprojects/vcxproj/interop_server_main/interop_server_main.vcxproj @@ -21,6 +21,7 @@ {309042CA-FC23-AA3C-8289-535F4106E47A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 595aad8f683..34f04e5daa6 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -21,6 +21,7 @@ {8423B0C5-2428-CA10-82EF-7B5C1F3D8011} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj b/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj index 3d6f931ff8a..aca0bd2d581 100644 --- a/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj +++ b/vsprojects/vcxproj/reconnect_server/reconnect_server.vcxproj @@ -21,6 +21,7 @@ {929C90AE-483F-AC80-EF93-226199F9E428} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj b/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj index 07003b8bb20..68309a7cda5 100644 --- a/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj +++ b/vsprojects/vcxproj/test/algorithm_test/algorithm_test.vcxproj @@ -22,6 +22,7 @@ {216FDCB2-9D93-0D86-F0F1-12E16312A191} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj b/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj index fa42128c5a7..e7ea7c020a2 100644 --- a/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj +++ b/vsprojects/vcxproj/test/alloc_test/alloc_test.vcxproj @@ -22,6 +22,7 @@ {DD37D527-9DFF-1F53-B97F-50CF80AE0650} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj b/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj index b89b2467cc6..2f7f4f9097b 100644 --- a/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj +++ b/vsprojects/vcxproj/test/alpn_test/alpn_test.vcxproj @@ -22,6 +22,7 @@ {5BAAE7EA-A972-DD80-F190-29B9E3110BB3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj b/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj index ed60a813eb3..98741281209 100644 --- a/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj +++ b/vsprojects/vcxproj/test/async_end2end_test/async_end2end_test.vcxproj @@ -22,6 +22,7 @@ {50D61F43-CD3D-82B7-E143-122DEF062C8D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj b/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj index 133b146ef7e..eef0b3ee469 100644 --- a/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj +++ b/vsprojects/vcxproj/test/auth_property_iterator_test/auth_property_iterator_test.vcxproj @@ -22,6 +22,7 @@ {9A848640-2E5D-3F0E-3C37-60EBD962F937} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj b/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj index 2eb4ab140de..95ea07f077f 100644 --- a/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/bad_client_test/bad_client_test.vcxproj @@ -21,6 +21,7 @@ {BA67B418-B699-E41A-9CC4-0279C49481A5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj b/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj index fdb59594be9..cb4e119c493 100644 --- a/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/badreq_bad_client_test/badreq_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {8A811C28-E04E-A444-E4C1-7588DF5B90AE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj b/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj index 6f83df3f4b0..526ea06c0b3 100644 --- a/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj +++ b/vsprojects/vcxproj/test/bin_encoder_test/bin_encoder_test.vcxproj @@ -22,6 +22,7 @@ {D5C70922-D68E-0E9D-9988-995E0F9A79AE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj index 019240cb230..e966ac9bd51 100644 --- a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj +++ b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj @@ -22,6 +22,7 @@ {74A0C552-D7DA-B657-507D-EDB0CDF5AD85} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj b/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj index d3e41c36fd1..ddb0b8b74f2 100644 --- a/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj +++ b/vsprojects/vcxproj/test/channel_create_test/channel_create_test.vcxproj @@ -22,6 +22,7 @@ {AFC88484-3A2E-32BC-25B2-23DF741D4F3D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj b/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj index 039340957ab..152adc6a65a 100644 --- a/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_hpack_encoder_test/chttp2_hpack_encoder_test.vcxproj @@ -22,6 +22,7 @@ {19F92966-3B0E-4FF8-CD7C-435D353E079E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj b/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj index f7461dc0d78..48e002a9489 100644 --- a/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_status_conversion_test/chttp2_status_conversion_test.vcxproj @@ -22,6 +22,7 @@ {ABAD3D2C-078C-7850-B413-3352A07C6176} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj b/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj index 348a823a292..3a427634afd 100644 --- a/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_stream_map_test/chttp2_stream_map_test.vcxproj @@ -22,6 +22,7 @@ {12F9C5F8-1BDA-305F-5A0B-B0F9CC7AA7A4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj b/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj index 83e22293b09..88046e425f3 100644 --- a/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj +++ b/vsprojects/vcxproj/test/chttp2_varint_test/chttp2_varint_test.vcxproj @@ -22,6 +22,7 @@ {6B29F634-1277-74B8-47F6-78756190BA7B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj b/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj index f0f62e525ec..5ec7fd91228 100644 --- a/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj +++ b/vsprojects/vcxproj/test/cli_call_test/cli_call_test.vcxproj @@ -22,6 +22,7 @@ {AAC3E997-99CA-6A05-6D31-DC93CCE599E4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj b/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj index 1332fa0bcf7..9d61fd4b10c 100644 --- a/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj +++ b/vsprojects/vcxproj/test/client_crash_test_server/client_crash_test_server.vcxproj @@ -22,6 +22,7 @@ {C54AFBCC-A527-646B-B09A-62435225CAD5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj b/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj index f09affe2e9b..23951387002 100644 --- a/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj +++ b/vsprojects/vcxproj/test/compression_test/compression_test.vcxproj @@ -22,6 +22,7 @@ {5AFE7D17-A4A7-D68E-4491-CBC852F9D2A0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj b/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj index 2929425751f..1b889365bd2 100644 --- a/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/connection_prefix_bad_client_test/connection_prefix_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {AF9D0EB2-2A53-B815-3A63-E82C7F91DB29} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj b/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj index 3ebb9cc701f..f3ec532d6ea 100644 --- a/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj +++ b/vsprojects/vcxproj/test/credentials_test/credentials_test.vcxproj @@ -22,6 +22,7 @@ {BEEDF966-A073-F817-B946-C5E43AB4F3F0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj b/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj index 30fb3021196..9cadfd6bc32 100644 --- a/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_byte_buffer_test/cxx_byte_buffer_test.vcxproj @@ -22,6 +22,7 @@ {B5880256-D188-CE37-819B-E473987AABB9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj b/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj index f89fba64c35..91b4b837ecc 100644 --- a/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_slice_test/cxx_slice_test.vcxproj @@ -22,6 +22,7 @@ {6E3FED7F-1FE5-9B86-C5B3-F8B3A416F144} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj b/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj index 8de2a1b6714..c5260791706 100644 --- a/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_string_ref_test/cxx_string_ref_test.vcxproj @@ -22,6 +22,7 @@ {C9CA9196-63A4-AAFB-412F-7112AB1ECA9C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj b/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj index df5ce011656..6ec913d025d 100644 --- a/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj +++ b/vsprojects/vcxproj/test/cxx_time_test/cxx_time_test.vcxproj @@ -22,6 +22,7 @@ {8EB3DB1B-B73B-5659-DA1B-18CB1E3DE9CB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj b/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj index ebcc97c4a03..8326bc58d61 100644 --- a/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj +++ b/vsprojects/vcxproj/test/dns_resolver_test/dns_resolver_test.vcxproj @@ -22,6 +22,7 @@ {D06E10DC-272A-5203-7066-2698A247DF26} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj b/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj index 9915c6dee52..3f582b95aef 100644 --- a/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj +++ b/vsprojects/vcxproj/test/end2end_certs/end2end_certs.vcxproj @@ -21,6 +21,7 @@ {80EA2691-C037-6DD3-D3AB-21510BF0E64B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj index 5946dba2c6c..fdf08f5a959 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_census/end2end_fixture_h2_census.vcxproj @@ -21,6 +21,7 @@ {B347CACD-C099-EA6B-FE2D-4AF35894DD73} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj index c94840587c1..41ca87fb366 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_compress/end2end_fixture_h2_compress.vcxproj @@ -21,6 +21,7 @@ {C5D3C9A9-C0D2-CBAD-B433-710C5E89AE31} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj index 3db76cffd32..9067e09d3f3 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_fakesec/end2end_fixture_h2_fakesec.vcxproj @@ -21,6 +21,7 @@ {096ABF91-FEC8-9AC9-B877-C683BFD51984} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj index 5206cc44aaf..c3bba8f0f4c 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_full/end2end_fixture_h2_full.vcxproj @@ -21,6 +21,7 @@ {882B2933-F340-7027-7090-28CEAE9F1BE6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj index 66c3880bca9..c926b3c3920 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_oauth2/end2end_fixture_h2_oauth2.vcxproj @@ -21,6 +21,7 @@ {DDFE4EB8-CCD3-DA3F-461A-10F1B94D26AF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj index 66a02965946..da95bc3605c 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_proxy/end2end_fixture_h2_proxy.vcxproj @@ -21,6 +21,7 @@ {B8266C40-E74E-316E-4DEF-0B2A4B6F490F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj index 510988e9423..cc3aca70372 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair+trace/end2end_fixture_h2_sockpair+trace.vcxproj @@ -21,6 +21,7 @@ {FE71A3F7-4B15-1570-B0BA-9E1A053DAA4A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj index cf1dd6fc225..d04a980c0e6 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair/end2end_fixture_h2_sockpair.vcxproj @@ -21,6 +21,7 @@ {67A1675D-FF50-3B78-2706-155D69ADC290} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj index bba577614ae..f2e172aeec9 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_sockpair_1byte/end2end_fixture_h2_sockpair_1byte.vcxproj @@ -21,6 +21,7 @@ {B0F4BF34-3C82-EB67-990E-959CDDBEB734} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj index 5e124d371d4..71c94cd641e 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl/end2end_fixture_h2_ssl.vcxproj @@ -21,6 +21,7 @@ {207BE5BC-25D7-1D2A-C76E-279DB66A1205} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj index 4e0fff1e471..ef8b95eb8d9 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_ssl_proxy/end2end_fixture_h2_ssl_proxy.vcxproj @@ -21,6 +21,7 @@ {5EAD0E6C-5DD6-A466-FF6B-F73200AF89E1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj b/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj index 5c73e4bf57c..d3371ee269d 100644 --- a/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj +++ b/vsprojects/vcxproj/test/end2end_fixture_h2_uchannel/end2end_fixture_h2_uchannel.vcxproj @@ -21,6 +21,7 @@ {CE17F95F-4FD3-41C3-E1B9-9B85F1FE7D4A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj index 798768b639f..cd562d3e3b6 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_census/end2end_nosec_fixture_h2_census.vcxproj @@ -21,6 +21,7 @@ {74E3C944-32A8-19CC-1CCA-509EA972F43F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj index 5c0fa2acc7a..f11b6a4dd6f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_compress/end2end_nosec_fixture_h2_compress.vcxproj @@ -21,6 +21,7 @@ {73D2BE55-AA68-56EA-8872-2CDA2F55F0A5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj index 059b9c28427..50426d7d680 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_full/end2end_nosec_fixture_h2_full.vcxproj @@ -21,6 +21,7 @@ {079EE064-3D58-4E45-3D64-E57A778D4F5A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj index 9e1c0cca206..ce8a301699c 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_proxy/end2end_nosec_fixture_h2_proxy.vcxproj @@ -21,6 +21,7 @@ {A84B9FA7-9264-47B2-F9D8-6877CA167D51} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj index 636697eb914..bc9f057cf04 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair+trace/end2end_nosec_fixture_h2_sockpair+trace.vcxproj @@ -21,6 +21,7 @@ {890012AA-F2EC-2699-40D5-DC49DD5D26A9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj index 5a8e2c78ede..2bc53d6594d 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair/end2end_nosec_fixture_h2_sockpair.vcxproj @@ -21,6 +21,7 @@ {F2E018CC-0515-CD39-BA5A-0F62BA15FE88} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj index 4b6920ca3e1..b9f0d59b380 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_sockpair_1byte/end2end_nosec_fixture_h2_sockpair_1byte.vcxproj @@ -21,6 +21,7 @@ {6F1C96CC-AC8F-3864-0154-0F9212DCCFE2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj index c93bdf15595..01a3dc1f7c7 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_fixture_h2_uchannel/end2end_nosec_fixture_h2_uchannel.vcxproj @@ -21,6 +21,7 @@ {6DF096AD-5865-3035-B7AE-5019FAC19EEB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj index 284d81e8e49..169d4811378 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_bad_hostname/end2end_nosec_test_bad_hostname.vcxproj @@ -21,6 +21,7 @@ {B2C472F7-CD89-1779-B74C-2AE9E80619D9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj index 3e56d93b038..959f03f5a61 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_binary_metadata/end2end_nosec_test_binary_metadata.vcxproj @@ -21,6 +21,7 @@ {4854C57B-BD79-087F-FE36-52CF9C2BEB21} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj index 8765ff73a25..c09b5e273b7 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_accept/end2end_nosec_test_cancel_after_accept.vcxproj @@ -21,6 +21,7 @@ {90885966-34FD-ACBE-8FE1-85A29FDC4FE6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj index e539f2115b7..82070882084 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_client_done/end2end_nosec_test_cancel_after_client_done.vcxproj @@ -21,6 +21,7 @@ {4DE32F3F-4373-05E5-8118-F00754B0E2D0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj index 51765b3be31..c0b9c050c93 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_after_invoke/end2end_nosec_test_cancel_after_invoke.vcxproj @@ -21,6 +21,7 @@ {AB9B94A3-3E14-DF99-F68C-6AF7CFD484A9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj index be44bf81b27..bec394c8751 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_before_invoke/end2end_nosec_test_cancel_before_invoke.vcxproj @@ -21,6 +21,7 @@ {90308626-8650-74CA-63BE-6E87F82AF946} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj index 009982b7491..5b42976b34e 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_in_a_vacuum/end2end_nosec_test_cancel_in_a_vacuum.vcxproj @@ -21,6 +21,7 @@ {934B3EAB-A3BA-F644-F41D-A955FCA0C536} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj index f0f87abefa2..38b51c51e55 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_cancel_with_status/end2end_nosec_test_cancel_with_status.vcxproj @@ -21,6 +21,7 @@ {4E966A30-74DE-B9CE-2440-5292A3258506} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj index 7c67b3eb39d..a4193f884c5 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_channel_connectivity/end2end_nosec_test_channel_connectivity.vcxproj @@ -21,6 +21,7 @@ {D1F15DFE-14B5-78DB-4EC3-417727457273} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj index 10bf28fe2e8..096014cc3cb 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_channel_ping/end2end_nosec_test_channel_ping.vcxproj @@ -21,6 +21,7 @@ {39326613-BE6E-7800-EB08-20C0076BF14E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj index 03fde127684..47dbe88300c 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_compressed_payload/end2end_nosec_test_compressed_payload.vcxproj @@ -21,6 +21,7 @@ {E9F79306-0E5E-3D31-DC85-9D623F820015} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj index e7e44fd9cd5..de83b62b088 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_default_host/end2end_nosec_test_default_host.vcxproj @@ -21,6 +21,7 @@ {EAD35938-4D82-EEA2-4B69-E827E6373A28} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj index 2b84076146c..5f58692c2bf 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_disappearing_server/end2end_nosec_test_disappearing_server.vcxproj @@ -21,6 +21,7 @@ {35E47DEE-BA21-54D1-0A3E-6679C95C48F8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj index aeb18e4745a..1cabd339220 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_empty_batch/end2end_nosec_test_empty_batch.vcxproj @@ -21,6 +21,7 @@ {41DD3DCE-C6A3-340F-20B4-EAD9D4E9D896} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj index ca3228663c0..89542fa5a4f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_graceful_server_shutdown/end2end_nosec_test_graceful_server_shutdown.vcxproj @@ -21,6 +21,7 @@ {3269B3B0-7718-1060-F5EA-E3D067513F08} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj index 3bdaf1c6a0f..43cd873e6a2 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_high_initial_seqno/end2end_nosec_test_high_initial_seqno.vcxproj @@ -21,6 +21,7 @@ {370DA8F7-A7B2-F218-683C-7FA5E707163F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj index 587242e17d8..f41a911b8fa 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_hpack_size/end2end_nosec_test_hpack_size.vcxproj @@ -21,6 +21,7 @@ {ACC9E149-8489-94DF-E8FB-6CB2BF601CE1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj index 6d45371e66a..d8373e88b91 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_invoke_large_request/end2end_nosec_test_invoke_large_request.vcxproj @@ -21,6 +21,7 @@ {7B7105A5-AC17-FB81-C814-8028A002598C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj index 205795c51a4..c7df45fdfdb 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_large_metadata/end2end_nosec_test_large_metadata.vcxproj @@ -21,6 +21,7 @@ {C35A1718-603B-8883-A29E-2622843F2C93} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj index 6c66b1536bd..2f4a9ac96c1 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_max_concurrent_streams/end2end_nosec_test_max_concurrent_streams.vcxproj @@ -21,6 +21,7 @@ {A92DD304-92AE-EF2A-A98D-00FDD4920026} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj index cad50db575f..2d76bf6af86 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_max_message_length/end2end_nosec_test_max_message_length.vcxproj @@ -21,6 +21,7 @@ {AF5C85A6-3252-1F60-C142-13B06D69130D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj index 2481d281f2c..acdeba69648 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_metadata/end2end_nosec_test_metadata.vcxproj @@ -21,6 +21,7 @@ {3B617CCC-23CA-EB4F-BB26-536978B5BE9F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj index be09a86dfd2..8ce87c59ecc 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_negative_deadline/end2end_nosec_test_negative_deadline.vcxproj @@ -21,6 +21,7 @@ {16A0D461-ECD2-266E-8A7C-C2D49BBA49FB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj index 6b856bceb40..598a86c0fec 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_no_op/end2end_nosec_test_no_op.vcxproj @@ -21,6 +21,7 @@ {AF7FB9D6-BC2F-FD54-64C3-B681ED0D8304} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj index 1abc0a717ca..81173ee7685 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_payload/end2end_nosec_test_payload.vcxproj @@ -21,6 +21,7 @@ {F04F5120-B9D2-0EE0-800A-2CD049307FD0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj index 4e64751fd7f..d13a46ff9ee 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_ping_pong_streaming/end2end_nosec_test_ping_pong_streaming.vcxproj @@ -21,6 +21,7 @@ {23F2D128-B30F-6C9D-8005-4FE3F4F0B343} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj index e3992ffddce..6acd22179f5 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_registered_call/end2end_nosec_test_registered_call.vcxproj @@ -21,6 +21,7 @@ {076C6A10-FD83-58F0-AE57-46DD5BFC530D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj index 3536577d146..856fd7fcb1e 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_flags/end2end_nosec_test_request_with_flags.vcxproj @@ -21,6 +21,7 @@ {65923B0C-65F8-8E1E-00E6-B6DB1D5E6D53} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj index d6c68eea1f8..0f8b342828f 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_request_with_payload/end2end_nosec_test_request_with_payload.vcxproj @@ -21,6 +21,7 @@ {2F509021-08CF-1053-400E-144034FC097C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj index a70cc1d43e2..35792356ae4 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_server_finishes_request/end2end_nosec_test_server_finishes_request.vcxproj @@ -21,6 +21,7 @@ {1AEE507B-501C-1DF0-11BE-450700C0AF3B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj index 6ba19863df8..01a147cd431 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_calls/end2end_nosec_test_shutdown_finishes_calls.vcxproj @@ -21,6 +21,7 @@ {BC65041D-1517-1B81-C56E-DDEC6A33791F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj index 2ba2a35f740..b6beaab8379 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_shutdown_finishes_tags/end2end_nosec_test_shutdown_finishes_tags.vcxproj @@ -21,6 +21,7 @@ {EA8B3A8E-5EC8-7860-3310-87920FFC12EC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj index 37b846aa40e..17f00cc9d6b 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_simple_delayed_request/end2end_nosec_test_simple_delayed_request.vcxproj @@ -21,6 +21,7 @@ {728FF02D-10A1-2AFC-6DC7-60F9D4AE68C3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj index ec1656c9057..0fb96a4bdf7 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_simple_request/end2end_nosec_test_simple_request.vcxproj @@ -21,6 +21,7 @@ {F5C7E274-1BD6-341E-7739-383D095C71F6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj index de205cd58b2..87271f2ce1e 100644 --- a/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_nosec_test_trailing_metadata/end2end_nosec_test_trailing_metadata.vcxproj @@ -21,6 +21,7 @@ {7ACCE84B-7FF8-1DA4-05ED-7F037A64B19B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj b/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj index 2b81e31dc29..36d2385c31d 100644 --- a/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test/end2end_test.vcxproj @@ -22,6 +22,7 @@ {2F5FDFDB-7C54-22D6-8D17-4BEEEA30B5F4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj b/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj index 6fb10691781..659ffbe5ad7 100644 --- a/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_bad_hostname/end2end_test_bad_hostname.vcxproj @@ -21,6 +21,7 @@ {6FECBEB6-573D-192C-3CDC-5B0DEF039E58} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj index 0248955f9d5..36351fa55d2 100644 --- a/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_binary_metadata/end2end_test_binary_metadata.vcxproj @@ -21,6 +21,7 @@ {93CC79F9-03F5-0797-A0EC-EA8D35020421} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj b/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj index b6d796cbef3..7348a0614e2 100644 --- a/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_call_creds/end2end_test_call_creds.vcxproj @@ -21,6 +21,7 @@ {DE47F434-D191-E17B-979B-AE1EDD7E640A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj index 7b13ce4cc96..b770584bf2d 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_after_accept/end2end_test_cancel_after_accept.vcxproj @@ -21,6 +21,7 @@ {075083B6-7408-E329-59FF-E92DE8325FB1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj index df4b043c021..64153d4e513 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_after_client_done/end2end_test_cancel_after_client_done.vcxproj @@ -21,6 +21,7 @@ {211CB847-C8B7-A8CA-102A-9F34C8E9EF0C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj index b9e66830d12..94f774f9ea8 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_after_invoke/end2end_test_cancel_after_invoke.vcxproj @@ -21,6 +21,7 @@ {3FBD9B5D-1FCC-240A-C34F-4FD25A1A2C42} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj index ff3867a5595..5a4ddd99a80 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_before_invoke/end2end_test_cancel_before_invoke.vcxproj @@ -21,6 +21,7 @@ {D0038FCF-0412-DD5E-BDFB-2E2BD0F3697F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj index 9a587cebc5a..1245315013e 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_in_a_vacuum/end2end_test_cancel_in_a_vacuum.vcxproj @@ -21,6 +21,7 @@ {76B5C313-02DA-B8FD-26E2-768A5D7E1B7A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj b/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj index 32e5cef8832..630baf9d7f6 100644 --- a/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_cancel_with_status/end2end_test_cancel_with_status.vcxproj @@ -21,6 +21,7 @@ {8E92B6CB-6F25-FEC5-314F-7C9171C20402} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj b/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj index b03e630f8c9..c253194837b 100644 --- a/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_channel_connectivity/end2end_test_channel_connectivity.vcxproj @@ -21,6 +21,7 @@ {F278BE8B-2193-EF53-D97C-83653D70F181} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj b/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj index a40d6044114..b3c6c6dc273 100644 --- a/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_channel_ping/end2end_test_channel_ping.vcxproj @@ -21,6 +21,7 @@ {FFCD85F4-AF1E-D0BA-2F2B-28EFE4C543DB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj b/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj index 92f09f2a752..114ea0c3d94 100644 --- a/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_compressed_payload/end2end_test_compressed_payload.vcxproj @@ -21,6 +21,7 @@ {B56D9864-8A13-680A-0D15-6DA6E427E8E5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj b/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj index 39f012b3029..6f09e9888b1 100644 --- a/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_default_host/end2end_test_default_host.vcxproj @@ -21,6 +21,7 @@ {AD4F70A8-9D60-52C3-8229-71EC6D08B034} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj b/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj index d2510a3de80..22e606d8f23 100644 --- a/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_disappearing_server/end2end_test_disappearing_server.vcxproj @@ -21,6 +21,7 @@ {73813A42-BD6E-4EB6-F246-ED8B0E206F9D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj b/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj index eb9ba9633e2..2909ea34da7 100644 --- a/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_empty_batch/end2end_test_empty_batch.vcxproj @@ -21,6 +21,7 @@ {8E33420E-439C-A151-8FDF-19A0EBA2C168} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj b/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj index 890d8230af3..e17ef3e89b7 100644 --- a/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_graceful_server_shutdown/end2end_test_graceful_server_shutdown.vcxproj @@ -21,6 +21,7 @@ {31959C0D-C2DC-AAFD-1D95-CA0D79D14627} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj b/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj index 00d1dfd8e52..111a7e55461 100644 --- a/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_high_initial_seqno/end2end_test_high_initial_seqno.vcxproj @@ -21,6 +21,7 @@ {C3647908-B80D-F566-5659-3E98B09D83F9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj b/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj index 9f9cad07f34..44f24b9ee08 100644 --- a/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_hpack_size/end2end_test_hpack_size.vcxproj @@ -21,6 +21,7 @@ {22A644D5-9A2B-4EF8-7792-AEB0C66A10E5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj index d452e242454..99f29f3d948 100644 --- a/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_invoke_large_request/end2end_test_invoke_large_request.vcxproj @@ -21,6 +21,7 @@ {30861F4C-E783-96E7-DB51-FD85757347C0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj index ead84cc92a3..827c890db83 100644 --- a/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_large_metadata/end2end_test_large_metadata.vcxproj @@ -21,6 +21,7 @@ {863A5CA5-22BF-BABD-5E14-948C9F76F9E0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj b/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj index 0984f62029b..e8fcc2b0125 100644 --- a/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_max_concurrent_streams/end2end_test_max_concurrent_streams.vcxproj @@ -21,6 +21,7 @@ {A956BC1B-7A05-A9F1-7368-802A5248136F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj b/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj index 607f34f1e36..a776d2e1bc8 100644 --- a/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_max_message_length/end2end_test_max_message_length.vcxproj @@ -21,6 +21,7 @@ {2F9B13AA-C70E-23CA-9272-84DD6EF83255} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj index 0b7ede1d1a5..938e7dbb7ac 100644 --- a/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_metadata/end2end_test_metadata.vcxproj @@ -21,6 +21,7 @@ {CF14C763-A442-0B6B-5DA4-A3A19EDA428B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj b/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj index a95677ff7be..de167a6c14c 100644 --- a/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_negative_deadline/end2end_test_negative_deadline.vcxproj @@ -21,6 +21,7 @@ {FD881CB3-F8B6-25E5-FFA7-EE1D5691300B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj b/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj index 622c34081ce..2982cafbd02 100644 --- a/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_no_op/end2end_test_no_op.vcxproj @@ -21,6 +21,7 @@ {68226F31-2971-B555-60A8-A8AC08BDB2C6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj b/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj index 7e1fe2145b5..972ff50263f 100644 --- a/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_payload/end2end_test_payload.vcxproj @@ -21,6 +21,7 @@ {A6CC9972-D61F-4120-940D-647ABFD56427} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj b/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj index 597506203e4..0cdd4830c5c 100644 --- a/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_ping_pong_streaming/end2end_test_ping_pong_streaming.vcxproj @@ -21,6 +21,7 @@ {7B3B2C33-1A1A-9C96-D719-2849AA66A5B2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj b/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj index 3c7a5e4f1e4..e661414a0ff 100644 --- a/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_registered_call/end2end_test_registered_call.vcxproj @@ -21,6 +21,7 @@ {5921F8EA-B0D3-3267-B35C-07B790044453} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj b/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj index f6bacafcbe8..7a2a73191b2 100644 --- a/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_request_with_flags/end2end_test_request_with_flags.vcxproj @@ -21,6 +21,7 @@ {A2713132-DDCE-2ED9-FA7D-A002F5B4BA7B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj b/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj index f145b6818d3..7b122ff2734 100644 --- a/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_request_with_payload/end2end_test_request_with_payload.vcxproj @@ -21,6 +21,7 @@ {D7E2D403-E1D9-4544-3357-3EDD52241263} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj index 3de3438b293..ee144ebb186 100644 --- a/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_server_finishes_request/end2end_test_server_finishes_request.vcxproj @@ -21,6 +21,7 @@ {638D9648-2905-245B-25CA-128F9615459D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj index dd2c6314a19..1e43d4edfcd 100644 --- a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_calls/end2end_test_shutdown_finishes_calls.vcxproj @@ -21,6 +21,7 @@ {8097C59D-77EA-2DF4-70EA-685991BFA4C5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj index 6a9cc4c29fc..01996b81be2 100644 --- a/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_shutdown_finishes_tags/end2end_test_shutdown_finishes_tags.vcxproj @@ -21,6 +21,7 @@ {05A7AE83-1998-A82F-0B0E-1A11A9E8FE02} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj index fce78387385..3a9ff4be0a1 100644 --- a/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_simple_delayed_request/end2end_test_simple_delayed_request.vcxproj @@ -21,6 +21,7 @@ {48406867-D147-4FF7-4283-65B9F32EF83D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj b/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj index 69d3c727a6d..6228cdc5995 100644 --- a/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_simple_request/end2end_test_simple_request.vcxproj @@ -21,6 +21,7 @@ {B5C69BAE-7606-3C9A-2361-09B0DD9A03B6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj b/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj index f453ada6e40..5673a4c6059 100644 --- a/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj +++ b/vsprojects/vcxproj/test/end2end_test_trailing_metadata/end2end_test_trailing_metadata.vcxproj @@ -21,6 +21,7 @@ {0A5C0258-0329-F775-1FF0-D29F89FE8584} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj b/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj index a012e40df42..6559fb90985 100644 --- a/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj +++ b/vsprojects/vcxproj/test/endpoint_pair_test/endpoint_pair_test.vcxproj @@ -22,6 +22,7 @@ {37166D50-3AAA-1156-19F6-5901DFA55172} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj b/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj index 22d4d9af856..f4fc2104e38 100644 --- a/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj +++ b/vsprojects/vcxproj/test/fling_client/fling_client.vcxproj @@ -22,6 +22,7 @@ {0647D598-9611-F659-EA36-DF995C9F736B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj b/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj index 79ec0aaa5f2..e3d534ca4c1 100644 --- a/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj +++ b/vsprojects/vcxproj/test/fling_server/fling_server.vcxproj @@ -22,6 +22,7 @@ {5D0E4E74-275C-61D1-0D82-46CD2AA0C0B9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj b/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj index 9c4c4b8ddb2..20b9fd9d0c3 100644 --- a/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj +++ b/vsprojects/vcxproj/test/generic_end2end_test/generic_end2end_test.vcxproj @@ -22,6 +22,7 @@ {25A711D8-5C17-BD17-B41E-34A5A361C5C8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj b/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj index 11f2fb11624..927b90e44c1 100644 --- a/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_avl_test/gpr_avl_test.vcxproj @@ -22,6 +22,7 @@ {144D8CFF-2737-A18A-DCFD-01603533D63F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj b/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj index 88335916f2e..eec670c32aa 100644 --- a/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_cmdline_test/gpr_cmdline_test.vcxproj @@ -22,6 +22,7 @@ {10668A5D-65CD-F530-22D0-747B395B4C26} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj b/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj index 12792e820d9..d3680f7de7f 100644 --- a/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_cpu_test/gpr_cpu_test.vcxproj @@ -22,6 +22,7 @@ {0CB6DF66-4346-CCD0-C94B-318321C46501} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj b/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj index a28fa6cb5cd..a38e60b646e 100644 --- a/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj @@ -22,6 +22,7 @@ {07149650-E8AF-B3D8-9D5B-BC34DC909DB8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj b/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj index eef457b3c91..17e847355b9 100644 --- a/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_file_test/gpr_file_test.vcxproj @@ -22,6 +22,7 @@ {13B0BA63-A3A4-D0E7-1DF2-C73281EB0678} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj b/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj index 23b387f004c..d678cc202e1 100644 --- a/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_histogram_test/gpr_histogram_test.vcxproj @@ -22,6 +22,7 @@ {EEBDE4C3-0130-5BD1-E85F-527B3E68FE11} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj b/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj index 1ecab959a9c..1faf2b26349 100644 --- a/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_host_port_test/gpr_host_port_test.vcxproj @@ -22,6 +22,7 @@ {64728265-92F9-103E-6720-8935385458DF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj b/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj index 5fc953a70ff..2bff052c0e3 100644 --- a/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_log_test/gpr_log_test.vcxproj @@ -22,6 +22,7 @@ {38797EE3-62CC-3CBF-18D5-009ED6DD0BEC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj b/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj index 3eb1e21d9ee..254e3eaa584 100644 --- a/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_slice_buffer_test/gpr_slice_buffer_test.vcxproj @@ -22,6 +22,7 @@ {E679773D-DE89-AEBB-9787-59019989B825} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj b/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj index 502b53dc4e1..d65a7db5325 100644 --- a/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_slice_test/gpr_slice_test.vcxproj @@ -22,6 +22,7 @@ {7F2D1623-AF04-DD98-BCE6-61ADB9A52366} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj b/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj index aca4d05b72f..dce218c6bbe 100644 --- a/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_stack_lockfree_test/gpr_stack_lockfree_test.vcxproj @@ -22,6 +22,7 @@ {AD06B5CD-8D5C-A365-C46B-3CF32237A4F7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj b/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj index 123ade09ac4..6c86cd833b7 100644 --- a/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_string_test/gpr_string_test.vcxproj @@ -22,6 +22,7 @@ {B453457D-8FBC-9C9F-A55E-C06FCE13B1F2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj b/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj index f7ff4f59ee0..2333b811a25 100644 --- a/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_sync_test/gpr_sync_test.vcxproj @@ -22,6 +22,7 @@ {98B2F932-5D6D-9FF0-516F-43FD7E0E4F1A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj b/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj index 3f531800201..4989a14bd56 100644 --- a/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_thd_test/gpr_thd_test.vcxproj @@ -22,6 +22,7 @@ {459B2FAC-5FC8-1F47-8053-66D46EA39A49} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj b/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj index f96c2326234..464b1393d17 100644 --- a/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_time_test/gpr_time_test.vcxproj @@ -22,6 +22,7 @@ {9779680E-3218-1528-E922-605871A20C3F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj b/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj index f736de2f760..bfa28eaaf9e 100644 --- a/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_tls_test/gpr_tls_test.vcxproj @@ -22,6 +22,7 @@ {F5B6D7FF-A762-CBC3-8CDC-83890EAEB2FE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj b/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj index 3d1f66bf6db..96c58dda373 100644 --- a/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_useful_test/gpr_useful_test.vcxproj @@ -22,6 +22,7 @@ {40B790A8-BB01-9F12-5309-C0BEA97C75BC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj b/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj index 4105b7870f5..7c341002cdb 100644 --- a/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_auth_context_test/grpc_auth_context_test.vcxproj @@ -22,6 +22,7 @@ {C65A4336-92D6-D6A0-EB86-E3AA425222D0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj b/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj index 297b6d4ffdb..3e72cd9e9aa 100644 --- a/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_base64_test/grpc_base64_test.vcxproj @@ -22,6 +22,7 @@ {759A2BB1-DA1B-196C-94A3-98687BBC9F36} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj b/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj index 2466de54952..b54fe4ad39b 100644 --- a/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_byte_buffer_reader_test/grpc_byte_buffer_reader_test.vcxproj @@ -22,6 +22,7 @@ {82124768-C986-6C10-8BCC-B255B7C84722} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj b/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj index 28b7852816f..8b5053708e8 100644 --- a/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_channel_args_test/grpc_channel_args_test.vcxproj @@ -22,6 +22,7 @@ {58FB566F-DCD5-3ECE-233E-C1FD13CA2185} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj b/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj index 5233ec8c193..448087b7de7 100644 --- a/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_channel_stack_test/grpc_channel_stack_test.vcxproj @@ -22,6 +22,7 @@ {E3CEAFE1-8CE9-61F6-A720-E26662246B1F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj index 2785fdc110a..1437e491076 100644 --- a/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj +++ b/vsprojects/vcxproj/test/grpc_cli/grpc_cli.vcxproj @@ -22,6 +22,7 @@ {122E903D-29D4-915A-E37E-F434D049E56C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj b/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj index c9e31284f28..86573b6d897 100644 --- a/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_completion_queue_test/grpc_completion_queue_test.vcxproj @@ -22,6 +22,7 @@ {16CDF507-EB91-D76C-F0A7-A914ABFD8C17} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj b/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj index dbd1eb6ad37..266c4a0e36a 100644 --- a/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj @@ -22,6 +22,7 @@ {8305CC95-25CD-E15F-EA1A-11626FCF5AF9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj b/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj index c673a58058e..cc1af3feb83 100644 --- a/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_invalid_channel_args_test/grpc_invalid_channel_args_test.vcxproj @@ -22,6 +22,7 @@ {B50FD4F7-5628-9BEC-81B9-EB79A0A45577} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj b/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj index 58924bb423e..ddf2112b121 100644 --- a/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_jwt_verifier_test/grpc_jwt_verifier_test.vcxproj @@ -22,6 +22,7 @@ {60B5E7EE-7D9E-1F27-BD9F-2F5D44BC6751} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj b/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj index 80c55202e4e..9632f13de21 100644 --- a/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_security_connector_test/grpc_security_connector_test.vcxproj @@ -22,6 +22,7 @@ {74DCFC52-3C79-66BC-3DB0-B6A90D81BB68} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj index 01492cadb34..0b93632b383 100644 --- a/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_bad_hostname_nosec_test/h2_census_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {86F9C573-F7EB-0449-45E4-308D357F6762} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj index e01a372e09f..a9d0fe92f8a 100644 --- a/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_bad_hostname_test/h2_census_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {B45499F3-C7F4-AC5B-3C73-9B190F9215C4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj index 5460df04c58..1ad42253ebe 100644 --- a/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_binary_metadata_nosec_test/h2_census_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {7D420C98-F137-FCA4-FE63-CFBA4040DDCE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj index e08c8d5f4f2..151dbc3a08c 100644 --- a/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_binary_metadata_test/h2_census_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {391B199D-C860-A395-2A46-00ECFE898FFD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj index 6dce4265862..4d5ea9f5bd5 100644 --- a/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_call_creds_test/h2_census_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {DA6019C8-E522-D03C-6EDA-2946B9726DAB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj index 34ea12be425..5ffabf06b7d 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_nosec_test/h2_census_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {06CC7CD8-81DF-8A41-1EC6-B3F0E7003D8C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj index a1fddae7782..0e81aed09e4 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_accept_test/h2_census_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {1B32DBFD-69B4-98DF-D41F-D65F711DBE16} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj index 7115149f091..4f03896ed1b 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_nosec_test/h2_census_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F8AAA85B-059C-5DC5-C877-18831D98CC71} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj index 7716c4b1f34..8e7e90efb10 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_client_done_test/h2_census_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {170E8B6A-D83A-3246-1BAD-AB9DD4D924EC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj index a824b3eba2d..0e85cd8e1c1 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_nosec_test/h2_census_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {50A1CDDC-E98B-D282-C16A-C9703EB9A938} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj index 2655a55a05d..9a0b5d88fd0 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_after_invoke_test/h2_census_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {67EAE492-0406-06F9-8559-1A9AAF0CC8FA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj index 41cdbbfd598..d9b3a78fc6f 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_nosec_test/h2_census_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {3D46443D-3C29-F9DB-C515-9C89D185B3ED} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj index d93adc487a8..725f22b570f 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_before_invoke_test/h2_census_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {43DE33ED-2D2E-2B32-9EFA-B5F01CEDA3FB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj index 092456b5bbf..01ec74199a8 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_nosec_test/h2_census_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {6EDBD48F-6070-BC42-6DEE-E2F3FF85DB2A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj index 7f6bc7d6671..e49bfb270fe 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_in_a_vacuum_test/h2_census_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {B1A171BF-D7D7-A5ED-C397-E3E0D75B2651} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj index d4bde9a63dd..4407083e780 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_with_status_nosec_test/h2_census_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B3593ADE-3AA7-D54E-40A8-7BBACCD27F2F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj index 841553bc1ee..53838a6c43a 100644 --- a/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_cancel_with_status_test/h2_census_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {AA16853C-514C-F3E8-6B19-4106D91DECBF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj index 551d595c0d4..62bb3f7bac4 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_connectivity_nosec_test/h2_census_channel_connectivity_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E64B4D31-12A1-24EF-B8A4-60E49C0C483B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj index 7d628d05fbc..42a10dc2542 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_connectivity_test/h2_census_channel_connectivity_test.vcxproj @@ -22,6 +22,7 @@ {3AF5C04D-B0D3-CBD9-B83A-B789D3639C4A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj index acaee8c47b0..c821b0298c6 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_ping_nosec_test/h2_census_channel_ping_nosec_test.vcxproj @@ -22,6 +22,7 @@ {62D6DBD5-17E8-44C5-16EA-0CA55F9890BE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj index f95129b9e30..8202c5f2134 100644 --- a/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_channel_ping_test/h2_census_channel_ping_test.vcxproj @@ -22,6 +22,7 @@ {65137593-7C9E-8405-189E-766299F514C9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj index 7835f2bdef6..ee6be831c17 100644 --- a/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_compressed_payload_nosec_test/h2_census_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4C2F7C09-AF64-FCBE-B6D4-06AFCD2A75B8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj index 414f05d3dba..c4b03163fa5 100644 --- a/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_compressed_payload_test/h2_census_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {B9441F3F-E1F0-0B2E-B4FC-AE52ABE46C3F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj index c7807e988f9..448ea7a5b68 100644 --- a/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_default_host_nosec_test/h2_census_default_host_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1B7B56A2-9004-AC96-6F72-3F35FF7641CA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj index c6c1db73c6d..55296df9820 100644 --- a/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_default_host_test/h2_census_default_host_test.vcxproj @@ -22,6 +22,7 @@ {9E35A429-2DDF-8C1E-7D30-6F23593CE418} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj index d0f1b93daed..e9a6a4d14ae 100644 --- a/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_disappearing_server_nosec_test/h2_census_disappearing_server_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1CA5087C-45AC-7852-9DEF-3434E2B58BC4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj index af491332564..0d922620b56 100644 --- a/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_disappearing_server_test/h2_census_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {987E704F-1E47-1D62-FA07-75355D134322} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj index 06579a71041..96a96aa0ad3 100644 --- a/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_empty_batch_nosec_test/h2_census_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {819A5489-ACF8-2549-035C-B7559E7038EE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj index 43286c8f92f..c879692e587 100644 --- a/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_empty_batch_test/h2_census_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {3E5557AF-A021-F3C9-7C49-E496E230F2EE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj index 09e2112872a..39af0047125 100644 --- a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_nosec_test/h2_census_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {26086168-1102-22E6-439C-A2A99AFD54EE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj index 197d781bf57..ee01d0d0bb0 100644 --- a/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_graceful_server_shutdown_test/h2_census_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {40F20798-EAB3-C154-60EA-05FA0E91FE43} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj index bf2ab8b1c8b..d0c1e70ba72 100644 --- a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_nosec_test/h2_census_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0757BB82-2336-8B17-FAD9-8221E76AAFAD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj index 265468df0e1..f3d34d35a37 100644 --- a/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_high_initial_seqno_test/h2_census_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {06309311-624C-1CC5-D4DA-E398486C67E7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj index 952e26e981c..90325606153 100644 --- a/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_hpack_size_nosec_test/h2_census_hpack_size_nosec_test.vcxproj @@ -22,6 +22,7 @@ {765F8E2B-73C6-32FC-DA75-6378F06E488B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj index 0e1b8503d2c..7a894e56be8 100644 --- a/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_hpack_size_test/h2_census_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {710DAC67-D870-2E50-0531-55019C0D76A7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj index 6b7ef5d5654..a44602be3ba 100644 --- a/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_invoke_large_request_nosec_test/h2_census_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F3A16AD1-648D-EF80-6DEF-D83902FC7826} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj index 3b27029aaa1..9078b5e2d26 100644 --- a/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_invoke_large_request_test/h2_census_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {E98C0F57-0CA0-9246-E073-13DA412078BF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj index d3091bd9c47..c503e241670 100644 --- a/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_large_metadata_nosec_test/h2_census_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B6C36EF9-FE5A-3271-A375-84F311B9878C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj index 4783d060c82..8755aa3c72f 100644 --- a/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_large_metadata_test/h2_census_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {8D21B626-C08F-64C2-63A8-72FC2CF55421} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj index ea2a5152de3..db9af7b6af9 100644 --- a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_nosec_test/h2_census_max_concurrent_streams_nosec_test.vcxproj @@ -22,6 +22,7 @@ {75D6C625-D73B-AF4C-AEE4-5BCD6E97BE38} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj index 1e1bfb7f649..0ae52dd6cba 100644 --- a/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_concurrent_streams_test/h2_census_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {65686B37-B5B0-F7D2-46FB-A7CBF0D72E38} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj index d1036cfeffe..90319a0fa94 100644 --- a/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_message_length_nosec_test/h2_census_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {D1B3677A-19DB-5D68-92DE-EB0109C52EEA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj index 09283b32713..3c2644b4ccd 100644 --- a/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_max_message_length_test/h2_census_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {9A9906E3-3632-2564-F4F9-0AAF44913D59} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj index dad36316edc..ad541374ec5 100644 --- a/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_metadata_nosec_test/h2_census_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {88CD86B5-E6E1-F169-5807-5EC9DB423432} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj index c56107a2c73..22f4d6ac409 100644 --- a/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_metadata_test/h2_census_metadata_test.vcxproj @@ -22,6 +22,7 @@ {19DF901C-3C22-FC40-BF16-02C4B0A6E296} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj index 5bd749c8744..15fa90da3b6 100644 --- a/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_negative_deadline_nosec_test/h2_census_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B0D4AB5C-A838-7E17-6A0B-A1BD1D2C00E2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj index 3353e742b01..2820ba5892f 100644 --- a/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_negative_deadline_test/h2_census_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {77243F83-4B0C-5634-B0C5-834EDF63E5F0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj index a5e31e226b5..c54aefcf61d 100644 --- a/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_no_op_nosec_test/h2_census_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8301AECB-E49C-2CCA-1F69-38AD0FE3F30A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj index b2e31a0a9d6..a5c0fad3664 100644 --- a/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_no_op_test/h2_census_no_op_test.vcxproj @@ -22,6 +22,7 @@ {84C24806-D99B-ABC6-7487-4A2236D3004E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj index ec238a9918c..d6b343f645b 100644 --- a/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_payload_nosec_test/h2_census_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {3C3162AD-FA88-6447-D067-CF43F2E916BC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj index ad3d070f0e4..8c5fb1b9a5d 100644 --- a/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_payload_test/h2_census_payload_test.vcxproj @@ -22,6 +22,7 @@ {37DF626C-BC13-00F0-D3A5-91C2754C1D42} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj index c595c2fd909..57aadaade19 100644 --- a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_nosec_test/h2_census_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FB3A1136-CE5E-ABEC-C9FC-C9DFA13CF7EE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj index a76d7fced79..2dc81a029be 100644 --- a/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_ping_pong_streaming_test/h2_census_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {B049A6C4-C055-D12E-AACA-3A0ECC421497} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj index 0b2aaa9f270..b1541a0c60d 100644 --- a/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_registered_call_nosec_test/h2_census_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0DDF659C-4ADB-5F32-39A7-8E08C831DE6F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj index 59f224dd4f8..ad78afdbc6b 100644 --- a/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_registered_call_test/h2_census_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {B6392CBD-DFB3-1319-8BE0-76924D27740A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj index 1cabeec5df9..0ad395494fa 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_flags_nosec_test/h2_census_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {BA385B0E-7F60-B60A-AB16-80A35461B675} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj index 3021ebe78f0..1b8082e5304 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_flags_test/h2_census_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {C560126D-FE4B-8287-BDFE-250634369CB2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj index 808c1967e5a..c47b1dae4c7 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_payload_nosec_test/h2_census_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {9E08A759-C69C-F04D-DC17-95370DC4CF1A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj index dcf11ddef97..2df1157865c 100644 --- a/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_request_with_payload_test/h2_census_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {3A8D598B-690F-5B57-90B4-0E35F1FA46E3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj index d2776b1f742..463263f7d95 100644 --- a/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_server_finishes_request_nosec_test/h2_census_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E4637422-E7C8-961A-AD9A-1892523ABE33} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj index c8bcc010921..cf836f317d9 100644 --- a/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_server_finishes_request_test/h2_census_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {6FFFA724-3AEF-3388-9A64-F5DA549892A8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj index 7e2814db26d..d60306613fd 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_nosec_test/h2_census_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C2BBA472-8D7F-8765-F2B5-2800E0AA423D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj index cdd541e1c7e..abdadbd0332 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_calls_test/h2_census_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {F60531B2-6325-6A21-C8B2-56EE84C71E42} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj index b90919bc63d..84e9448bf95 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_nosec_test/h2_census_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {23A79996-BC9A-E56F-4BDF-256BE8C7B7A9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj index fcd64e826a9..97c6e6c3f7c 100644 --- a/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_shutdown_finishes_tags_test/h2_census_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {05C5B025-37DE-BC89-27AF-E4FCDC4FDD20} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj index a544af1322b..3f8a5757cb8 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_nosec_test/h2_census_simple_delayed_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {565EE135-1106-6CD3-8D21-93A587E1754C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj index 9e7db7aceaf..1f5b1c368c6 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_delayed_request_test/h2_census_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {0ED3A1B3-D4FA-7E8C-A052-D60BE7D8B5EF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj index 0fee8daeabf..952a5bd570b 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_request_nosec_test/h2_census_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {EFF8E6FA-674C-2E74-698E-5C8733D1687F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj index b723592ef62..bb335063648 100644 --- a/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_simple_request_test/h2_census_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {727C5ACD-6416-A4EC-FB53-DA11B7A8F044} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj index 6b2567c6f7d..ea2a9b7927d 100644 --- a/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_trailing_metadata_nosec_test/h2_census_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {14664DD1-126F-C9F8-E62D-5CCB8FF60853} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj index e2755a20318..85cbf0a7ffc 100644 --- a/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_census_trailing_metadata_test/h2_census_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {AC0F95A3-5E6F-BAB2-6D0B-33E042A1A4AB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj index 0f045bd8a99..311e4a11d5c 100644 --- a/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_bad_hostname_nosec_test/h2_compress_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {96C4BFE3-C90B-5BAD-DD0D-70A721D42625} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj index a66d0c51fdd..c1f8dfd454c 100644 --- a/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_bad_hostname_test/h2_compress_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {CB29C8C8-0EF3-843F-2E56-36E076A57D0C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj index 81772238ee0..af5b386fab3 100644 --- a/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_binary_metadata_nosec_test/h2_compress_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5ED1CBF8-9133-302D-3E36-55E155E459AF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj index f88cd45365b..d5726470a98 100644 --- a/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_binary_metadata_test/h2_compress_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {884ED524-5AF9-660C-0CC9-50C3EBB9569A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj index 296b1a5a8df..b88b962a525 100644 --- a/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_call_creds_test/h2_compress_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {04713493-124E-B5F4-8140-AD1486110FFB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj index 7f74094b6e0..5c0c0d1990e 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_nosec_test/h2_compress_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F999D568-EC9C-900A-9A8C-9CDCB7A759F3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj index d0c1308217d..b45f06b5974 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_accept_test/h2_compress_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {F36A906D-8CC4-FBA1-262C-73ED04A70A4C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj index 67b5842a546..cdff1cb1faa 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_nosec_test/h2_compress_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {90D80E33-FB22-5125-4643-A673BC501DFB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj index c1ed48ae8f7..2f95ed6e7b3 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_client_done_test/h2_compress_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {2B39B7F9-D864-AF4D-6262-96A41009016E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj index a3e429a6497..003893919bc 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_nosec_test/h2_compress_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {00ED1A10-7E78-CAB2-D13A-B692F17035E3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj index b31d11a5a75..2b3e13073be 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_after_invoke_test/h2_compress_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {1EAD887E-C716-5F99-4CEE-E1CB5ACEAFC9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj index 22db22526d8..eecb70218e7 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_nosec_test/h2_compress_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1C21DC25-4F7A-C145-410E-5E4640E4A7D7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj index c6740105b43..6a8f69889f5 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_before_invoke_test/h2_compress_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {D68F767F-8795-8F5A-26FE-9A68F87F82E3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj index 1f2f303ad45..6fdba7fb86e 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_nosec_test/h2_compress_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {467EF0AF-3186-C362-DB42-9232D8C11F42} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj index 51d2ae81ef2..fe5310c2a66 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_in_a_vacuum_test/h2_compress_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {D19D72FF-3337-2798-6D34-F80730C233AD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj index 3ca7c97d7d0..6942ed78fc2 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_nosec_test/h2_compress_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4A1E84B8-9D81-0CC8-B93A-204CE06977EF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj index ed0f38cd18f..3b1713954e2 100644 --- a/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_cancel_with_status_test/h2_compress_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {F31E3059-455F-8F40-980E-2C5241D5FAC8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj index 2a760e800a6..1ea23b2ae3f 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_nosec_test/h2_compress_channel_connectivity_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F02039BC-7AEC-E390-660D-66299CCFC443} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj index 88fa8d7ec0c..cf9cdd084fa 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_connectivity_test/h2_compress_channel_connectivity_test.vcxproj @@ -22,6 +22,7 @@ {352ED9DD-39D9-3E56-3591-51CBCBB03E99} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj index 44d1973e700..65a864b8a83 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_ping_nosec_test/h2_compress_channel_ping_nosec_test.vcxproj @@ -22,6 +22,7 @@ {505068F1-C0A0-68DD-5ED8-88B4D16367C3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj index b87f45b605b..db0d4c799c7 100644 --- a/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_channel_ping_test/h2_compress_channel_ping_test.vcxproj @@ -22,6 +22,7 @@ {DDA1F79B-51A3-39EF-72F5-89303FFBAE7E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj index a31af3eb31e..2ab1b37dec3 100644 --- a/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_compressed_payload_nosec_test/h2_compress_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {13C0D5F2-1CE0-0D1B-5541-1B4B3AC2ACD9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj index e3e416d85f6..cfa1f754570 100644 --- a/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_compressed_payload_test/h2_compress_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {303F8433-916A-1076-4102-09F5ED1B6206} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj index 80a8938b1ca..d2b8213e225 100644 --- a/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_default_host_nosec_test/h2_compress_default_host_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F84F70C7-8682-496A-329A-AAE31462DBB1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj index 5ce203ec636..0f150ebd9e3 100644 --- a/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_default_host_test/h2_compress_default_host_test.vcxproj @@ -22,6 +22,7 @@ {2B48557B-706B-2822-60C3-B8D807A660D4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj index d7ef1343896..07e7e0adeec 100644 --- a/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_disappearing_server_nosec_test/h2_compress_disappearing_server_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2C994ED4-21A5-252E-F252-51A133C0F992} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj index e84a31960a8..d66dd198ef1 100644 --- a/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_disappearing_server_test/h2_compress_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {A3A5B953-9949-5FB3-9AEB-45382B50B0F8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj index 60738a0f906..61f31ffa2ea 100644 --- a/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_empty_batch_nosec_test/h2_compress_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1A9598E2-C4DB-613D-FE15-48952CF25016} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj index 49e5af57d09..5ac43355965 100644 --- a/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_empty_batch_test/h2_compress_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {B610DB99-C0E3-AF85-5B94-BAA907E0D103} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj index 53fdc8bdd9a..ff87eaf4dcd 100644 --- a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_nosec_test/h2_compress_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {611B4ECB-6624-4FD7-4010-B28D312F2815} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj index de548a07713..45f4689b700 100644 --- a/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_graceful_server_shutdown_test/h2_compress_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {1D8B7227-4B1F-5637-A1CD-CBBF0AF83683} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj index e72f81d97a0..33fcfb102af 100644 --- a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_nosec_test/h2_compress_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E6C18E4E-ABC4-1C26-BAD6-67F92B80942F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj index 2ff8ecf247f..7c0afb0951d 100644 --- a/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_high_initial_seqno_test/h2_compress_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {1B8B71B0-ED48-43BF-0553-092CF96A330B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj index 32dd3095697..18377120976 100644 --- a/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_hpack_size_nosec_test/h2_compress_hpack_size_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5A641212-7C59-E552-0ED6-F05F710DD4F5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj index c38a965589e..e9cf4f970d3 100644 --- a/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_hpack_size_test/h2_compress_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {8E7B2D33-360B-9A26-8BFD-1BAD10769F33} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj index 560ee7f2568..c10e4fc7f9a 100644 --- a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_nosec_test/h2_compress_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C3A6661F-806B-BDE6-AF91-032175B443F8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj index f9dfdc03d7b..5c0edbbaca8 100644 --- a/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_invoke_large_request_test/h2_compress_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {FE9E76C0-74CB-5085-6CE6-862E49037F0B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj index 2589d425811..e53fe4263c2 100644 --- a/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_large_metadata_nosec_test/h2_compress_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {842A5121-D6F0-5B9C-A265-697BAC68FDCF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj index 8f2fdfcdc0a..9ac02a40c6d 100644 --- a/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_large_metadata_test/h2_compress_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {EE75CC93-CC3C-236F-C10D-2C7D7D3F340C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj index 5b818a72ae3..6395242c7fc 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_nosec_test/h2_compress_max_concurrent_streams_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1FFA6F19-91C9-B6B2-1716-BFE8F3BEE451} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj index a85e2e24264..d14cb6815c4 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_concurrent_streams_test/h2_compress_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {2D66CC24-54D8-B983-51A5-357FDF81084C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj index c9810668272..8af5da979d2 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_message_length_nosec_test/h2_compress_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {DDBBB4D3-8C84-CEFE-FF59-4B7B521A73EF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj index e902ce16e07..90806fa307f 100644 --- a/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_max_message_length_test/h2_compress_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {A9FEABE4-FB0D-7AE0-285B-2F1A8DF3212B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj index 836d5c686b6..03c6078fe17 100644 --- a/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_metadata_nosec_test/h2_compress_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CBAB43F1-097C-6026-25E3-192486FE05B2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj index b140a09b52d..23d846b6c47 100644 --- a/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_metadata_test/h2_compress_metadata_test.vcxproj @@ -22,6 +22,7 @@ {31739A36-22EA-0AE0-2409-DEB2254B1A07} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj index fd4b4a43300..05122c85097 100644 --- a/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_negative_deadline_nosec_test/h2_compress_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {67911E2D-6892-95DE-F074-E5F8D746D263} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj index f29588f1ccb..236ee1e93b8 100644 --- a/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_negative_deadline_test/h2_compress_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {0EE6FA2C-D2A4-B235-6A28-335233BAAACE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj index 3fb774f7c7f..e664f08987f 100644 --- a/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_no_op_nosec_test/h2_compress_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {202B8111-913C-9469-E258-B4CF12A3F060} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj index 6e4918bac99..45c4f97b486 100644 --- a/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_no_op_test/h2_compress_no_op_test.vcxproj @@ -22,6 +22,7 @@ {635D3414-DAE1-55F4-B5F5-BC0813AF1501} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj index 76bc56dd27b..7c3c612883d 100644 --- a/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_payload_nosec_test/h2_compress_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {DBDCD22E-4777-7AC4-5C4A-92609FEFA2C1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj index dc856c53299..d6c1b905084 100644 --- a/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_payload_test/h2_compress_payload_test.vcxproj @@ -22,6 +22,7 @@ {EF996792-C83A-F8BF-153D-0C3C4DBE81ED} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj index b9532493fd6..e1f910a1508 100644 --- a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_nosec_test/h2_compress_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {644F1E02-2BF7-4C3B-A3A0-EFCDC4F6FD74} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj index 513e1917a5f..aa6b45638c6 100644 --- a/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_ping_pong_streaming_test/h2_compress_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {302C4968-08C6-F190-8DE2-8D77734E97A0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj index 25ae25afa41..b011fb55b32 100644 --- a/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_registered_call_nosec_test/h2_compress_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {92707E81-C203-5D81-5C17-CB21752EB969} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj index fab8d46f451..1491c08ef9e 100644 --- a/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_registered_call_test/h2_compress_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {38958F18-E9A8-ED86-C2D3-2BC3B127B7E3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj index 2d4919791b8..6cc7c24a520 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_flags_nosec_test/h2_compress_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B04870B1-114D-9C85-3184-D628E02DE197} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj index 830cec8f8c5..db6c9f167fc 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_flags_test/h2_compress_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {4AFF9151-956E-3F0C-0819-6EA49B4C52C3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj index 5e43aee59f5..4227045f697 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_payload_nosec_test/h2_compress_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {6728B099-9945-66F3-5787-B6F6EAE6453D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj index 7310217fc1b..b56d8e34833 100644 --- a/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_request_with_payload_test/h2_compress_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {0379CA36-E7DA-01F0-3725-FDA7B8CEEAFA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj index b0d2240f913..acb6f5924c3 100644 --- a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_nosec_test/h2_compress_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {D7137A13-9D56-3513-3D3D-C22BCE567EA4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj index 9a92af24505..d17a66d6119 100644 --- a/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_server_finishes_request_test/h2_compress_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {266B59A0-43C9-780A-1D98-A747CEA769D1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj index fc3364f3031..e8e5c35a122 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_nosec_test/h2_compress_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0FE43EC8-2797-BE12-2106-281A26A080F5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj index 85260f9fa15..c89edb1e20c 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_calls_test/h2_compress_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {B28890CB-ADE6-3D84-9DF5-FE28483F79E7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj index e3557de9c72..e35ea75f0e1 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_nosec_test/h2_compress_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8B51D945-8598-E392-52AD-C2DB3C6AA09E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj index bec73cc80b2..14e505beec1 100644 --- a/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_shutdown_finishes_tags_test/h2_compress_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {E4A58FD6-FB2B-77F7-C333-70E16282DD2F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj index 80994fa8889..3cba405e5ae 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_nosec_test/h2_compress_simple_delayed_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E9C6481E-C01D-8A73-DFF6-4F239147B4F3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj index e6f16bef8f4..7b80c25e8b1 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_delayed_request_test/h2_compress_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {812AC8A4-E61B-6694-3E6C-9BFF7857CD98} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj index 58040a9b289..fceeae1351a 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_request_nosec_test/h2_compress_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C7B576A0-D3B8-C80D-0406-9D8B0F90F36B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj index d2a9b46f149..b1d5e4c2da5 100644 --- a/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_simple_request_test/h2_compress_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {06A6776A-5334-DE2F-F529-9F416177A476} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj index ba7c2128657..db889a3c96b 100644 --- a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_nosec_test/h2_compress_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CA32B405-3518-DB3C-F369-4FA5343792E4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj index 5aec9cadaca..97138bc1983 100644 --- a/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_compress_trailing_metadata_test/h2_compress_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {86A99F28-525B-0C85-131A-6DF6228322CF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj index 6cc090f7496..a59351c65a9 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_bad_hostname_test/h2_fakesec_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {2B73A073-D037-7228-FF2C-CE9003E62A37} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj index 37a3206115e..b47b8da4761 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_binary_metadata_test/h2_fakesec_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {1C351D01-A77D-2732-7B99-BFF8D142EE2B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj index 56d7f13f846..d8b5f8be9fb 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_call_creds_test/h2_fakesec_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {64429EC9-4462-9292-F147-4E55989A88F4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj index 7eb24a751fc..5d5dd00d1da 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_accept_test/h2_fakesec_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {78F1BE64-1D7D-080B-1354-5327141E427D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj index a6d25825b34..c627fec361b 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_client_done_test/h2_fakesec_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {55CAC840-6CB4-2D27-1F96-A87624C47E3B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj index 92d80d55610..7f5344dd89d 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_after_invoke_test/h2_fakesec_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {D0E1003A-D7B4-B7C2-4BF5-3C4C3030C0A0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj index 3d4dcc11098..94d5a6008ff 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_before_invoke_test/h2_fakesec_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {5D22032C-A9AA-E3DA-5984-779E75B4CBD7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj index 3f82a253952..fab7df7921f 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_in_a_vacuum_test/h2_fakesec_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {59686327-AD91-8104-0BFA-E36F0CF63F12} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj index 648077e235d..e9996543031 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_cancel_with_status_test/h2_fakesec_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {230FFF97-BA99-FC46-C2B5-D4D1A762CFE6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj index ab680904361..ddb2eebec8f 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_channel_connectivity_test/h2_fakesec_channel_connectivity_test.vcxproj @@ -22,6 +22,7 @@ {113CFE3F-C9C7-EF82-09B1-EA9315F44840} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj index 86dad94fc1c..d48b9b15d8e 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_channel_ping_test/h2_fakesec_channel_ping_test.vcxproj @@ -22,6 +22,7 @@ {967825BB-799F-1489-AF72-29AC63B39CE2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj index 768c158355e..2874fbb99b8 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_compressed_payload_test/h2_fakesec_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {C467710B-E67C-AFB5-0E3C-7AEBB78BFE19} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj index f5beac64b03..665a973282a 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_default_host_test/h2_fakesec_default_host_test.vcxproj @@ -22,6 +22,7 @@ {90E67350-9702-C9F2-57F6-56D3FB431A66} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj index 8372986683d..5dea9f0a4ac 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_disappearing_server_test/h2_fakesec_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {6DBC8F24-1A07-F20F-1A59-D915C517ECAF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj index 7f3f6c3af54..8829e195c94 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_empty_batch_test/h2_fakesec_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {54ACA3B2-D418-1D50-67A7-FAAB066A5961} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj index 8f1dde74d2a..4b5cc0befd8 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_graceful_server_shutdown_test/h2_fakesec_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {5EDFDF46-E423-4DDA-52C6-ED3505042B41} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj index dcea7a9b6a3..c81969f22ff 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_high_initial_seqno_test/h2_fakesec_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {65265C4A-46B8-F54C-96AB-10A292FE851F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj index 6cb5f627abe..cbce323a779 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_hpack_size_test/h2_fakesec_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {5CDFA7CB-09E1-E01E-E21D-7446146478CC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj index 36171670bfc..732170ba558 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_invoke_large_request_test/h2_fakesec_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {93980DE4-8935-C0F5-86F8-22B3F0811121} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj index 60f73154a14..3953ffbab61 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_large_metadata_test/h2_fakesec_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {5B0D2853-4649-92CC-D646-12D0B20A0554} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj index f711053235d..17b0b6817a6 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_max_concurrent_streams_test/h2_fakesec_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {A27FCA52-CE1B-F954-BFAD-8441690D107B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj index 8baf189fb07..afa7ff0c409 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_max_message_length_test/h2_fakesec_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {7046A19B-B705-F1A4-825B-2A360657D6A7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj index e2e613d1151..de9ff7d7918 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_metadata_test/h2_fakesec_metadata_test.vcxproj @@ -22,6 +22,7 @@ {5295E38D-2A16-BAFE-BC51-A35FDF2AA63B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj index 5105ab6d7da..a3906946b17 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_negative_deadline_test/h2_fakesec_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {029E528C-532C-A742-8FB6-03EA143B143C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj index cb85368880b..d399667c484 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_no_op_test/h2_fakesec_no_op_test.vcxproj @@ -22,6 +22,7 @@ {036FDE31-2C41-4668-BE22-4C968DA2D372} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj index 432495644af..785b91cd862 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_payload_test/h2_fakesec_payload_test.vcxproj @@ -22,6 +22,7 @@ {06D0291E-3F93-C0F6-5903-C9640E222405} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj index b37d549b415..b03c136c3a5 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_ping_pong_streaming_test/h2_fakesec_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {6BB82547-D610-A8C9-69B1-1166093C4779} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj index cca9c676897..aefc029019d 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_registered_call_test/h2_fakesec_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {37923966-74A7-B75B-0AA1-90584A91D160} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj index b7c1695070a..aebe5a026b3 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_request_with_flags_test/h2_fakesec_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {D10E11AF-FBD8-3A70-760F-577B5D860E47} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj index 65ef0e57b11..d2203e5a225 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_request_with_payload_test/h2_fakesec_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {0AC105E0-744F-FC79-0D90-35A29BB6DA71} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj index 7d4b0ca1d86..60dadf5b515 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_server_finishes_request_test/h2_fakesec_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {30BDE587-AE00-421F-7192-52CFDFFC5972} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj index 8cd752d131f..85ae910eeae 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_calls_test/h2_fakesec_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {52BCBE3E-C94B-EBC1-E3EC-0A18EEE2317B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj index 079336ec92f..8b5dec69bc6 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_shutdown_finishes_tags_test/h2_fakesec_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {3BAF9ACD-EC82-A619-71E3-935C5286CEF2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj index fcb83967f87..0fb6099cafa 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_simple_delayed_request_test/h2_fakesec_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {0352339C-24EA-D9AF-1882-B8CB858DCCFB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj index e415b9f8514..1ad3e9bec3c 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_simple_request_test/h2_fakesec_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {DFCF577F-491B-02FB-D636-DE8E7BED6F4B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj index 0981ba891ea..8ef7c351011 100644 --- a/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_fakesec_trailing_metadata_test/h2_fakesec_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {30167EA5-6C9A-81EB-6DFA-150A7E2C9F75} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj index 773eba9592a..b777e3abfb7 100644 --- a/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_bad_hostname_nosec_test/h2_full_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {180A8A2E-ABED-37A8-77C0-8FF12F7DEBA3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj index 95f5f38df4a..7424cdd448d 100644 --- a/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_bad_hostname_test/h2_full_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {B7E28A49-8BCC-11BB-B36F-46B3305C42C0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj index 4a8a2d638a6..83cf4aa505c 100644 --- a/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_binary_metadata_nosec_test/h2_full_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {058906D1-234B-28DD-1FAD-4B7668BFB017} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj index 90818d2785c..ac1dc3a5354 100644 --- a/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_binary_metadata_test/h2_full_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {550EF5D8-3F58-19C7-A73A-C912D05CFE2D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj index 86ce8ed288a..e6a69dc9dcb 100644 --- a/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_call_creds_test/h2_full_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {C69BC743-D262-DCC1-40DC-D13DC1333758} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj index 2945faaa1fe..55277b87c77 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_nosec_test/h2_full_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FEF11C57-9947-6639-FF38-DAD219BB2907} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj index 7338c4cf8c4..eeac38f7bcb 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_accept_test/h2_full_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {23BA838C-5D74-2CDD-A0C1-3DD3FBAEFFC6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj index 5c7167db8d9..2f3bb6839d1 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_nosec_test/h2_full_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {A3478C98-3998-8E4C-5BEE-3AF333C0732D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj index 04f75d2fb00..df490d5f5a4 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_client_done_test/h2_full_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {B4A406EB-E569-F2FD-9AC2-AC22C081C0B7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj index 245140fa862..4a379f3faeb 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_nosec_test/h2_full_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {7B7A4D5A-439A-F2D7-DC2D-134AA5DCD330} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj index c7077eba95a..fedf12b75f0 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_after_invoke_test/h2_full_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {6C90D97A-04BB-0E78-6DC7-E37D04522CA7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj index f632b3e6319..45e6b1a6aeb 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_nosec_test/h2_full_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2C1F50E1-4D99-8F30-2662-85303BC354AC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj index 6639b16fced..a7e8d3a55cb 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_before_invoke_test/h2_full_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {802670DA-5F9E-333F-A381-7208FF6CB333} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj index a2eafe710db..14ac9db2f97 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_nosec_test/h2_full_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {393109FA-790F-966C-740F-31612CD92354} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj index bd97551fc76..fed4b098601 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_in_a_vacuum_test/h2_full_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {F4051DEB-6C91-E94A-A69D-2FDC1D4EC295} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj index 58ef559f8e1..0a4c68ddb1f 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_with_status_nosec_test/h2_full_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C92BFF19-AEA2-D22D-C6E2-CC7C6D57ADE5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj index a7f30c8193e..964bb9faca6 100644 --- a/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_cancel_with_status_test/h2_full_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {3D9592F4-395A-204D-FFD7-FDD582A2DDA7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj index bebbf0cd569..e9f4e805aba 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_connectivity_nosec_test/h2_full_channel_connectivity_nosec_test.vcxproj @@ -22,6 +22,7 @@ {AF75C02C-FF72-44B3-1126-3D2DBB00DD1F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj index e4fd75f0933..930804f8455 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_connectivity_test/h2_full_channel_connectivity_test.vcxproj @@ -22,6 +22,7 @@ {A8E049AF-743E-2CEF-E124-731D8667BA99} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj index d99b97e5889..65dc81c0f73 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_ping_nosec_test/h2_full_channel_ping_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1C5472D1-AE70-88A1-1DDB-8B1ED06BCD20} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj index 92aaa5f339b..2810ad44c16 100644 --- a/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_channel_ping_test/h2_full_channel_ping_test.vcxproj @@ -22,6 +22,7 @@ {9828CFEF-A745-F530-47F5-E67DF82AC483} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj index 5a14e267d62..6f4ef92fee4 100644 --- a/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_compressed_payload_nosec_test/h2_full_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {A3AEF99F-523B-C487-4E77-F057182BDF0E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj index 0bd4874d956..ad1f59c958e 100644 --- a/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_compressed_payload_test/h2_full_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {0126463B-ECB4-1459-6B69-FC2790B96101} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj index f760c572877..56c7a13d6b2 100644 --- a/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_default_host_nosec_test/h2_full_default_host_nosec_test.vcxproj @@ -22,6 +22,7 @@ {680B5B86-8CE4-C855-602A-6AE67C8FECCE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj index bdb2282e8d0..ba215c85bb4 100644 --- a/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_default_host_test/h2_full_default_host_test.vcxproj @@ -22,6 +22,7 @@ {3FD87EBC-5DBF-3DB6-1043-CBDCFC254B17} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj index 09afc33921d..4781b5be411 100644 --- a/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_disappearing_server_nosec_test/h2_full_disappearing_server_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1139A5BF-F72E-E651-E07B-DCA89B0DD878} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj index 9728f2ddd30..2e5d51cc162 100644 --- a/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_disappearing_server_test/h2_full_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {64D4FE7D-2009-D5EF-3793-132DDFC889AE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj index ffcf2661d4e..2b1800794a6 100644 --- a/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_empty_batch_nosec_test/h2_full_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {37B99701-A725-DAFF-25AC-F0C4C4D23A6A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj index 665a4c8f70a..68dba45caed 100644 --- a/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_empty_batch_test/h2_full_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {3C617527-021F-90CF-9DB2-4B409C1C939F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj index 2ff587fee98..39c23e237c8 100644 --- a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_nosec_test/h2_full_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {393E4A07-77E7-08CA-2A95-E73B0CD2796E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj index 5e720334f19..a09954aae1c 100644 --- a/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_graceful_server_shutdown_test/h2_full_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {CFEC5462-81F3-A2EB-242E-C3084D5043E2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj index b2ab81382ad..803e6d8c0d1 100644 --- a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_nosec_test/h2_full_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FDA69240-B598-500E-8E6E-741A1290ECB9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj index cf0c39fe2f7..a45e34bb935 100644 --- a/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_high_initial_seqno_test/h2_full_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {87CE6537-F5DC-4AF1-6206-D9C31058226D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj index 54f543d62f3..c39f33476f8 100644 --- a/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_hpack_size_nosec_test/h2_full_hpack_size_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C355D9BD-F3C7-CA89-E125-44D1BAEE22C1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj index 880f0dc84f0..c8106309513 100644 --- a/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_hpack_size_test/h2_full_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {C655AED5-AF53-D09E-A8EA-60AE0F2D149A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj index f2427a30415..40cefd4c575 100644 --- a/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_invoke_large_request_nosec_test/h2_full_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {96C59CF1-6E80-B88D-D99C-0AA4C32F6562} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj index 1ec8ef33559..1e5c333d125 100644 --- a/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_invoke_large_request_test/h2_full_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {F97198F5-D5EC-E06B-C51F-1BF7644D7422} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj index e1861cd11f0..022d1a3344e 100644 --- a/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_large_metadata_nosec_test/h2_full_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {6BF5E805-0479-04D8-BBF5-22C3A0346327} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj index 7d49a2e3982..01fbe901283 100644 --- a/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_large_metadata_test/h2_full_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {2E7F6563-B3C0-C249-E70E-AA087DD091D0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj index eae4e756c65..448810d3ae8 100644 --- a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_nosec_test/h2_full_max_concurrent_streams_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CB95AA23-D999-5023-1B5F-4847B9056F5A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj index b2d5c559384..02df59ee8ab 100644 --- a/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_concurrent_streams_test/h2_full_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {23CB1ABE-F582-0583-EA2F-6E951B8A26E2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj index 13d6020c82f..ca67d234ec5 100644 --- a/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_message_length_nosec_test/h2_full_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E1B8E84E-6C8E-B141-5C5B-657BE36661A1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj index 2376387ff62..09b5d241879 100644 --- a/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_max_message_length_test/h2_full_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {23577ED2-F94D-D0D4-97D1-546202FFAD05} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj index 56e7862557c..929cbcdfe23 100644 --- a/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_metadata_nosec_test/h2_full_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2BD02046-26D3-2511-11FE-3E062FCF7A9E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj index e145a35610c..d6c3e11d523 100644 --- a/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_metadata_test/h2_full_metadata_test.vcxproj @@ -22,6 +22,7 @@ {73C91B73-8937-4472-B817-5592ABD5CD9E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj index 7ca72919d01..5c27a8fb4aa 100644 --- a/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_negative_deadline_nosec_test/h2_full_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {59905EB5-B845-AAF8-A3F6-805738DFB49A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj index 8b8778e1304..60a9379077c 100644 --- a/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_negative_deadline_test/h2_full_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {9D5B9071-553E-8882-B341-3846C536A327} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj index 0eab75e5320..19c90e2db6b 100644 --- a/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_no_op_nosec_test/h2_full_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0B22CFE9-36AA-F10A-A501-A36412810EE3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj index 9f48071e2a0..9b195d2fa8d 100644 --- a/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_no_op_test/h2_full_no_op_test.vcxproj @@ -22,6 +22,7 @@ {E35DC941-7DA7-E9A7-3C1F-886E9736114A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj index d06fc587464..25ae219c650 100644 --- a/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_payload_nosec_test/h2_full_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5E3ED994-0200-11E6-B5CA-7DA541B5D691} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj index 2b4d52f6703..b3916507e86 100644 --- a/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_payload_test/h2_full_payload_test.vcxproj @@ -22,6 +22,7 @@ {CED31301-5D42-1DD0-282A-0FFB96039D96} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj index 097600a9b3d..0f9e23d6ca8 100644 --- a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_nosec_test/h2_full_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4E90844D-0C8D-378F-B8F4-439E30BF23F8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj index e8d5a0f4723..2e48e720beb 100644 --- a/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_ping_pong_streaming_test/h2_full_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {9CA0692E-003E-9B42-1C4E-D6339CC879F0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj index 74c5b0ad3c7..189495f7f9e 100644 --- a/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_registered_call_nosec_test/h2_full_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {62B383AC-38F7-FF33-4183-7A14C6526EE8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj index 49b4bbe1014..4d824b74ba5 100644 --- a/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_registered_call_test/h2_full_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {97290E98-93AC-2D6E-BD5C-F6F90D9AA108} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj index c90502f7b89..b53cb112646 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_flags_nosec_test/h2_full_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {83F48C4C-D610-5A2F-4074-1D32D9E11317} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj index 92122b3e060..649e17dde90 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_flags_test/h2_full_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {41146864-9AC8-ED1E-8911-78133402446C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj index b79f475cc6c..3096c5bd870 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_payload_nosec_test/h2_full_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F8EBE144-94F3-347F-B256-28BC3FB5B297} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj index d39b7fefdc3..8b2b761ec22 100644 --- a/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_request_with_payload_test/h2_full_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {E6EBB350-7164-1EDC-567E-99CEFEE0B6F9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj index c727d9b9d6a..5365da89651 100644 --- a/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_server_finishes_request_nosec_test/h2_full_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1DE067E4-D544-8932-A9B8-E76571DD38B9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj index 6080f4a22d0..e147fb250b2 100644 --- a/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_server_finishes_request_test/h2_full_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {2620FC84-4720-6D5A-4D07-29F6F605E933} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ 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 d71593219b4..978a1e7b50e 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 @@ -22,6 +22,7 @@ {E15E6B43-DF29-34A4-0C73-C9424A799F24} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj index ce407a6edb0..8ce11151ed0 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_calls_test/h2_full_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {C1F5D3A6-7C63-1EB3-452A-596660B68AD0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj index 822fdf30102..293b5c3d840 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_nosec_test/h2_full_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C385D2DA-C748-81BA-8173-AE9D27A14728} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj index 03e0824f0ab..cce46c1e568 100644 --- a/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_shutdown_finishes_tags_test/h2_full_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {66FFB0A5-B2D4-C5AC-4B9A-79A31A5CFDD3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj index 9b4a8470ad7..642ff03120b 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_nosec_test/h2_full_simple_delayed_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {371AA621-C3A1-A7CD-6384-99A2F58C2D5F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj index 2598320010b..6f69480e956 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_delayed_request_test/h2_full_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {5D9AE9D0-49CB-B90E-4836-B7F2E9BE187D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj index 72595a1a268..fbfd19272cb 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_request_nosec_test/h2_full_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C6A1863E-C7ED-D4E8-DBF2-567AEA2925D2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj index 88784395ab0..08f1f951ff6 100644 --- a/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_simple_request_test/h2_full_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {7D1BD320-4A8E-62FE-F1C6-5D813B028758} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj index 817615a60b7..8028f2b1d68 100644 --- a/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_trailing_metadata_nosec_test/h2_full_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {33DD9B01-FF76-4781-64D5-BACD91BE7FD1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj index df1e2ad51f9..2533ef06e3e 100644 --- a/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_full_trailing_metadata_test/h2_full_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {FD4DAB4A-A75C-0F8A-2C17-81CA64E5F51B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj index 0200c39b92e..ec8ceb72884 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_bad_hostname_test/h2_oauth2_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {A5DDCF62-2E27-AC96-2573-BDDA8714AB72} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj index bddf33bf131..8146b174f18 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_binary_metadata_test/h2_oauth2_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {F74AEEF2-1019-3632-5475-AC96118927F9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj index 61428ddb324..f29f348717b 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_call_creds_test/h2_oauth2_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {61BD9733-0331-9501-BBB6-F52838C201D4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj index 6ba98343061..d9e0f51579b 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_accept_test/h2_oauth2_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {2169E636-392A-73D6-FB9F-5AAC5EB8310E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj index 6d18456f22b..3840d372b69 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_client_done_test/h2_oauth2_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {0FC20E56-31BA-F2CF-D18E-15F83DF3AEAC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj index 344f9fce23c..201f49ae603 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_after_invoke_test/h2_oauth2_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {1266D7D8-05CC-6D9A-2D08-C556D6EEF067} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj index 99f919a7200..0ac4e59b6e1 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_before_invoke_test/h2_oauth2_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {D49A33D8-C313-C9CB-A49B-6812ED9E0D7A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj index 2397810274d..5594eb55692 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_in_a_vacuum_test/h2_oauth2_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {5555F6BA-52DF-5AE9-9B07-69BC2BBCBECF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj index e42a66ffe4b..3feb7c85acf 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_cancel_with_status_test/h2_oauth2_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {89328270-DC1C-F444-0A52-E033C60B5286} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj index b409dd3bf3e..7974fce14bd 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_channel_connectivity_test/h2_oauth2_channel_connectivity_test.vcxproj @@ -22,6 +22,7 @@ {F1415F9B-41E7-EB02-53A2-25914B8DF0E8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj index 442e7940452..80ea6bed42a 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_channel_ping_test/h2_oauth2_channel_ping_test.vcxproj @@ -22,6 +22,7 @@ {18688453-3AA1-786F-1351-11AF6ACFB54E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj index ec88c7a096d..635ece7e835 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_compressed_payload_test/h2_oauth2_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {2FEAB01E-B9B0-9A35-676A-551CA0B08B80} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj index 93fd9e1a6d5..a06659185f9 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_default_host_test/h2_oauth2_default_host_test.vcxproj @@ -22,6 +22,7 @@ {8BDC4C0A-1E62-7522-765A-495E047820EE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj index 7db5838cd01..ad66a022ff7 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_disappearing_server_test/h2_oauth2_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {E38B2ECC-095C-1406-1809-E1F2857A1481} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj index 839ac4e1f76..63cadf95cd7 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_empty_batch_test/h2_oauth2_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {3BBEAD24-5EF1-AF10-557C-840D3C66DA5B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj index 26ea1f7bc89..a27f52ae855 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_graceful_server_shutdown_test/h2_oauth2_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {E3A42462-E4CA-84AF-5F5C-8B2987B7FDDC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj index aa4f5c86fce..715c2653610 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_high_initial_seqno_test/h2_oauth2_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {7E1DDE0D-E68B-BF0B-2EE7-AAFE5C9CCD58} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj index e277d372247..97a5df87a6a 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_hpack_size_test/h2_oauth2_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {CA3C2D7E-58C7-C05E-6D3B-70383020D8C2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj index 8851e5e7e23..46daa322fc1 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_invoke_large_request_test/h2_oauth2_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {945F52A3-91ED-5891-9D11-D07A19E4FEA2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj index d71f24c5507..b864e1b9690 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_large_metadata_test/h2_oauth2_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {3B09C09D-1F1A-A889-DC75-BBF1F41FC0ED} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj index 404a5d2fdfb..83b38f84605 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_max_concurrent_streams_test/h2_oauth2_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {24A28A71-09AB-3E4A-A4F0-8F35BCD3CE5F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj index 80d663890c1..23c11b12a70 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_max_message_length_test/h2_oauth2_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {9832EA8D-7CB2-9F67-87FE-B9994E507303} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj index 9c503d0b7d2..becfef86a77 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_metadata_test/h2_oauth2_metadata_test.vcxproj @@ -22,6 +22,7 @@ {C4D46B83-83B8-11E3-81CB-680B6060F53A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj index ff5f1130f5b..126a27b7322 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_negative_deadline_test/h2_oauth2_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {7D4AB885-1270-1A18-1B7C-917903CD3AB0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj index aad3e0cfc7d..b1deb87b02e 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_no_op_test/h2_oauth2_no_op_test.vcxproj @@ -22,6 +22,7 @@ {F61D9DE0-5520-AD07-3D0A-A9FC038E9239} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj index 40fdc18c5af..aea3fad446e 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_payload_test/h2_oauth2_payload_test.vcxproj @@ -22,6 +22,7 @@ {952CFDAB-4163-99DB-6844-87D16544346E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj index afd6cf4d9e4..297a231020f 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_ping_pong_streaming_test/h2_oauth2_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {7D5C5EA9-130E-0AE3-C171-CAC9855A8D89} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj index a9b4014349f..1313e995533 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_registered_call_test/h2_oauth2_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {0493A178-9366-9037-DE90-4A835C03F5CB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj index c05ef8404b0..54e86c6fb43 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_request_with_flags_test/h2_oauth2_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {CEE03076-21AA-B5A3-D763-1CC40782D3D7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj index 9ae669db205..422ab465fc6 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_request_with_payload_test/h2_oauth2_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {661E26AA-A7ED-85BE-A6B1-740CE12A2251} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj index 2ef48df3e29..9efbc3632e8 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_server_finishes_request_test/h2_oauth2_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {BCE25247-929F-D526-5136-4BFDEEE5991B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj index 04c221c2714..d93ff22dd23 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_calls_test/h2_oauth2_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {D8987302-C016-2B43-3AF9-436B7B2D2240} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj index 53b0d650dd4..13069ac9c76 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_shutdown_finishes_tags_test/h2_oauth2_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {85D9CB0F-DBE3-3BBA-B4CA-49D72F05EB75} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj index 597ca8fe5ef..ac4ad304906 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_simple_delayed_request_test/h2_oauth2_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {A0B2A1BA-2247-EF6D-8153-D9E20B698273} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj index dd75aa14229..f71e2e19a5e 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_simple_request_test/h2_oauth2_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {2DC69DB0-6AF1-0B5E-8514-9966114F6EE6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj index dd96120e1fe..ca2781eb0ec 100644 --- a/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_oauth2_trailing_metadata_test/h2_oauth2_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {387FFD91-7DBA-0841-05D1-E0D1D939E40F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj index 04108f4858b..504ebfc2a9c 100644 --- a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_nosec_test/h2_proxy_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {711D14BE-DCB5-EE26-6E60-FF172938D2E4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj index 4ea0727f61f..8eb0c7aa074 100644 --- a/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_bad_hostname_test/h2_proxy_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {77E12100-2AB1-D6E2-5F45-EE2B59025DCE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj index 35f6805d842..229ab95eec3 100644 --- a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_nosec_test/h2_proxy_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FC027C07-D99C-A63F-47F8-6AA7AD188B2C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj index 3d3ffeb53eb..b054851eebe 100644 --- a/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_binary_metadata_test/h2_proxy_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {10EF3D33-951C-AB1E-CAF3-E8F684746E52} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj index c0193743f6d..81b590ee8af 100644 --- a/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_call_creds_test/h2_proxy_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {5387B500-54B9-892D-846A-F067A7EC4FB2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj index ff26fbd020f..e8c35c1ffc8 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_nosec_test/h2_proxy_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {050A5DC6-F57C-E887-8BBC-CD0230BD8211} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj index b4cd2ae55bb..76d055857fb 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_accept_test/h2_proxy_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {1E48EAB1-EBBD-1935-E6B6-CE658E2E29CD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj index 6ef1298ae28..eb64cf08c20 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_nosec_test/h2_proxy_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {248AE089-9BDD-5D8A-9009-15CBE9F401B7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj index 6fcdfadc41e..0c94cac3353 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_client_done_test/h2_proxy_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {A77DEE84-56A5-D9E9-7B1F-69A407E70165} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj index 2b1950d7712..5427fa2fd28 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_nosec_test/h2_proxy_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {02D988E0-5EA2-D835-D1BA-C503C72DACB8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj index 68b4a0c89c3..d2491fc473e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_after_invoke_test/h2_proxy_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {9EE99D85-A038-8636-6BAD-1DA89790A375} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj index 33d542d78c4..8408a6f963f 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_nosec_test/h2_proxy_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {BBC83F95-757F-47CD-AC29-934302E63A0F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj index f2ca65b4ff6..fa5d74c4f5f 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_before_invoke_test/h2_proxy_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {D4A2462A-9646-6AB4-C009-89DA63201050} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj index eee294155df..3e94f240750 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_nosec_test/h2_proxy_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E3A901DE-2F11-8443-A8A4-17DBE6F3F3D5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj index d70628bac09..e4f7e0a110d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_in_a_vacuum_test/h2_proxy_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {16D85314-62EA-8E90-9C70-EF7E73905719} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj index 11e97c41e2c..9da52ccdefd 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_nosec_test/h2_proxy_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {51F2D9A2-6A4B-DBFE-4728-2B30E9E347F4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj index e21383526aa..bb5448fe2a4 100644 --- a/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_cancel_with_status_test/h2_proxy_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {ACD129A0-D9AF-D36A-4131-0C15CA027DD9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj index 6a5d2b5a940..13466f8300e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_default_host_nosec_test/h2_proxy_default_host_nosec_test.vcxproj @@ -22,6 +22,7 @@ {DB02C98B-DB8F-5C34-FB4A-596947C6B4CC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj index e1b6948ee2a..920340f5a7b 100644 --- a/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_default_host_test/h2_proxy_default_host_test.vcxproj @@ -22,6 +22,7 @@ {B5AC2A24-FAF2-4A55-0CDF-3A26FDD4F08F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj index 02898c22c85..c4a030f5d30 100644 --- a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_nosec_test/h2_proxy_disappearing_server_nosec_test.vcxproj @@ -22,6 +22,7 @@ {A9540110-A4FC-C9C1-E7CE-4D1AE4A6E050} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj index 47383a030fe..31053a27c77 100644 --- a/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_disappearing_server_test/h2_proxy_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {0924DDB6-7251-154A-3972-4295E0F379A2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj index ea83f5b7e7e..859a0e4d89f 100644 --- a/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_empty_batch_nosec_test/h2_proxy_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {3B11297E-58F3-F6E2-8041-A4B7D2AE2BC3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj index a7705916e9c..3169e7e4b12 100644 --- a/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_empty_batch_test/h2_proxy_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {1E8E9531-BC35-13A5-0493-04676963F1CA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj index d6ee7a63304..859df2ca7e8 100644 --- a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_nosec_test/h2_proxy_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {A8DF2058-DB7B-F4E6-5949-8141007468CF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj index cef24c017d4..24c3c8fb76e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_graceful_server_shutdown_test/h2_proxy_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {4DD9CC8B-20D6-D85A-0D29-83A064D6AF0F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj index a72f21e3a71..fa78599829e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_nosec_test/h2_proxy_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {28D5A18F-7282-4ABA-C473-557169030B99} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj index d23b08c12d9..d3eb3c9a7e5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_high_initial_seqno_test/h2_proxy_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {A38AAA5F-1C55-14DC-24D0-56DE33BE4024} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj index 7607d92ffdb..b903e5d8547 100644 --- a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_nosec_test/h2_proxy_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {87C60ADD-6100-48B9-1C29-5679E54A72CD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj index 282214aadda..96e648cf3a2 100644 --- a/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_invoke_large_request_test/h2_proxy_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {B8E79F02-BE31-B641-172D-86D81B128556} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj index e157a84129a..d06db91eec5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_large_metadata_nosec_test/h2_proxy_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {366579C2-D231-218D-E3AA-9F97015329D4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj index 46eab561868..814b726733a 100644 --- a/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_large_metadata_test/h2_proxy_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {178198CA-8E19-0432-1E43-0B42B766F8E4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj index 216a38044d9..36e8b700369 100644 --- a/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_max_message_length_nosec_test/h2_proxy_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {42249056-0B61-30A4-5118-3600572CAD97} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj index dcb33068542..1c265dd3f8d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_max_message_length_test/h2_proxy_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {7E5E6BC5-853F-2AE5-0292-60FB675E7AC8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj index d4a43ab27cd..3dcb739e1b0 100644 --- a/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_metadata_nosec_test/h2_proxy_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F090703E-E4FF-F96A-4956-C2166C506BC6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj index d879aa803e7..8255e1d3263 100644 --- a/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_metadata_test/h2_proxy_metadata_test.vcxproj @@ -22,6 +22,7 @@ {A3172233-F14F-057F-B07C-7879EF627A1D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj index c561c174d0b..0b8c4b3bab5 100644 --- a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_nosec_test/h2_proxy_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {BF79CDC1-BC31-97B3-8CE0-2AA0380F7A6A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj index c11098134b5..4f534e7f029 100644 --- a/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_negative_deadline_test/h2_proxy_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {191B7573-7A94-ACD5-A821-1484AA83294A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj index dc42f9b77a6..89f80b80cf0 100644 --- a/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_no_op_nosec_test/h2_proxy_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {EDAC9122-8C31-C557-7563-5B4CD350F933} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj index d86ea3b3f52..aa484d0e505 100644 --- a/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_no_op_test/h2_proxy_no_op_test.vcxproj @@ -22,6 +22,7 @@ {D21AB2EF-53C3-A9F5-092B-FE1B4231AFD1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj index 1e7ea3925e5..1d1b2998ce6 100644 --- a/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_payload_nosec_test/h2_proxy_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {9E58E7D9-49BF-322E-7857-AA1E656FBB9A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj index 0d4f655b15b..342a9163195 100644 --- a/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_payload_test/h2_proxy_payload_test.vcxproj @@ -22,6 +22,7 @@ {ED072956-CAE0-7FC9-222E-1138E0AA996B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj index 670a593fe2c..c1fd9117948 100644 --- a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_nosec_test/h2_proxy_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {BE8CE1FF-CF33-9ADB-0DD1-74E49FD8D765} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj index 96192d85c0b..7fd6ea2bd82 100644 --- a/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_ping_pong_streaming_test/h2_proxy_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {90DB26C1-BFE0-0EA2-C3DE-28037704AA72} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj index a3618781aab..9e00d9f892e 100644 --- a/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_registered_call_nosec_test/h2_proxy_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4C5F6678-43B1-793D-65BC-A06266A01BD7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj index 5369de15526..39377c72b05 100644 --- a/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_registered_call_test/h2_proxy_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {D44C11C1-06E9-50CD-B0B5-D8D1A2752C9F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj index d5f900d22b5..18f54d88c04 100644 --- a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_nosec_test/h2_proxy_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {83F04CB9-A2E7-A2BE-FBBE-76F3A1871F12} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj index 0af57c875e5..81ec09f0b32 100644 --- a/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_request_with_payload_test/h2_proxy_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {BC89F423-070E-CD71-0D57-1F5A5CDA1008} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj index 526cb53032c..4c612fa3607 100644 --- a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_nosec_test/h2_proxy_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1F5C700E-2DA4-3F79-7335-B5EB469DF9E8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj index bb8cc7191c5..aef7a907152 100644 --- a/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_server_finishes_request_test/h2_proxy_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {FD6DE5DB-9080-4BB5-B5A1-AE89D97E4146} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj index c00929060df..38e1bd613ec 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_nosec_test/h2_proxy_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B20850E9-6D58-CC10-593A-4202A271718C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj index 168c4071aa0..2dcc500600d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_calls_test/h2_proxy_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {006489F1-9E9E-51C3-F737-FE1D70974E31} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj index 0b5b7d30c7d..5d931072d0f 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_nosec_test/h2_proxy_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {10F2880C-4DAD-D9B3-B16E-51A82A95C2DE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj index d11fb6de246..01ae0778ec2 100644 --- a/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_shutdown_finishes_tags_test/h2_proxy_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {7F5F97B1-7FAC-AE72-232D-738C8E90BF5C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj index 0896a8336f5..10edf35c4f6 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_nosec_test/h2_proxy_simple_delayed_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {96AF1BEA-A84A-7B93-E46D-45D67590D3B4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj index 61bd3642c38..a3ea033aba2 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_delayed_request_test/h2_proxy_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {0DC4E4D5-77B6-97F2-16D6-2DFC4B8AFDF7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj index 1dfcb4ae081..f76602c9245 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_request_nosec_test/h2_proxy_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {352A25D7-245C-D5E7-DF60-9011EA4ADCC9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj index 5cbd3f51087..6c90f64878d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_simple_request_test/h2_proxy_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {DE74AFFA-3C42-2C33-E2DA-B19ED9DE564A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj index 26a69c1542e..2d5f2cb4e06 100644 --- a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_nosec_test/h2_proxy_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {A233C0C7-6294-A665-B8A6-539091640D23} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj index e1449202e35..dff5d59966d 100644 --- a/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_proxy_trailing_metadata_test/h2_proxy_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {F78AAED0-F864-6F46-30AF-87E8B6BC095F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj index c33867bb8b8..fcaa038b16c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_nosec_test/h2_sockpair+trace_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FE175FC2-1243-FE27-38E0-2FF1B1265053} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj index 75f1e31859b..afde9bb0190 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_bad_hostname_test/h2_sockpair+trace_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {D9E5FDF4-4492-6704-AB49-7B7A20451AF4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj index ee603569d42..4414a8468f3 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_nosec_test/h2_sockpair+trace_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {6F3EA5E6-2A1B-7886-9B35-BB9D4B91DF11} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj index 9ca94254626..63dd84799e4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_binary_metadata_test/h2_sockpair+trace_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {4524087C-78B1-25FE-FE06-48B6DAC96EF7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj index 3c3699479d0..af0c4942a1e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_call_creds_test/h2_sockpair+trace_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {B8CECE1E-8C11-D19F-2112-871992449236} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj index 39577ed4eeb..dc5edc3fd0b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_nosec_test/h2_sockpair+trace_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {77FCFF05-8025-BE38-52FF-DC5DAFFD9829} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj index f5357763ca8..2c688d6999a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_accept_test/h2_sockpair+trace_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {3584179D-0389-8CEF-CD1E-219DC2EB5B59} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj index e2c6c90dfd2..1a266c260cb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_nosec_test/h2_sockpair+trace_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {9A00455E-48B0-4DC5-092B-7E75BB8BCF66} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj index 912ea4f6b09..e00b3e5c8a8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_client_done_test/h2_sockpair+trace_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {32715FC7-8CC0-E9F5-9648-D309EC980F6E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj index 1643f0fe1c5..269944066bb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_nosec_test/h2_sockpair+trace_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {BF800370-333B-2D16-6033-B2F1F7CDD41C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj index 9edeaf2da21..cbc9189f59c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_after_invoke_test/h2_sockpair+trace_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {E0158548-7C4A-8070-679E-1D83E40B8902} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj index 26ca204fec0..1c9e805ce39 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_nosec_test/h2_sockpair+trace_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FF4B2C57-6EC9-72A8-CD5D-0D924FBA6A15} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj index 736a437056f..a194af8756f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_before_invoke_test/h2_sockpair+trace_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {5F128A62-8B8F-ED2F-2704-AE0D33B7903D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj index 280a2a64110..0b2b17ee9f5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test/h2_sockpair+trace_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2DD8AC94-C6B4-26C3-47BF-7B75ABD376FE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj index 801209b428e..99cc9cfbbce 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_in_a_vacuum_test/h2_sockpair+trace_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {2048A373-7459-012E-8DE6-08F53DC3CC5C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj index 441efaaee8f..da2b23682e0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_nosec_test/h2_sockpair+trace_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {82878D41-640B-F338-002B-D2C438C69A16} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj index bda87b03cf9..e7cfe6216cf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_cancel_with_status_test/h2_sockpair+trace_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {389B0E93-2668-E340-23E9-193AA2D8F36B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj index 25e59af257d..39259dbbb5a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_nosec_test/h2_sockpair+trace_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0AE168D6-BDB9-0008-1EC8-FC420522B121} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj index 8c8d3ccddf0..3d470eee990 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_compressed_payload_test/h2_sockpair+trace_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {E35E3523-5EEB-5405-F99C-AA1EE095E257} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj index a9a493bdf05..0d60cd755a2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_nosec_test/h2_sockpair+trace_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0EC86A54-2CA7-0CD6-1025-E6C68F7FEF2A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj index 218904842fb..8a22c90c5ae 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_empty_batch_test/h2_sockpair+trace_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {AC036B52-3DEE-CC2B-7728-F1DD8B75F1A8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj index 5e7b05304fe..d75026efe64 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_nosec_test/h2_sockpair+trace_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {27805D1A-F4D5-7B72-DCC7-CCF9E6C176FD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj index 962e446171a..9ef91f2c35e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_graceful_server_shutdown_test/h2_sockpair+trace_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {D0D7B88A-319C-125F-59A0-B9F26944B699} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj index 5733ded0832..c49aa116726 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_nosec_test/h2_sockpair+trace_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E2F977D5-8F83-8CE5-42F9-E3F007075391} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj index bb23716c634..70a8d1eeee9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_high_initial_seqno_test/h2_sockpair+trace_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {712C724F-63FC-E770-A9D1-82516CFAEB5A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj index 0c73b4ef6c2..d9ec07f35b5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_nosec_test/h2_sockpair+trace_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5957731C-42D1-29EE-AD1C-E372613C2575} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj index bb2bac0246b..38490fe18e3 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_invoke_large_request_test/h2_sockpair+trace_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {36F3ECA5-67AC-4D0B-865C-EC4F2542765B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj index 443fa849da5..8ecf652ab69 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_nosec_test/h2_sockpair+trace_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F87D08BC-0165-DBD4-D325-BBD23BE140E4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj index c3d55c5df0c..31128572b28 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_large_metadata_test/h2_sockpair+trace_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {08997181-D91E-4BB2-A2B9-9B0F4B8822A8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj index d4be678e438..e86831ee30e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_nosec_test/h2_sockpair+trace_max_concurrent_streams_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E07DD869-D41F-E07B-3BAC-CC8B66E4805F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj index dbe0c94125d..da4e981fefd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_concurrent_streams_test/h2_sockpair+trace_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {F133CDA3-DA9C-45BB-0B76-A5477141C7AB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj index 36b5cc3b00f..5c6d2f66790 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_nosec_test/h2_sockpair+trace_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4190D550-7C26-0073-46DB-C7DA8DD87982} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj index 817e12e5cd5..ea3e81ca0a4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_max_message_length_test/h2_sockpair+trace_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {D9526DB6-1E7A-00A4-DFC6-5825E0AB67E7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj index 480285544d8..ee21ace91b5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_nosec_test/h2_sockpair+trace_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E46A67BE-8115-E8C4-7ADA-FFF009DF33C9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj index f8f33d2ab00..c7467cfe8d4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_metadata_test/h2_sockpair+trace_metadata_test.vcxproj @@ -22,6 +22,7 @@ {85DE8624-DCCD-6FD1-360C-D300D3E94E32} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj index a56babb5c33..ca5768c9862 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_nosec_test/h2_sockpair+trace_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {46A38A19-84D3-8D6E-3DD9-47997EEAAEFE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj index 6a439662365..ca61b98bbf0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_negative_deadline_test/h2_sockpair+trace_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {28E3BF82-2337-E0CD-AE4F-721AA76A2FBF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj index 93851bbba94..6e4d7137e42 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_nosec_test/h2_sockpair+trace_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F478F400-1E14-9CCA-C8BD-A4FA2BEE6F0F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj index 7e80ecc365f..ad83d062dad 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_no_op_test/h2_sockpair+trace_no_op_test.vcxproj @@ -22,6 +22,7 @@ {3B9A6D4E-82E4-DEB7-F4CB-5B47C457A4BA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj index 04150839809..276ddbd1005 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_nosec_test/h2_sockpair+trace_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {EE76799D-3A5A-6F71-238C-2B8B2F2445F9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj index bbc96f42165..87075fad4b1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_payload_test/h2_sockpair+trace_payload_test.vcxproj @@ -22,6 +22,7 @@ {1F7C0818-6A05-9B27-D582-E68764591ECD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj index 3c163de72e3..6f59e9666c2 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_nosec_test/h2_sockpair+trace_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E99BBC23-06DD-869B-9DA2-A51028C94C0C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj index 11fa5aa7c55..185ce3a1cee 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_ping_pong_streaming_test/h2_sockpair+trace_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {998B08ED-628B-A633-81BD-82B1FD4643CA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj index eeb7b67ad37..6d1ba756b3a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_nosec_test/h2_sockpair+trace_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {DEC1A988-C0F2-193A-1504-07F5D59FE51B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj index fa5031b1d30..beba98b8c1b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_registered_call_test/h2_sockpair+trace_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {4BFF89EB-4196-2693-78DB-6BC18D18717F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj index 1921419ca12..cc66716c2b7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_nosec_test/h2_sockpair+trace_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2970CA0F-41A1-D1AA-10FC-5D27816A091A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj index 857e59fa25f..42e886e5a34 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_flags_test/h2_sockpair+trace_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {65BB605A-B7FA-D4B5-5640-4A6E6002F88A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj index 9a1be365d8c..79be60121d6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_nosec_test/h2_sockpair+trace_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {3C365C0A-9EC0-38CE-3CE5-516224126644} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj index aa48be79959..a45c260eae4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_request_with_payload_test/h2_sockpair+trace_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {DBC5189E-195D-F403-79CE-9C192CC6175E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj index 6a6a58d4002..9650ced1332 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_nosec_test/h2_sockpair+trace_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {626E096A-1A43-8951-C4BA-34A903FED19B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj index f38df5973e7..9b127395444 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_server_finishes_request_test/h2_sockpair+trace_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {2D52569C-84C2-C3D3-2430-7E6718D7DC17} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj index 3f6369773ab..6083ae66afb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test/h2_sockpair+trace_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {58AFEB34-EC50-C3B0-688E-08A529C332D6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj index 8cef028fe4a..68bff22ad89 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_calls_test/h2_sockpair+trace_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {794D5994-445A-380A-F18C-6531C20A579B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj index 12fd0be09c8..032ccadc324 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test/h2_sockpair+trace_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F709F7D0-1C72-0DC3-D7B2-5EE18F9E01B4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj index b85fba62068..0f307336377 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_shutdown_finishes_tags_test/h2_sockpair+trace_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {960A8E53-2E45-645B-5F61-1A77957767DE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj index bcdef244638..d66a64b49eb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_nosec_test/h2_sockpair+trace_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {6838D76B-B64C-47A1-F219-1B8CFD58B438} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj index 96a482f0122..292bf600fe6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_simple_request_test/h2_sockpair+trace_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {2980DD49-C4BB-626E-B2EE-579BEFF11776} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj index 02d74b70a25..7ee199038eb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_nosec_test/h2_sockpair+trace_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {9BAEBA13-7864-51F2-2A4B-6433ED59CF8C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj index d5e01f7613e..a1cf24ee3e9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair+trace_trailing_metadata_test/h2_sockpair+trace_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {F69A1242-1C88-1BD5-1DA8-8C48AE98C5EC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj index 449e64feac8..23b271b313c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_nosec_test/h2_sockpair_1byte_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2BB40C6E-92F7-FF81-2639-AB9A593726FC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj index 77265ee8f81..058a2ed3cb7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_bad_hostname_test/h2_sockpair_1byte_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {B110305E-B7FE-1E7D-06B0-36B6AA19C0F2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj index 73ccfc8b5e3..77f2899383c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_nosec_test/h2_sockpair_1byte_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {15CE0061-4700-0A2B-E56D-2D55A3F48C80} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj index cc5f18c84fe..2fad41cca59 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_binary_metadata_test/h2_sockpair_1byte_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {5F93D70D-3E76-DFC7-1D5E-4F409840D9B3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj index 436c0dedca4..c75c6975d54 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_call_creds_test/h2_sockpair_1byte_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {3A89F171-E2AF-4145-5D9C-DB96C190F758} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj index a615eaed930..054f79f90a8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_nosec_test/h2_sockpair_1byte_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5D326267-7453-18CB-9020-5D4306CE36DC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj index d4ecef7d3ac..47c3a8d617f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_accept_test/h2_sockpair_1byte_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {EA85D49E-9EBC-61DC-35DB-F80CBCC4BCC3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj index 7f373253759..7a013df58bf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_nosec_test/h2_sockpair_1byte_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {7DE4EBC1-7810-0084-1BFC-B75E0D1960B7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj index 873173c3df4..5fb066d4ac6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_client_done_test/h2_sockpair_1byte_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {F8E242ED-CA87-0F4D-1CAF-E439AD2BA089} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj index ba52bfea781..e5b0465315c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_nosec_test/h2_sockpair_1byte_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {55CCF83A-0315-BD07-3546-A5F9A924FB77} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj index 0f6e8d4ebd9..f84e89c0209 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_after_invoke_test/h2_sockpair_1byte_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {A814835C-88BB-9DC8-66C0-EDEEE4F5760C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj index 220df34440c..68e0edcddfc 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_nosec_test/h2_sockpair_1byte_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {377AD12C-FD25-2383-64AC-20BC9A1744C9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj index 2ecc1dc1647..24421e5bc94 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_before_invoke_test/h2_sockpair_1byte_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {3E543006-14DA-2753-E6C2-10CD183720DA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj index ad461ed3a9e..2d5ecaff4de 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test/h2_sockpair_1byte_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CEC9E870-F3BD-6172-699D-B4432D562B95} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj index cb1f0cd5f21..95e478e0456 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_in_a_vacuum_test/h2_sockpair_1byte_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {2BE50E15-18EA-94B8-175E-4077C2137CF5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj index f41b3074f8a..5a28896c6cf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_nosec_test/h2_sockpair_1byte_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CD3A82F6-561B-49BE-04D2-7BE57BDD0430} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj index f5ea2e3d881..3b4caf47e01 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_cancel_with_status_test/h2_sockpair_1byte_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {0855217F-0F2B-1246-AF01-3038190EA44B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj index 7bcefb9487c..c9f5c516b46 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_nosec_test/h2_sockpair_1byte_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {09C9C941-D6B5-1CB9-19EB-FBA89F8911A1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj index c735e65fc59..9b7a37ee059 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_compressed_payload_test/h2_sockpair_1byte_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {F6D58C7E-211C-FEB5-CDAF-CB1EC44DA79D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj index 0a6e0f0cee1..0ec300bf7b9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_nosec_test/h2_sockpair_1byte_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {36D2261B-B412-BFFB-B166-A784EC7FE90B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj index ba2d322900c..cbd0d88ea89 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_empty_batch_test/h2_sockpair_1byte_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {77ACAA47-ABD5-386E-A1AF-F4E8D0B53D2E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj index 018fd82b415..05a394f2339 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test/h2_sockpair_1byte_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {AF1D73E2-5A70-BBB0-D205-DE2DBAC57EC1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj index 6a75489c7db..70e7e38f568 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_graceful_server_shutdown_test/h2_sockpair_1byte_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {A95AA217-DD59-A1A6-2EC4-3E71D9C149FB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj index fd017e87f8c..e9c134c1928 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_nosec_test/h2_sockpair_1byte_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0ACE1393-1D1C-9563-2EFD-258C38B2C5A5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj index 851380af74e..60a79f2e036 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_high_initial_seqno_test/h2_sockpair_1byte_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {81643723-BBFA-AA83-B6AC-9FF770B4ED34} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj index e4d922928a5..03185522cdf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_nosec_test/h2_sockpair_1byte_hpack_size_nosec_test.vcxproj @@ -22,6 +22,7 @@ {93AF9D45-51B5-A902-4537-709FE4ED9830} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj index cfef9bb3937..e3b3ce4fb76 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_hpack_size_test/h2_sockpair_1byte_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {0B07D219-39A5-729B-EB0F-8B81E562D808} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj index 46dc71c7bd2..4b9cd2933dd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_nosec_test/h2_sockpair_1byte_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0733C2AA-D898-7145-3F2E-6304DC428C5F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj index ed7d7fe406e..dda09d952c9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_invoke_large_request_test/h2_sockpair_1byte_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {45EED825-B3C0-63AE-43FE-CFA8DD3164EC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj index e728fd4cb8c..f5899cedefd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_nosec_test/h2_sockpair_1byte_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {17C6D737-08C7-68B8-7ABA-154AE06E0713} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj index 93b3b838e61..840082fa301 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_large_metadata_test/h2_sockpair_1byte_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {86107A41-2640-0083-B5B2-62FA5BA12C89} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj index d15dab54091..c7335a88b67 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_nosec_test/h2_sockpair_1byte_max_concurrent_streams_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4224923E-2F2F-43FF-2A0B-56BB46981FBE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj index f34bd6deb82..4e7f8d859b8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_concurrent_streams_test/h2_sockpair_1byte_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {83B5A04E-0E4E-A464-07D7-274D28F91CD3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj index b464bc86cd8..02534c4c2b0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_nosec_test/h2_sockpair_1byte_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F40FD571-1F40-577C-42EE-47B4A586CD97} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj index 7dbb02b70c4..e9e9a938678 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_max_message_length_test/h2_sockpair_1byte_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {C3F859BD-0021-FECB-1FE3-F39A0608FD7E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj index 3d75d576d98..838e499ae07 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_nosec_test/h2_sockpair_1byte_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {ED80F38E-3CAF-C87A-20D2-B4BAB8BE124E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj index c9075642c8d..cd86c0175f8 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_metadata_test/h2_sockpair_1byte_metadata_test.vcxproj @@ -22,6 +22,7 @@ {84B9C25F-1393-3E47-EF9C-8F055C9F8F86} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj index 2087db41404..af6324b0557 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_nosec_test/h2_sockpair_1byte_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {84B30BF9-F980-1CC6-F348-DC9A08560170} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj index ea1d07f2ac2..2098180b1dc 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_negative_deadline_test/h2_sockpair_1byte_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {0570FA3C-1363-1187-2E4C-BD830C72245D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj index 65b67f3dee9..7eebce1b068 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_nosec_test/h2_sockpair_1byte_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5CC8844D-E9C4-965A-63A2-5A81471DF28F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj index 97e41ed4dba..412e86d9ce9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_no_op_test/h2_sockpair_1byte_no_op_test.vcxproj @@ -22,6 +22,7 @@ {A91E8C82-2A1D-B75F-2D9B-0B3F43FE2EB8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj index 04c2c517326..40fe51b67ad 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_nosec_test/h2_sockpair_1byte_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {44BEC406-A314-EB94-CAA4-194BB4BCE8CF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj index c7327723486..4cd3f71bb3a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_payload_test/h2_sockpair_1byte_payload_test.vcxproj @@ -22,6 +22,7 @@ {2CEBD3F8-DCE0-8A93-0EDF-35A38482A628} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj index 6bba1cca6ff..e64a49c4888 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_nosec_test/h2_sockpair_1byte_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {54672C87-B013-6EA2-01F9-D74ADC9CC8A6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj index 9b158e82dd7..b87e13daa10 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_ping_pong_streaming_test/h2_sockpair_1byte_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {C7C19BD2-102F-2967-E1A1-2382ECB989CE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj index 61680192c85..684da58ef00 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_nosec_test/h2_sockpair_1byte_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {EAF054F2-8777-7590-58E0-C4CA2AFAF7D2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj index 911b087ade8..80a04db5eac 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_registered_call_test/h2_sockpair_1byte_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {CF6D317E-8F9E-7920-43B2-EAD8B3C2435A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj index 930973cc65c..d28a68820c5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_nosec_test/h2_sockpair_1byte_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8C3FF276-7A78-C510-9588-DB3534593362} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj index 275cd2c2ad1..8797335990d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_flags_test/h2_sockpair_1byte_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {F089307E-DBBC-6F15-1474-3CAA5309A809} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj index 9b442a630e0..80da8014e31 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_nosec_test/h2_sockpair_1byte_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CC1B7D28-455F-71C4-D62F-8CB44D7D78F7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj index fe3b7e10cba..8d5ccde9afb 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_request_with_payload_test/h2_sockpair_1byte_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {F117EC4D-0521-1374-F944-CEE81B852D01} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj index 4e93faea89f..2c67c61326b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_nosec_test/h2_sockpair_1byte_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8CE822DE-C1A8-B703-15C5-8081C756B028} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj index 0ee8afdccb6..71efda2adc6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_server_finishes_request_test/h2_sockpair_1byte_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {515E774B-2C86-222F-7651-580B917669F4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj index 0fbd54c46f6..7e438c98153 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test/h2_sockpair_1byte_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2AD91B9F-08E5-5247-C68F-16FCD89204E0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj index 2dd379c5273..7111e91f6ee 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_calls_test/h2_sockpair_1byte_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {8D22B669-2107-79EA-541D-ADDB3B6C8FB1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj index e4a149ddb06..5bf7b874c58 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test/h2_sockpair_1byte_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {16B69EDC-502B-EF90-F2D7-49FB893FD733} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj index b6b715595f7..69a6775f47f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_shutdown_finishes_tags_test/h2_sockpair_1byte_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {E941FD26-8155-671C-203A-BD553B82B6DB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj index 9c2a6a4df30..ac980f3e840 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_nosec_test/h2_sockpair_1byte_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {7795D305-03A7-A861-EF18-8684E21189C1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj index 492abef3d92..f6946b18d2f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_simple_request_test/h2_sockpair_1byte_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {EC252CCF-47EE-9418-C3B0-05A9D1239231} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj index 524f61288a7..b278918d3be 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_nosec_test/h2_sockpair_1byte_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {11DD8F8D-8EE5-188B-5476-09D0F82F7CF9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj index 1b340b2e33e..039748a3a35 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_1byte_trailing_metadata_test/h2_sockpair_1byte_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {A509920E-DA5E-51C8-A572-B12F68304E20} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj index e9e06b85f9b..496cee1108a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_nosec_test/h2_sockpair_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {AA17105E-B2D0-F8E5-0986-D0A3DFF5D492} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj index ce19e674b1c..fe2df443274 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_bad_hostname_test/h2_sockpair_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {F11112BF-1507-E5BE-A193-D3F972F16249} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj index 6bfb271a7c0..4ec2c858d3f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_nosec_test/h2_sockpair_binary_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B36794DB-0EF3-521F-6A9E-64AD721995A3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj index 1441bc86608..feac7f17627 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_binary_metadata_test/h2_sockpair_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {2E20E9F6-781B-B1FA-216E-CA586F38B44E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj index a90c7b7195f..7063413c9f5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_call_creds_test/h2_sockpair_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {C481C895-C58B-FBB9-58A1-A77F4BB1FC24} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj index 73046a53e87..b6e1d66937b 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_nosec_test/h2_sockpair_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FFA7B230-6B48-0935-1008-9323C60A33A4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj index ca82d89a5a5..38497197bcd 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_accept_test/h2_sockpair_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {A0BBBEAA-2530-C5BC-E0AA-3DFB9630B704} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj index 0f262755fbc..0f4c6c76955 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_nosec_test/h2_sockpair_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {97AF131C-06A9-CB44-B2F1-8C69D888A306} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj index be76d656ec8..d0fd8d4e925 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_client_done_test/h2_sockpair_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {B15E15BE-4F5D-AF80-4985-47FD89B436A7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj index 771c1178df6..ab3a42a83ee 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_nosec_test/h2_sockpair_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B11D5A68-9975-1696-20D9-5120064BE0BC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj index fb4d9eabb6b..fe286f2e30e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_after_invoke_test/h2_sockpair_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {B843EE72-66CA-F471-AE8B-E9C3FFC46EB1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj index 48c2edada0f..ab07e6272de 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_nosec_test/h2_sockpair_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4DB2FBB8-8BB1-BF65-C504-B30346330D69} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj index 62a191b8b4a..9217d36fc7a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_before_invoke_test/h2_sockpair_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {14A5FF24-46B6-EFA1-5D6E-1E95DA5514D6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj index 9b86cef2daf..95be15c31ef 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_nosec_test/h2_sockpair_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F2D524B2-B859-0B72-A23F-C7C2D5EFD288} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj index 30e4c96386d..fc139c324cf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_in_a_vacuum_test/h2_sockpair_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {A15181F2-CDBE-9AE3-AE7C-8D4933FE5AC6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj index 04ea7bb105c..58ed6e41565 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_nosec_test/h2_sockpair_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {87DCB7A4-F199-E10D-42C7-B4B31CBB7852} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj index 9565bdba936..34f308c4c40 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_cancel_with_status_test/h2_sockpair_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {48A49C34-2CE2-2442-DE20-E701383A82D7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj index fff539ad118..b3c427e91e7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_nosec_test/h2_sockpair_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0E1BEDD1-E65F-E9E9-772A-8935F70A631E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj index afd59f0e572..7e51f1df901 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_compressed_payload_test/h2_sockpair_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {0E339710-6331-E2D8-1E26-46DE34DC1B8F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj index edd011643b2..d4333a5aee5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_nosec_test/h2_sockpair_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {062727BB-25C8-D8FE-2AC1-9404D08D63A7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj index 863508793f0..223d9059bd3 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_empty_batch_test/h2_sockpair_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {E414F667-71F9-DFDE-2731-2DD4E469C56B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj index 21fd596438b..f3094c22a4e 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_nosec_test/h2_sockpair_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0467FEBC-26B9-2F8E-4495-4215AF81F48C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj index ea148fc0cfe..3363db91b90 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_graceful_server_shutdown_test/h2_sockpair_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {70D4C352-098B-0C94-5151-93530FE50E34} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj index 748e6536fae..20651e5f92c 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_nosec_test/h2_sockpair_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {D4F84CA0-7020-BDD6-2EB8-2F773A7884A5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj index 00423d085ab..0633484b3ce 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_high_initial_seqno_test/h2_sockpair_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {0AE39FD9-59E4-1F8A-E8DD-1FCBFC62D2B3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj index 8b30f4008f1..209db66a0c1 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_nosec_test/h2_sockpair_hpack_size_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B35C9AC3-8160-BFCA-2EA7-0413A7A45EC4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj index 86fdbd27b6e..5c954b6952d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_hpack_size_test/h2_sockpair_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {E96735FF-B1CF-51D2-1923-53292AF72C4E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj index 8ff2208b4db..bfdfcd9fe89 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_nosec_test/h2_sockpair_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8BF0F1D5-3CF2-DFFD-D74D-E2D7D06A65AC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj index 0061548b808..3f6ca0a2eaf 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_invoke_large_request_test/h2_sockpair_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {1A1AA28B-D635-F4BD-DFFA-096D2E4BA9BF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj index 9deaebcb9fc..7b66dac3191 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_nosec_test/h2_sockpair_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FA0AE3D3-0213-AEEC-2AD6-9F0B015A65D0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj index 4cc3bb202cd..82977144571 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_large_metadata_test/h2_sockpair_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {2E7DDD14-C040-A158-DBE6-B7EEA61283A0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ 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 4f0985ad061..f46f17ec842 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 @@ -22,6 +22,7 @@ {25E69C36-2E70-F52C-8217-593F083D2354} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj index df8a5297b7e..96170f55555 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_concurrent_streams_test/h2_sockpair_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {83A4B490-8502-1178-226B-4E1E0B9CECC3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj index 316e57948ad..1c1c573d0cc 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_nosec_test/h2_sockpair_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {DFA9E689-B0A6-B685-EFE6-1DC994FD7417} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj index d64368ac32e..45e0a9809d4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_max_message_length_test/h2_sockpair_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {BB3857E9-5AD2-6142-604D-B7899A4D4A30} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj index 17f86c277bd..3561bbf7a1d 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_metadata_nosec_test/h2_sockpair_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {EFD12F8C-EFCC-7317-BAAA-C875E5D28992} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj index 5e00f5e40b7..96661345a85 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_metadata_test/h2_sockpair_metadata_test.vcxproj @@ -22,6 +22,7 @@ {0A3658C3-431D-5224-B4E7-DEA0E75606AC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj index ba4b8e19b89..572b7c08f91 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_nosec_test/h2_sockpair_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C32F4B3D-151E-2649-C8B1-0E5BC9A278A4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj index 66d76c6f429..38a0284d826 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_negative_deadline_test/h2_sockpair_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {B57AE1DB-F6F0-0C1B-276D-0287FE8EB600} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj index 4f0179093a0..5f5c8fa09b7 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_no_op_nosec_test/h2_sockpair_no_op_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8FBCD92E-36BD-C654-4EFF-85145A85720E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj index ca4ad61197a..8cc6289c5f6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_no_op_test/h2_sockpair_no_op_test.vcxproj @@ -22,6 +22,7 @@ {EC7F3872-AFEE-CDD8-D166-87E783D23B76} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj index dbb99793217..fab7f4d3eb0 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_payload_nosec_test/h2_sockpair_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4A026477-BED4-C03E-A1C0-7A77AF3AD4D8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj index 61b42c8b9dd..6f06eabf62a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_payload_test/h2_sockpair_payload_test.vcxproj @@ -22,6 +22,7 @@ {A73AB277-5020-71F7-39F4-E1C46DDE8CEE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj index fbb27eb2c68..b5dc90d890a 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_nosec_test/h2_sockpair_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4BF25935-F702-25C5-2FD7-28B83D72DED2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj index de0cc329468..229315c9ef4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_ping_pong_streaming_test/h2_sockpair_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {88904B31-BFA8-9C1D-BCBB-59473046E416} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj index dc275df8944..12c4c46e1d6 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_registered_call_nosec_test/h2_sockpair_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1185984B-777D-3A93-133E-8033EEABE112} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj index 6e4c385f4e6..113f7dd96c9 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_registered_call_test/h2_sockpair_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {0A8633DE-1DD8-80EF-9683-1B0692CBD26C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj index 767dc708810..906fc1a75a5 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_nosec_test/h2_sockpair_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {223ED0FD-8E32-462A-74CF-AF5E1DB320B4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj index eb52d4aeb12..ec064bce3ea 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_flags_test/h2_sockpair_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {1AC017DF-0249-7A96-9E99-115D7D3A0588} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj index 34e35c7c709..6c7c0f23141 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_nosec_test/h2_sockpair_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {CC667A74-CE97-0837-E5F2-EEEDC5D182CC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj index 3d5d1bee483..dbf64bf2c35 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_request_with_payload_test/h2_sockpair_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {560955F0-1C04-A4C2-CF72-A701EEF238DF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj index 08a9157582b..7ccb3736d14 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_nosec_test/h2_sockpair_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E32D55D9-D1A7-7A40-A426-15D09F749D07} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj index e4b68313c7a..314bb0f2dc4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_server_finishes_request_test/h2_sockpair_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {C1AFB9E2-8786-B8C0-B62E-1A5D478B497F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj index 9c1e7e83299..077bf51135f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_nosec_test/h2_sockpair_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C959C7A1-BD27-2AD7-A7E8-9829F1CB9717} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj index 3c8982bfc23..9f419ea41ee 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_calls_test/h2_sockpair_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {20E538AF-6D22-FCEA-3104-1DA36657DBE4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj index 10438a3a671..4681051622f 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_nosec_test/h2_sockpair_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {6AD221A9-3AF9-619E-5839-F875373CAA19} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj index 64013fb4fe1..749ab2e24ab 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_shutdown_finishes_tags_test/h2_sockpair_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {9E6B208A-7011-76E0-1A46-78335CA937F9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj index 80ebb1a8924..786eefacfd4 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_simple_request_nosec_test/h2_sockpair_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {53B78E50-1E26-A224-E5CD-A6FF0AA65746} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj index d39df373e1a..19cbac0b481 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_simple_request_test/h2_sockpair_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {BB088E8C-DDD6-755E-9829-956E5B0EF347} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj index 8853d2b5ee3..1bec1b5db37 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_nosec_test/h2_sockpair_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {083D9DC4-2C16-E699-A1CF-5C6C12B00350} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj index 04e785d5764..ac0ea8df392 100644 --- a/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_sockpair_trailing_metadata_test/h2_sockpair_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {08D6A365-3E63-4623-8A47-FB9808E511B2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj index 53e3b34e0bf..6197334dcdd 100644 --- a/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_bad_hostname_test/h2_ssl_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {3A6860E1-CEC3-4D35-4C9D-9C6C9B9A1AF4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj index a21f03f75bc..d2f257ace06 100644 --- a/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_binary_metadata_test/h2_ssl_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {906EA820-2E5A-6F55-4755-D54186AA349F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj index 3626ce4be3a..40098479d85 100644 --- a/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_call_creds_test/h2_ssl_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {37E946F0-B58A-CFFF-DDB3-8380324470F6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj index c5ff3e73650..475e02249e5 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_after_accept_test/h2_ssl_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {5AC8E687-3A70-BEEC-936E-F7EB8ED8FDFA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj index 8230c113085..4806f5f5667 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_after_client_done_test/h2_ssl_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {CEF52F92-BE72-2DC2-EF12-36C135E4EA50} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj index b7b073aa88b..30f932ea57a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_after_invoke_test/h2_ssl_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {8325C6AC-1454-9E8F-95BC-8115A7F7A982} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj index fd17ea2dc5b..57ced72dfc1 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_before_invoke_test/h2_ssl_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {6C2E4573-18E4-6231-FBC5-BFC0F9CD3B4C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj index ba6cf0e4445..791ddbd5dde 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_in_a_vacuum_test/h2_ssl_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {93A01674-DB8C-7DCB-41B3-E38FBE06C8E3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj index dacbd5a262e..5118c847766 100644 --- a/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_cancel_with_status_test/h2_ssl_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {D49DCF0B-CB1C-3D12-B9D4-C71CAEA7CB46} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj index c0f469a7da6..f4213182d8d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_channel_connectivity_test/h2_ssl_channel_connectivity_test.vcxproj @@ -22,6 +22,7 @@ {A6726129-F3C8-DED6-53CF-0D08F4E91247} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj index e2eefac3861..0042c214682 100644 --- a/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_channel_ping_test/h2_ssl_channel_ping_test.vcxproj @@ -22,6 +22,7 @@ {94132236-E024-7103-81A1-BCEBF2EF7FCB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj index 93fcbc04d2e..5d6884b02cf 100644 --- a/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_compressed_payload_test/h2_ssl_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {AB43C3B6-EED9-FAC0-99F4-954C918A35EB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj index 23592cc9d1d..0a1bb083d96 100644 --- a/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_default_host_test/h2_ssl_default_host_test.vcxproj @@ -22,6 +22,7 @@ {4BD5781F-F991-AA51-31D1-2B6EE5BF5D57} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj index 24b19e53484..915c36d993c 100644 --- a/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_disappearing_server_test/h2_ssl_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {EE553182-E6CF-666E-88E3-A15DBE7275FE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj index f28629ae06f..93450334e30 100644 --- a/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_empty_batch_test/h2_ssl_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {3CA8F406-E000-12C8-B289-32AA42E06D6D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj index 4a501d61b80..682217bbc8a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_graceful_server_shutdown_test/h2_ssl_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {F82EA836-2CB6-F412-7D16-EE45E0D19912} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj index 622b121ffbf..4aac19b5a9a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_high_initial_seqno_test/h2_ssl_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {82D02001-4051-0130-886D-6EED6E8180D9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj index 1b0c7ae83db..281cf96e7d1 100644 --- a/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_hpack_size_test/h2_ssl_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {856DAD36-A161-9876-9548-48D06BFA35C1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj index 777b32b6554..b4a94852e29 100644 --- a/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_invoke_large_request_test/h2_ssl_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {CB6E0DFE-7AA8-5F3A-431E-5D769E9339F7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj index 9cc79788863..e6d0d233b9d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_large_metadata_test/h2_ssl_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {72CF2D46-B508-70C7-AEF4-FCA2B2ADDA41} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj index 5ce676c5713..25bd7b25c68 100644 --- a/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_max_concurrent_streams_test/h2_ssl_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {466F955F-791F-8EDA-8693-BA56BAF87F34} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj index fbc2328b40d..560ba2db917 100644 --- a/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_max_message_length_test/h2_ssl_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {6DD08B18-C349-1F8A-2C47-D9E7FA05FC5C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj index 99dbaf3a1ef..21d34b599de 100644 --- a/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_metadata_test/h2_ssl_metadata_test.vcxproj @@ -22,6 +22,7 @@ {08C1C906-50C8-74EA-DC3E-ED2061CDF986} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj index 7e81e6b4c45..faca4fcd78b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_negative_deadline_test/h2_ssl_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {878474F9-87B7-1035-B166-BE440BA8CEBB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj index 85de685d552..dfe0cf36712 100644 --- a/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_no_op_test/h2_ssl_no_op_test.vcxproj @@ -22,6 +22,7 @@ {525BC3A4-87EA-2590-9B33-A514908F2A05} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj index 1f4343e58ef..67c05c50585 100644 --- a/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_payload_test/h2_ssl_payload_test.vcxproj @@ -22,6 +22,7 @@ {C18E24A5-EC8C-76E6-84B6-A52CCCDA78BA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj index aa39fadeaee..1f854c6a08a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_ping_pong_streaming_test/h2_ssl_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {3CFB6DE7-9289-7B43-2336-F0313D097DF8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj index 169d4ff395c..2cd5009003d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_bad_hostname_test/h2_ssl_proxy_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {2D7695B2-FFC1-C440-75BD-65E0579E8FD5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj index 889b077eb3d..0e08c6d7ca3 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_binary_metadata_test/h2_ssl_proxy_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {6CF4D45F-4A8D-1DDC-8108-83138F15882F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj index 4463205069b..8612a715725 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_call_creds_test/h2_ssl_proxy_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {A5F574A4-7EC9-DCAA-F2CA-BE3005E7D98C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj index c8a3c70245b..1939189bd6a 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_accept_test/h2_ssl_proxy_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {E8AB5912-B08E-EFEC-38CC-F746E89F3A2E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj index bf037b59271..f0b4fcc21e9 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_client_done_test/h2_ssl_proxy_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {399B1821-22B9-5780-FF9C-6D4EFF864564} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj index 4dd2b914d31..6661dd93805 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_after_invoke_test/h2_ssl_proxy_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {41E2FDD1-74A1-6D0C-972D-1E070B8D946D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj index f218353c6f9..1420d21d586 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_before_invoke_test/h2_ssl_proxy_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {AE2124DD-073D-609D-957A-E32660489132} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj index 0df340b106d..9f45fca6dc0 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_in_a_vacuum_test/h2_ssl_proxy_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {46AB8E39-4693-3954-F640-685A90CC6C4F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj index a15fdecd914..f4270e74332 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_cancel_with_status_test/h2_ssl_proxy_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {8FDEE7A4-71F8-54BF-74E1-5ECE6B9DD9F5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj index 78b873262da..b8cf8c8d7e1 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_default_host_test/h2_ssl_proxy_default_host_test.vcxproj @@ -22,6 +22,7 @@ {F83384D1-7E11-05C5-DB8A-6D492CB0C5CA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj index cb9c143980e..804a247e242 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_disappearing_server_test/h2_ssl_proxy_disappearing_server_test.vcxproj @@ -22,6 +22,7 @@ {0ED0991F-9C88-52B5-5353-CBC8CD5CBCF7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj index c0d52f8e408..ecd788888e7 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_empty_batch_test/h2_ssl_proxy_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {1DDD80B2-E058-C09A-7C49-BB5407605F50} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj index 67523fffe61..6600a5bcc9d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_graceful_server_shutdown_test/h2_ssl_proxy_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {BD9F6008-4A11-AAE5-83A8-CA88CDFB7BE0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj index e0da53412c7..d05abb509a4 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_high_initial_seqno_test/h2_ssl_proxy_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {CA455E92-D8D7-BB7C-E8DD-82C2234AEA6C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj index 4f76149f2e8..4b57f65786b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_invoke_large_request_test/h2_ssl_proxy_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {93FEEB88-7D7A-F70F-0EB5-54B37F7C6866} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj index cb384a7436f..1e36f971ecf 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_large_metadata_test/h2_ssl_proxy_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {34E2C006-1D2A-181B-76A9-0FA7AEE4AFBD} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj index 81d000e63f7..63147d3b7eb 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_max_message_length_test/h2_ssl_proxy_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {A3D407C9-4655-7C7B-A72C-191668A646D5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj index 259b2400777..dfde2806800 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_metadata_test/h2_ssl_proxy_metadata_test.vcxproj @@ -22,6 +22,7 @@ {ADC37068-B3D4-1F12-47A0-5C50073FF130} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj index 003f88bfa82..ba702657748 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_negative_deadline_test/h2_ssl_proxy_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {CFA2B70A-FB40-C567-AB0B-E7F87CD086C3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj index 9a21b45641b..f088ae5510c 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_no_op_test/h2_ssl_proxy_no_op_test.vcxproj @@ -22,6 +22,7 @@ {003B7F6F-1187-9FC6-EF17-F7A7C10A2368} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj index 710ee061ec2..30906a3eec6 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_payload_test/h2_ssl_proxy_payload_test.vcxproj @@ -22,6 +22,7 @@ {F501E715-62CC-2CA9-2005-21F540F2A888} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj index 9c8231324eb..2ade8ec5c2d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_ping_pong_streaming_test/h2_ssl_proxy_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {B093E098-1009-9BF6-0841-E0222EC8643C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj index d9adf3a40b0..e4b6cba1df0 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_registered_call_test/h2_ssl_proxy_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {0D4C0314-674B-6256-6ADC-BA622E6EE1D5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj index 71c5dbf84c2..d11de701ad2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_request_with_payload_test/h2_ssl_proxy_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {7B9336A8-B20F-6E62-808C-814DF5AB71D4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj index 5117cee4745..a6560fa2f49 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_server_finishes_request_test/h2_ssl_proxy_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {DA668450-BDA4-30E4-0E9A-25B7789A28EF} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj index db68be4fc9c..ba4ccf41992 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_calls_test/h2_ssl_proxy_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {5246E6CE-3819-D60F-6927-CBA031955E6D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj index a635f468b0a..9dcc638faff 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_shutdown_finishes_tags_test/h2_ssl_proxy_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {AF4CFE04-0507-C7B0-4068-D9B32F95B06A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj index 89c613710cc..a4fa7332cc2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_delayed_request_test/h2_ssl_proxy_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {1DADA778-7C2F-852C-F78D-1411E9252EAE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj index 4261bc770b7..f78a169285c 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_simple_request_test/h2_ssl_proxy_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {A5BBEBC4-7005-B78B-CA62-8E41CB28DD30} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj index 0c1e9937ee3..5b28a173a98 100644 --- a/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_proxy_trailing_metadata_test/h2_ssl_proxy_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {728F7276-2AD3-8C17-3FCD-A7FAC81E7CBE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj index 20cdb5ede60..d3ebec3d4e0 100644 --- a/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_registered_call_test/h2_ssl_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {A2E622B1-696D-08A4-571D-F9F696B49BF7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj index d2a452e599f..0bc667403c2 100644 --- a/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_request_with_flags_test/h2_ssl_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {EDB35E67-A568-B1CA-60DA-5C9B686F2807} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj index faf10b6f100..b24f9bce438 100644 --- a/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_request_with_payload_test/h2_ssl_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {864727A9-9280-8CBC-5337-5173D54D6D82} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj index a69e42549e3..349a6fb251b 100644 --- a/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_server_finishes_request_test/h2_ssl_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {0DFB0FB9-B26F-8BA9-F837-8174551E3FF6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj index bc3e764b031..057c742193d 100644 --- a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_calls_test/h2_ssl_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {A8BC4F79-A987-512C-4B5C-9F0573D9F5B6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj index a0c51981d65..6d9999f8fba 100644 --- a/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_shutdown_finishes_tags_test/h2_ssl_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {7512FA5E-52B1-0FB3-5D11-D5F0C9B6DF69} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj index 2144d07180c..d461983675f 100644 --- a/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_simple_delayed_request_test/h2_ssl_simple_delayed_request_test.vcxproj @@ -22,6 +22,7 @@ {6A6F346F-BF84-A020-34E9-5827D349C1B3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj index 2fd2a1f45b2..63f86d4df4e 100644 --- a/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_simple_request_test/h2_ssl_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {E836367A-8B83-B336-9FB9-84B34DC43371} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj index 5f00041b1b2..b5fbfd54aab 100644 --- a/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_ssl_trailing_metadata_test/h2_ssl_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {1BF6F90D-E823-A6DA-5D58-DB73A9E80613} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj index 31394093052..6f31bd1fbc8 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_nosec_test/h2_uchannel_bad_hostname_nosec_test.vcxproj @@ -22,6 +22,7 @@ {17D994DF-E2EE-F815-BE75-71AA54E95209} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj index d05c1716fbc..64d1dce15c6 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_bad_hostname_test/h2_uchannel_bad_hostname_test.vcxproj @@ -22,6 +22,7 @@ {1CE8B145-FA9B-3849-D631-C07D78A3F44F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ 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 334a93270bf..8e189e008cd 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 @@ -22,6 +22,7 @@ {7D2BA238-CB92-8E6F-8C4E-7BF4552CE3ED} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj index 3444c148965..c2467824853 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_binary_metadata_test/h2_uchannel_binary_metadata_test.vcxproj @@ -22,6 +22,7 @@ {41CB1689-2379-13A7-6295-97E593925556} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj index ec877ce2983..631812033d7 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_call_creds_test/h2_uchannel_call_creds_test.vcxproj @@ -22,6 +22,7 @@ {76836FC5-D3A8-6D48-712A-8830FC5D6C5B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj index 12ccd88d411..3ad0ea7dadf 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_nosec_test/h2_uchannel_cancel_after_accept_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E395F0FD-7D8A-E77F-7C81-17F5A54FE492} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj index b01ab1b7209..acef82c345b 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_accept_test/h2_uchannel_cancel_after_accept_test.vcxproj @@ -22,6 +22,7 @@ {377130A0-1DCE-175F-32A6-22CFCAC54F01} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj index caf79f9d0ec..0f7c9f24ad2 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_nosec_test/h2_uchannel_cancel_after_client_done_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C719A272-82E3-03A9-129D-F0161412C73D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj index c779a8d8c4c..aba12f7cb3a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_client_done_test/h2_uchannel_cancel_after_client_done_test.vcxproj @@ -22,6 +22,7 @@ {D8E41159-4916-A7DA-AB36-B50A357E9132} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj index e6b87a43362..6a7a512d8c9 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_nosec_test/h2_uchannel_cancel_after_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {421A1D07-1712-EC43-474A-425CE7409892} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj index 342b9e1d962..a2ba01413c8 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_after_invoke_test/h2_uchannel_cancel_after_invoke_test.vcxproj @@ -22,6 +22,7 @@ {2A854C06-863C-CCC7-E0FC-61B68A3682D8} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj index b0d82cf7865..30996c3eee4 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_nosec_test/h2_uchannel_cancel_before_invoke_nosec_test.vcxproj @@ -22,6 +22,7 @@ {35D3D9C9-80F6-1F7B-8AA7-CF0C9027457C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj index a712c36273a..b104bb9eed0 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_before_invoke_test/h2_uchannel_cancel_before_invoke_test.vcxproj @@ -22,6 +22,7 @@ {7ACF3688-1B08-3DAE-DFE7-1A96F728E04E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj index 49ce08a35a0..9dccc579be1 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_nosec_test/h2_uchannel_cancel_in_a_vacuum_nosec_test.vcxproj @@ -22,6 +22,7 @@ {B198BBFD-F65F-5EC1-AC78-D2A64615A73C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj index a79547f4728..9f2adbb8c7c 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_in_a_vacuum_test/h2_uchannel_cancel_in_a_vacuum_test.vcxproj @@ -22,6 +22,7 @@ {116EB2DE-5CE6-E428-06E0-486A84F139B5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj index 03a1922ccaf..c2a3624367c 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_nosec_test/h2_uchannel_cancel_with_status_nosec_test.vcxproj @@ -22,6 +22,7 @@ {05A8D69D-ACCD-D3DD-C0EF-12AD4F70D36A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj index a69cb8cc192..386775efbb4 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_cancel_with_status_test/h2_uchannel_cancel_with_status_test.vcxproj @@ -22,6 +22,7 @@ {D402353F-6F67-42C9-1B02-93A9230C79FA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj index cfb5790c705..831ddcfee15 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_nosec_test/h2_uchannel_compressed_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {D6FBB104-5E2A-7667-6F3C-AB576D093DC4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj index 82ce100045f..6e3c872b0b5 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_compressed_payload_test/h2_uchannel_compressed_payload_test.vcxproj @@ -22,6 +22,7 @@ {9F612E82-D93F-F1B8-7C81-74815E60EF30} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj index b226e81fdea..0480d9d7346 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_nosec_test/h2_uchannel_empty_batch_nosec_test.vcxproj @@ -22,6 +22,7 @@ {C02931DF-A1B5-6418-E436-4D6AB4C0258F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj index c6ad1a46bd1..3afe9687c80 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_empty_batch_test/h2_uchannel_empty_batch_test.vcxproj @@ -22,6 +22,7 @@ {001E89C3-317F-325A-D10D-ED5055B13C17} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj index 49c2951f6c0..8b0df1fdb30 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_nosec_test/h2_uchannel_graceful_server_shutdown_nosec_test.vcxproj @@ -22,6 +22,7 @@ {62C05709-793C-8F7C-7272-915E352B962A} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj index a2cacae1ea9..14e479a8a17 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_graceful_server_shutdown_test/h2_uchannel_graceful_server_shutdown_test.vcxproj @@ -22,6 +22,7 @@ {6F4B8E57-948E-2CAA-E354-4A496A89945F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj index 2e596c7733a..8439856928a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_nosec_test/h2_uchannel_high_initial_seqno_nosec_test.vcxproj @@ -22,6 +22,7 @@ {90CCC199-D242-7546-C1C0-4AA6899703DE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj index 062932dddc1..199ce01d63f 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_high_initial_seqno_test/h2_uchannel_high_initial_seqno_test.vcxproj @@ -22,6 +22,7 @@ {359D18A0-DEE3-EDD5-1C4C-662EC638C910} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj index 6ac216f5157..f9509cba012 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_nosec_test/h2_uchannel_hpack_size_nosec_test.vcxproj @@ -22,6 +22,7 @@ {EA53DB0D-8BA3-3BCC-10E1-8B5FACB77CA1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj index 195f0eb9e10..30968466544 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_hpack_size_test/h2_uchannel_hpack_size_test.vcxproj @@ -22,6 +22,7 @@ {9CFB3202-D95F-E541-9A6F-BE561CAFE1AE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj index ada7d9fed75..97b36b44706 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_nosec_test/h2_uchannel_invoke_large_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {0EC09350-0FB9-0208-000E-1B6C534B234C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj index 846e15c010e..e6ea951dfad 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_invoke_large_request_test/h2_uchannel_invoke_large_request_test.vcxproj @@ -22,6 +22,7 @@ {7B5AE7B2-6D7E-D97F-A6A4-721C7446171F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj index ddb6a006360..37a788e473b 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_nosec_test/h2_uchannel_large_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {8C11A694-8D0A-DF0C-12DA-0BE3C2E85C8D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj index 860954a9cbe..b035a348919 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_large_metadata_test/h2_uchannel_large_metadata_test.vcxproj @@ -22,6 +22,7 @@ {61035E2C-8F6C-552E-8255-8F54A0FC1AFB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj index b6be9924962..f04a9232973 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_nosec_test/h2_uchannel_max_concurrent_streams_nosec_test.vcxproj @@ -22,6 +22,7 @@ {9389F81E-390D-CDC1-9BAF-BED6868B1BBB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj index 767f99559cd..cb70c97e936 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_concurrent_streams_test/h2_uchannel_max_concurrent_streams_test.vcxproj @@ -22,6 +22,7 @@ {7F52A44E-9900-6A3B-F94F-A8D3E9D7E1D2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj index 7c7f919cb54..6331eb782ee 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_nosec_test/h2_uchannel_max_message_length_nosec_test.vcxproj @@ -22,6 +22,7 @@ {DBA2B456-18C4-07C8-424B-17CE749498B4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj index ad57c65bca3..20d6a852fcc 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_max_message_length_test/h2_uchannel_max_message_length_test.vcxproj @@ -22,6 +22,7 @@ {93B3CD26-BFD8-43C7-C64F-C3698FE7BF14} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj index 009aeadd071..a6479c13fc7 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_metadata_nosec_test/h2_uchannel_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {1AF36FB9-1410-D62D-7F16-28F7C94E3693} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj index aae635f6e79..dd50eb34d50 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_metadata_test/h2_uchannel_metadata_test.vcxproj @@ -22,6 +22,7 @@ {C6F1E57C-1DFA-1B55-31FC-996BF25943E6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj index 4c79db0738e..4bbba02cc5c 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_nosec_test/h2_uchannel_negative_deadline_nosec_test.vcxproj @@ -22,6 +22,7 @@ {34337C18-21ED-7077-A73B-1AECAEE64D28} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj index 684ed311663..67d0c398fd6 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_negative_deadline_test/h2_uchannel_negative_deadline_test.vcxproj @@ -22,6 +22,7 @@ {C6E00D4B-6062-2D89-A581-42B490304865} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ 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 2e5a067f991..2f08754dce8 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 @@ -22,6 +22,7 @@ {D7F3A4CF-B04B-DA68-E039-FAAB5C43A5A1} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj index d51f706c00f..bad434bdc93 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_no_op_test/h2_uchannel_no_op_test.vcxproj @@ -22,6 +22,7 @@ {205376F8-8A61-21CA-7887-6DD302026DAB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj index 340ddbaaa9d..fad958836e5 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_payload_nosec_test/h2_uchannel_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {2A53C023-7BE5-81A5-3E55-A529D2430501} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj index e8c74764f0b..a19a20c594e 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_payload_test/h2_uchannel_payload_test.vcxproj @@ -22,6 +22,7 @@ {FA850300-F7D1-30C1-BF01-3B7746D4C67E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj index e3f58326913..83683a5220d 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_nosec_test/h2_uchannel_ping_pong_streaming_nosec_test.vcxproj @@ -22,6 +22,7 @@ {98996B92-32C4-5CA8-1E45-F22A25793F72} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj index b4760f7c26a..4ccacc693d5 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_ping_pong_streaming_test/h2_uchannel_ping_pong_streaming_test.vcxproj @@ -22,6 +22,7 @@ {B17D2084-FB8C-B2CA-3F4F-20507D78F20D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj index 00af75fe6a0..e36297bd97a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_registered_call_nosec_test/h2_uchannel_registered_call_nosec_test.vcxproj @@ -22,6 +22,7 @@ {FACC5B58-F115-AC19-A9FE-9D4CDDA4C982} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj index 00a4ffee71e..59ecbe46e02 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_registered_call_test/h2_uchannel_registered_call_test.vcxproj @@ -22,6 +22,7 @@ {EA48AFB0-5361-584F-C97C-EA058507DC34} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj index 08769dd7a70..8f88cc0c696 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_nosec_test/h2_uchannel_request_with_flags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {F446ADF4-A4AA-1DE8-3C0F-3AFA4E560699} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj index 897f9356a5e..19be8beed1a 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_flags_test/h2_uchannel_request_with_flags_test.vcxproj @@ -22,6 +22,7 @@ {1ADB7064-FA13-E1D1-1E56-67F3DF9B6201} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj index 43f4a808a97..af996618184 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_nosec_test/h2_uchannel_request_with_payload_nosec_test.vcxproj @@ -22,6 +22,7 @@ {E966496E-6A07-24FF-6839-A14618A7560D} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj index aa88b88e117..12bdf96ca88 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_request_with_payload_test/h2_uchannel_request_with_payload_test.vcxproj @@ -22,6 +22,7 @@ {197ABF07-4D19-93C3-3C0A-A11439F373F9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj index 2052854b21f..0f83265e8e4 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_nosec_test/h2_uchannel_server_finishes_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {5795A29B-F1D3-A051-5040-9775ACCAF2AC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj index 3832a1b1d10..cbd550a8d67 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_server_finishes_request_test/h2_uchannel_server_finishes_request_test.vcxproj @@ -22,6 +22,7 @@ {2F6F9D5F-86AB-ACDE-4971-C97F96D72310} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj index 72389881277..702d847d802 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_nosec_test/h2_uchannel_shutdown_finishes_calls_nosec_test.vcxproj @@ -22,6 +22,7 @@ {AE231D27-F08B-3B66-2CC7-900A949EE86C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj index 63ed18c9cc4..aa86db4905b 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_calls_test/h2_uchannel_shutdown_finishes_calls_test.vcxproj @@ -22,6 +22,7 @@ {EBAB736A-946A-4CF6-5537-28E56A931F3E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj index c26d6e2b42b..d9054a59cac 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_nosec_test/h2_uchannel_shutdown_finishes_tags_nosec_test.vcxproj @@ -22,6 +22,7 @@ {D529BC7A-1F61-D263-CC9C-B33280F87875} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj index 301f59dba70..422d6f671dc 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_shutdown_finishes_tags_test/h2_uchannel_shutdown_finishes_tags_test.vcxproj @@ -22,6 +22,7 @@ {A43C8463-D0E1-300B-6899-44A84105E59E} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj index 4974a53c581..78d4a77b9cf 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_simple_request_nosec_test/h2_uchannel_simple_request_nosec_test.vcxproj @@ -22,6 +22,7 @@ {BA21FD25-5FAB-E2E6-FFCB-AB7F190A4231} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj index 41eeb3a17ea..06b38b0e855 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_simple_request_test/h2_uchannel_simple_request_test.vcxproj @@ -22,6 +22,7 @@ {E4B00FAA-7A3C-7F7F-83FD-B58C0E706AED} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj index 413eae8f569..faa3334a074 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_nosec_test/h2_uchannel_trailing_metadata_nosec_test.vcxproj @@ -22,6 +22,7 @@ {4070A24F-256D-F437-1D6C-7D3B9509FDEC} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj index c31d0457b3b..85391f5dd25 100644 --- a/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/h2_uchannel_trailing_metadata_test/h2_uchannel_trailing_metadata_test.vcxproj @@ -22,6 +22,7 @@ {DC5792C3-1C07-D657-46FB-EF4E754BDE21} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj b/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj index 7c486473c5d..d3c00298c49 100644 --- a/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/headers_bad_client_test/headers_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {7819A11E-607E-F0C0-FC47-C704CF7D818C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj b/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj index f974a27b18e..fd3f8b0b7db 100644 --- a/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj +++ b/vsprojects/vcxproj/test/hpack_parser_test/hpack_parser_test.vcxproj @@ -22,6 +22,7 @@ {4CAEC7C3-5354-D474-FB3D-ABED6AD2E1DA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj b/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj index 6293dfeef3b..6a55435001c 100644 --- a/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj +++ b/vsprojects/vcxproj/test/hpack_table_test/hpack_table_test.vcxproj @@ -22,6 +22,7 @@ {FF2CEE6D-850F-E22C-53A0-8C5912B14B20} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj b/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj index eb779d88488..8b67e375387 100644 --- a/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj +++ b/vsprojects/vcxproj/test/httpcli_format_request_test/httpcli_format_request_test.vcxproj @@ -22,6 +22,7 @@ {A43C3292-CAE7-1B8C-A5FD-52D9E3DCFD82} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj b/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj index 667be598737..44e94dc3b08 100644 --- a/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj +++ b/vsprojects/vcxproj/test/httpcli_parser_test/httpcli_parser_test.vcxproj @@ -22,6 +22,7 @@ {B6F60D1C-D4F3-0F1A-4A2F-9134629B7848} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/init_test/init_test.vcxproj b/vsprojects/vcxproj/test/init_test/init_test.vcxproj index 0c54df46d5a..02e1f77af32 100644 --- a/vsprojects/vcxproj/test/init_test/init_test.vcxproj +++ b/vsprojects/vcxproj/test/init_test/init_test.vcxproj @@ -22,6 +22,7 @@ {117CA7AD-C42B-9217-6C95-42A801777BC5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj b/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj index ad324c6f5f7..68660ae32bf 100644 --- a/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/initial_settings_frame_bad_client_test/initial_settings_frame_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {6756895E-05BF-8CC7-58F2-868DF0C0300C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj b/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj index 81172ae479d..3672e8c8247 100644 --- a/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj +++ b/vsprojects/vcxproj/test/invalid_call_argument_test/invalid_call_argument_test.vcxproj @@ -22,6 +22,7 @@ {C32CA8A3-58E6-8EB9-B72F-C295547D36A6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj b/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj index 0c8268d93b4..60e0b5ee6c2 100644 --- a/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj +++ b/vsprojects/vcxproj/test/json_rewrite/json_rewrite.vcxproj @@ -22,6 +22,7 @@ {57B36FF6-25B1-2475-D07A-2E9097E2C792} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj b/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj index d5fb870a917..6c1621f06b7 100644 --- a/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj +++ b/vsprojects/vcxproj/test/json_rewrite_test/json_rewrite_test.vcxproj @@ -22,6 +22,7 @@ {DD4C2B4E-9C47-6AA4-8E16-7B69AF8FA1D2} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj b/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj index 00d21e4a898..e98b8c1a676 100644 --- a/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj +++ b/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj @@ -22,6 +22,7 @@ {8EABFC7E-4CE6-CDE1-CE31-298D809B8A9B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/json_test/json_test.vcxproj b/vsprojects/vcxproj/test/json_test/json_test.vcxproj index 8642863ed98..ac8ede34c66 100644 --- a/vsprojects/vcxproj/test/json_test/json_test.vcxproj +++ b/vsprojects/vcxproj/test/json_test/json_test.vcxproj @@ -22,6 +22,7 @@ {05230AC7-4529-E6CF-0506-A063B5FF6642} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj b/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj index 87c1bc898d9..ad937047d5e 100644 --- a/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj +++ b/vsprojects/vcxproj/test/lame_client_test/lame_client_test.vcxproj @@ -22,6 +22,7 @@ {6E60B394-E17D-658A-6648-A2E6E183226F} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj b/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj index 6ba8d32a622..a84da4cad76 100644 --- a/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj +++ b/vsprojects/vcxproj/test/lb_policies_test/lb_policies_test.vcxproj @@ -22,6 +22,7 @@ {62D58A08-3B5E-D6A8-ABBB-77995AA0A8C6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj b/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj index 912fe3f618d..6167b56b914 100644 --- a/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj +++ b/vsprojects/vcxproj/test/message_compress_test/message_compress_test.vcxproj @@ -22,6 +22,7 @@ {07170557-CCB0-D23C-8018-C2909D115DF9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj b/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj index 72cd57249c0..c6d04b4ec14 100644 --- a/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj +++ b/vsprojects/vcxproj/test/metrics_client/metrics_client.vcxproj @@ -22,6 +22,7 @@ {FE8631BA-DF40-EC70-6078-C2DAF316E329} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj index b6a84878676..7731c294840 100644 --- a/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj +++ b/vsprojects/vcxproj/test/mock_test/mock_test.vcxproj @@ -22,6 +22,7 @@ {2E716EE7-4A8D-8E92-7E3F-3DC55406F21C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj b/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj index 16746119097..d1a8b492c4e 100644 --- a/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj +++ b/vsprojects/vcxproj/test/multiple_server_queues_test/multiple_server_queues_test.vcxproj @@ -22,6 +22,7 @@ {88AF688E-E43C-5E20-6966-CF559F597D82} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj b/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj index a3cdc511d0b..64938f40cf6 100644 --- a/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj +++ b/vsprojects/vcxproj/test/murmur_hash_test/murmur_hash_test.vcxproj @@ -22,6 +22,7 @@ {0B136077-8522-3C25-7704-1C386C9FDCD5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj b/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj index b1dfc9b158f..c4c30179165 100644 --- a/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj +++ b/vsprojects/vcxproj/test/no_server_test/no_server_test.vcxproj @@ -22,6 +22,7 @@ {A66AC548-E2B9-74CD-293C-43526EE51DCE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj b/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj index 21af714e017..dfc4c4c888a 100644 --- a/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj +++ b/vsprojects/vcxproj/test/reconnect_interop_client/reconnect_interop_client.vcxproj @@ -22,6 +22,7 @@ {2424D42A-8378-91FB-6ACF-6D37CEB40150} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj b/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj index c4e86b63f35..cb5a177e039 100644 --- a/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj +++ b/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj @@ -22,6 +22,7 @@ {997D5119-836F-8337-A164-94B0F9926520} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj b/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj index adf24e81514..59420178489 100644 --- a/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj +++ b/vsprojects/vcxproj/test/resolve_address_test/resolve_address_test.vcxproj @@ -22,6 +22,7 @@ {8279AF6C-9584-67F3-1547-B204864FCCA7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj b/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj index 200dd950d4e..8a2dc038fd2 100644 --- a/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj +++ b/vsprojects/vcxproj/test/secure_auth_context_test/secure_auth_context_test.vcxproj @@ -22,6 +22,7 @@ {D852AD54-B8E9-D177-318B-DA872B5573A9} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj b/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj index d6499d5d8d1..a95add16004 100644 --- a/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj +++ b/vsprojects/vcxproj/test/secure_channel_create_test/secure_channel_create_test.vcxproj @@ -22,6 +22,7 @@ {62B25398-7173-928E-689E-53860B0ACFC4} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj b/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj index cd0f6323ed5..c560403c81a 100644 --- a/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj +++ b/vsprojects/vcxproj/test/secure_endpoint_test/secure_endpoint_test.vcxproj @@ -22,6 +22,7 @@ {A7747106-A6BC-62D4-2A21-04A4F0CC2683} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj b/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj index 208c3e2f64c..5d07c9fdd37 100644 --- a/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj +++ b/vsprojects/vcxproj/test/server_chttp2_test/server_chttp2_test.vcxproj @@ -22,6 +22,7 @@ {BF9F909B-8266-6AAC-A81B-05F8210AA8CA} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj b/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj index 27c063c6e7d..d859d631b48 100644 --- a/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj +++ b/vsprojects/vcxproj/test/server_crash_test_client/server_crash_test_client.vcxproj @@ -22,6 +22,7 @@ {00BAA4A7-8806-8D17-23DE-12C433569672} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj b/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj index 83a421cadd4..acd116788bf 100644 --- a/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/server_registered_method_bad_client_test/server_registered_method_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {B4E7CD82-988A-BD3A-29F8-8590D3A8BC28} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/server_test/server_test.vcxproj b/vsprojects/vcxproj/test/server_test/server_test.vcxproj index cccc6dd0aca..4c22634cadd 100644 --- a/vsprojects/vcxproj/test/server_test/server_test.vcxproj +++ b/vsprojects/vcxproj/test/server_test/server_test.vcxproj @@ -22,6 +22,7 @@ {E765AC67-E4E5-C350-59A1-C6CA2BD9F64B} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj b/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj index 944e9e6f066..2344aaf1845 100644 --- a/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj +++ b/vsprojects/vcxproj/test/set_initial_connect_string_test/set_initial_connect_string_test.vcxproj @@ -22,6 +22,7 @@ {4A48E5A5-2E69-ED6D-063C-C297180A54D0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj b/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj index b2d53f3fd68..32b278f5be4 100644 --- a/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj +++ b/vsprojects/vcxproj/test/shutdown_test/shutdown_test.vcxproj @@ -22,6 +22,7 @@ {7FA7570D-08DA-15BF-EF87-A29A858D1EC6} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj b/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj index 29066e325eb..06cd2526a59 100644 --- a/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/simple_request_bad_client_test/simple_request_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {63422647-93FA-46BB-4827-95473D9D503C} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj b/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj index 2edee9ade8f..c9247ed1606 100644 --- a/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj +++ b/vsprojects/vcxproj/test/sockaddr_resolver_test/sockaddr_resolver_test.vcxproj @@ -22,6 +22,7 @@ {9889A80C-F1D7-99C9-FE7E-657724BEDC62} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj b/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj index 537ef587a32..4dbf5bcd958 100644 --- a/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj +++ b/vsprojects/vcxproj/test/sockaddr_utils_test/sockaddr_utils_test.vcxproj @@ -22,6 +22,7 @@ {529771F0-10B0-9B1A-1E7E-8A8E01870348} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/status_test/status_test.vcxproj b/vsprojects/vcxproj/test/status_test/status_test.vcxproj index e869a1f8f7f..0e9740d299a 100644 --- a/vsprojects/vcxproj/test/status_test/status_test.vcxproj +++ b/vsprojects/vcxproj/test/status_test/status_test.vcxproj @@ -22,6 +22,7 @@ {98833D26-5BC0-1D31-220E-B7E9D0DF9367} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj index 86ee36832fd..00a0332aa20 100644 --- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj +++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj @@ -22,6 +22,7 @@ {09500BEB-9A09-F52E-9A3D-D1D27D7177F0} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj b/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj index 8573a0a85a6..0b69440692b 100644 --- a/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj +++ b/vsprojects/vcxproj/test/thread_stress_test/thread_stress_test.vcxproj @@ -22,6 +22,7 @@ {1891650E-2B75-FED7-89C5-74CEBE6ECEF7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj b/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj index 1e0734cd9a0..324ade53d98 100644 --- a/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj +++ b/vsprojects/vcxproj/test/time_averaged_stats_test/time_averaged_stats_test.vcxproj @@ -22,6 +22,7 @@ {D1EB2A9B-8508-62D7-8FC4-11A11B1CBFD3} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj b/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj index 68d92a2b3e4..ec1e27f3ca6 100644 --- a/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj +++ b/vsprojects/vcxproj/test/timeout_encoding_test/timeout_encoding_test.vcxproj @@ -22,6 +22,7 @@ {EA073C36-A527-F749-AD4A-243A38B9BFF5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj b/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj index 87d144f9cfd..d97a30fc9f3 100644 --- a/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj +++ b/vsprojects/vcxproj/test/timer_heap_test/timer_heap_test.vcxproj @@ -22,6 +22,7 @@ {A2110C60-E75A-F76E-205E-1836F86C4D53} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj b/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj index bd79e61bd1a..85e729118a8 100644 --- a/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj +++ b/vsprojects/vcxproj/test/timer_list_test/timer_list_test.vcxproj @@ -22,6 +22,7 @@ {C43EA45B-1E72-C58D-8CE3-A879D1B1E2DB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj b/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj index 01681f875b0..a352b793ec3 100644 --- a/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj +++ b/vsprojects/vcxproj/test/timers_test/timers_test.vcxproj @@ -22,6 +22,7 @@ {FFE98236-3F4D-2CBA-29FB-D0A7467D2FA5} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj b/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj index f195c112dd0..ec133e86bc9 100644 --- a/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj +++ b/vsprojects/vcxproj/test/transport_connectivity_state_test/transport_connectivity_state_test.vcxproj @@ -22,6 +22,7 @@ {659121F6-1639-AC6B-053E-9D17A8B94D56} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj b/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj index 6c2f8593874..96c1b3a56b9 100644 --- a/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj +++ b/vsprojects/vcxproj/test/transport_metadata_test/transport_metadata_test.vcxproj @@ -22,6 +22,7 @@ {89A119C5-0F62-33B8-5D08-1FAA29DA7DEB} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj b/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj index ae5e03ecf20..e2136d5a9e3 100644 --- a/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj +++ b/vsprojects/vcxproj/test/unknown_frame_bad_client_test/unknown_frame_bad_client_test.vcxproj @@ -22,6 +22,7 @@ {9E0A2239-20D5-DB2D-CA0D-69F24E3416E7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj b/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj index eaa00a50a4f..1f6665a94eb 100644 --- a/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj +++ b/vsprojects/vcxproj/test/uri_parser_test/uri_parser_test.vcxproj @@ -22,6 +22,7 @@ {E35C24A0-8725-E773-FE78-CC0C67071EF7} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ diff --git a/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj b/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj index 2efad7aec99..ea92d698aad 100644 --- a/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj +++ b/vsprojects/vcxproj/test_tcp_server/test_tcp_server.vcxproj @@ -21,6 +21,7 @@ {E3110C46-A148-FF65-08FD-3324829BE7FE} true + $(SolutionDir)IntDir\$(MSBuildProjectName)\ From 83a23815b064bdb6c376c4d1ecfc7bc76971f62a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 18 Dec 2015 09:25:20 -0800 Subject: [PATCH 20/23] remove unused vsprojects --- .../grpc++_unsecure.vcxproj.filters.template | 4 - .../grpc++_unsecure.vcxproj.template | 4 - .../grpc_cpp_plugin.vcxproj.template | 4 - .../grpc_csharp_plugin.vcxproj.template | 4 - .../grpc_objective_c_plugin.vcxproj.template | 4 - .../grpc_python_plugin.vcxproj.template | 4 - .../grpc_ruby_plugin.vcxproj.template | 4 - .../grpc++_unsecure/grpc++_unsecure.vcxproj | 376 -------- .../grpc++_unsecure.vcxproj.filters | 274 ------ vsprojects/grpc/grpc.vcxproj | 658 ------------- vsprojects/grpc/grpc.vcxproj.filters | 874 ------------------ .../grpc_cpp_plugin/grpc_cpp_plugin.vcxproj | 164 ---- .../grpc_csharp_plugin.vcxproj | 164 ---- .../grpc_objective_c_plugin.vcxproj | 164 ---- .../grpc_python_plugin.vcxproj | 164 ---- .../grpc_ruby_plugin/grpc_ruby_plugin.vcxproj | 164 ---- .../grpc_unsecure/grpc_unsecure.vcxproj | 596 ------------ .../grpc_unsecure.vcxproj.filters | 766 --------------- 18 files changed, 4392 deletions(-) delete mode 100644 templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template delete mode 100644 templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template delete mode 100644 templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template delete mode 100644 templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template delete mode 100644 templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template delete mode 100644 templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template delete mode 100644 templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template delete mode 100644 vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj delete mode 100644 vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters delete mode 100644 vsprojects/grpc/grpc.vcxproj delete mode 100644 vsprojects/grpc/grpc.vcxproj.filters delete mode 100644 vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj delete mode 100644 vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj delete mode 100644 vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj delete mode 100644 vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj delete mode 100644 vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj delete mode 100644 vsprojects/grpc_unsecure/grpc_unsecure.vcxproj delete mode 100644 vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters diff --git a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template b/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template deleted file mode 100644 index 99f707ad418..00000000000 --- a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj.filters_defs.include" import="gen_filters"/>\ - ${gen_filters('grpc++_unsecure', libs)} diff --git a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template b/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template deleted file mode 100644 index a6a7b2c1081..00000000000 --- a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj_defs.include" import="gen_project"/>\ - ${gen_project('grpc++_unsecure', libs)} diff --git a/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template b/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template deleted file mode 100644 index 980bc589e4c..00000000000 --- a/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj_defs.include" import="gen_project"/>\ - ${gen_project('grpc_cpp_plugin', targets)} diff --git a/templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template b/templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template deleted file mode 100644 index 2c677d7f75e..00000000000 --- a/templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj_defs.include" import="gen_project"/>\ - ${gen_project('grpc_csharp_plugin', targets)} diff --git a/templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template b/templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template deleted file mode 100644 index a31f3e383af..00000000000 --- a/templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj_defs.include" import="gen_project"/>\ - ${gen_project('grpc_objective_c_plugin', targets)} diff --git a/templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template b/templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template deleted file mode 100644 index c2ef3968429..00000000000 --- a/templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj_defs.include" import="gen_project"/>\ - ${gen_project('grpc_python_plugin', targets)} diff --git a/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template b/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template deleted file mode 100644 index e7c094f5f91..00000000000 --- a/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template +++ /dev/null @@ -1,4 +0,0 @@ -%YAML 1.2 ---- | - <%namespace file="../vcxproj_defs.include" import="gen_project"/>\ - ${gen_project('grpc_ruby_plugin', targets)} diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj deleted file mode 100644 index e7250d03a44..00000000000 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj +++ /dev/null @@ -1,376 +0,0 @@ - - - - - Debug-DLL - Win32 - - - Debug-DLL - x64 - - - Release-DLL - Win32 - - - Release-DLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211} - true - $(SolutionDir)IntDir\$(MSBuildProjectName)\ - - - - v100 - - - v110 - - - v120 - - - v140 - - - StaticLibrary - true - Unicode - - - StaticLibrary - false - true - Unicode - - - StaticLibrary - true - Unicode - - - StaticLibrary - false - true - Unicode - - - - - - - - - - - - grpc++_unsecure - - - grpc++_unsecure - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Windows - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Windows - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Windows - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Windows - true - false - true - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Windows - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Windows - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Windows - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Windows - true - false - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} - - - {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters deleted file mode 100644 index 05bb819dfa3..00000000000 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters +++ /dev/null @@ -1,274 +0,0 @@ - - - - - src\cpp\common - - - src\cpp\client - - - src\cpp\client - - - src\cpp\client - - - src\cpp\client - - - src\cpp\client - - - src\cpp\client - - - src\cpp\client - - - src\cpp\common - - - src\cpp\common - - - src\cpp\common - - - src\cpp\common - - - src\cpp\proto - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - src\cpp\util - - - src\cpp\util - - - src\cpp\util - - - src\cpp\util - - - src\cpp\util - - - - - include\grpc++ - - - include\grpc++ - - - include\grpc++ - - - include\grpc++ - - - include\grpc++\generic - - - include\grpc++\generic - - - include\grpc++ - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\impl - - - include\grpc++\security - - - include\grpc++\security - - - include\grpc++\security - - - include\grpc++\security - - - include\grpc++ - - - include\grpc++ - - - include\grpc++ - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - include\grpc++\support - - - - - src\cpp\client - - - src\cpp\common - - - src\cpp\server - - - src\cpp\server - - - src\cpp\server - - - - - - {5c4eb19f-d511-e8fd-e1d6-c377cdc7d3b1} - - - {eceb50c0-bb49-3812-b6bd-b0af6df81da7} - - - {83717d3c-57d9-2bfa-ed9c-2b08f86da12b} - - - {dadc0002-f2ac-451b-a9b8-33b8de10b5fc} - - - {64bf60ff-9192-bb59-dcc8-8a0021e1d016} - - - {0ebf8008-80b9-d6da-e1dc-854bf1ec2195} - - - {cce6a85d-1111-3834-6825-31e170d93cff} - - - {1e5fd68c-bd87-e803-42b0-75a7fa19b91d} - - - {ff72923a-6499-8d2a-e0fb-6d574b85d77e} - - - {ed8e4daa-825f-fbe5-2a45-846ad9165d3d} - - - {10b51a99-2e57-249e-ce23-3ab8c6b99ffb} - - - {8a54a279-d14b-4237-0df3-1ffe1ef5a7af} - - - {fb5d9a64-20ca-5119-ed38-04a3cf94923d} - - - - diff --git a/vsprojects/grpc/grpc.vcxproj b/vsprojects/grpc/grpc.vcxproj deleted file mode 100644 index c6750948677..00000000000 --- a/vsprojects/grpc/grpc.vcxproj +++ /dev/null @@ -1,658 +0,0 @@ - - - - - - Debug-DLL - Win32 - - - Debug-DLL - x64 - - - Release-DLL - Win32 - - - Release-DLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {29D16885-7228-4C31-81ED-5F9187C7F2A9} - - - - v100 - - - v110 - - - v120 - - - StaticLibrary - true - Unicode - - - StaticLibrary - false - true - Unicode - - - StaticLibrary - true - Unicode - - - StaticLibrary - false - true - Unicode - - - - - - - - - - - - grpc - static - Debug - Debug - - - grpc - static - Debug - Debug - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - diff --git a/vsprojects/grpc/grpc.vcxproj.filters b/vsprojects/grpc/grpc.vcxproj.filters deleted file mode 100644 index 5bde4656165..00000000000 --- a/vsprojects/grpc/grpc.vcxproj.filters +++ /dev/null @@ -1,874 +0,0 @@ - - - - - src\core\httpcli - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\surface - - - src\core\surface - - - src\core\tsi - - - src\core\tsi - - - src\core\tsi - - - src\core\census - - - src\core\census - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\lb_policies - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\resolvers - - - src\core\client_config\resolvers - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config - - - src\core\compression - - - src\core\compression - - - src\core\debug - - - src\core\httpcli - - - src\core\httpcli - - - src\core\httpcli - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\profiling - - - src\core\profiling - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\census - - - src\core\census - - - src\core\census - - - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\security - - - src\core\tsi - - - src\core\tsi - - - src\core\tsi - - - src\core\tsi - - - src\core\census - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\lb_policies - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\resolvers - - - src\core\client_config\resolvers - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config - - - src\core\compression - - - src\core\debug - - - src\core\httpcli - - - src\core\httpcli - - - src\core\httpcli - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\profiling - - - src\core\profiling - - - src\core\statistics - - - src\core\statistics - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\census - - - src\core\census - - - - - - {968de0a1-346d-b75a-6f19-6a55119b8235} - - - {880c644d-b84f-cfca-98bd-e145f36232ab} - - - {d538af37-07b2-062b-fa2a-d9f882cb2737} - - - {ea745680-21ea-9c5e-679b-64dc40562d08} - - - {fb3aefc2-8205-b0bf-525f-ab5e339f7f76} - - - {d897b6c3-c555-234e-a589-b4f008063615} - - - {e71e6928-b1e3-0616-0961-1505370458ab} - - - {a3eca4d5-f760-61a6-7251-556b828c8b44} - - - {6d97b8d9-2c15-927a-892a-709d073c02ab} - - - {428cdbb1-c777-2c64-79b3-43d6ee413061} - - - {263cb913-dfe6-42a4-096b-cac231f76305} - - - {1da7ef8a-a06d-5499-b3de-19fee4a4214d} - - - {a9bc00ad-835f-c625-c6d9-6a1324f98b9f} - - - {1baf3894-af37-e647-bdbc-95dc17ed0073} - - - {e665cc0e-b994-d7c5-cc18-2007392019f0} - - - {87674b72-0f05-0469-481a-bd8c7af9ad80} - - - {1d850ac6-e639-4eab-5338-4ba40272fcc9} - - - {0ef49896-2313-4a3f-1ce2-716fa0e5c6ca} - - - {aeb18e82-5d25-0aad-8b02-a0a3470073ce} - - - {168fa1b1-1c18-eb55-9a4d-746bc58df2c1} - - - {b8b623c3-a168-a2b1-0d5f-b70a1f1cd8d2} - - - {0b0f9ab1-efa4-7f03-e446-6fb9b5227e84} - - - - diff --git a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj deleted file mode 100644 index 7c5010c3b58..00000000000 --- a/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7E51A25F-AC59-488F-906C-C60FAAE706AA} - true - $(SolutionDir)IntDir\$(MSBuildProjectName)\ - - - - v100 - - - v110 - - - v120 - - - v140 - - - Application - true - Unicode - - - Application - false - true - Unicode - - - - - - - - - - - - - grpc_cpp_plugin - - - grpc_cpp_plugin - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - - - - - {B6E81D84-2ACB-41B8-8781-493A944C7817} - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - diff --git a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj deleted file mode 100644 index c1a4fa04479..00000000000 --- a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3C813052-A49A-4662-B90A-1ADBEC7EE453} - true - $(SolutionDir)IntDir\$(MSBuildProjectName)\ - - - - v100 - - - v110 - - - v120 - - - v140 - - - Application - true - Unicode - - - Application - false - true - Unicode - - - - - - - - - - - - - grpc_csharp_plugin - - - grpc_csharp_plugin - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - - - - - {B6E81D84-2ACB-41B8-8781-493A944C7817} - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - diff --git a/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj b/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj deleted file mode 100644 index 01ce2b873d9..00000000000 --- a/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {19564640-CEE6-4921-ABA5-676ED79A36F6} - true - $(SolutionDir)IntDir\$(MSBuildProjectName)\ - - - - v100 - - - v110 - - - v120 - - - v140 - - - Application - true - Unicode - - - Application - false - true - Unicode - - - - - - - - - - - - - grpc_objective_c_plugin - - - grpc_objective_c_plugin - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - - - - - {B6E81D84-2ACB-41B8-8781-493A944C7817} - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - diff --git a/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj b/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj deleted file mode 100644 index e715bab02fd..00000000000 --- a/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2} - true - $(SolutionDir)IntDir\$(MSBuildProjectName)\ - - - - v100 - - - v110 - - - v120 - - - v140 - - - Application - true - Unicode - - - Application - false - true - Unicode - - - - - - - - - - - - - grpc_python_plugin - - - grpc_python_plugin - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - - - - - {B6E81D84-2ACB-41B8-8781-493A944C7817} - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - diff --git a/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj b/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj deleted file mode 100644 index ebbc978a6ce..00000000000 --- a/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {069E9D05-B78B-4751-9252-D21EBAE7DE8E} - true - $(SolutionDir)IntDir\$(MSBuildProjectName)\ - - - - v100 - - - v110 - - - v120 - - - v140 - - - Application - true - Unicode - - - Application - false - true - Unicode - - - - - - - - - - - - - grpc_ruby_plugin - - - grpc_ruby_plugin - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - true - None - false - - - Console - true - false - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - true - None - false - - - Console - true - false - true - true - - - - - - - - - {B6E81D84-2ACB-41B8-8781-493A944C7817} - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj deleted file mode 100644 index 60143f1ab12..00000000000 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ /dev/null @@ -1,596 +0,0 @@ - - - - - Debug-DLL - Win32 - - - Debug-DLL - x64 - - - Release-DLL - Win32 - - - Release-DLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} - - - - v100 - - - v110 - - - v120 - - - StaticLibrary - true - Unicode - - - StaticLibrary - false - true - Unicode - - - StaticLibrary - true - Unicode - - - StaticLibrary - false - true - Unicode - - - - - - - - - - - - grpc_unsecure - static - Debug - - - grpc_unsecure - static - Debug - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - NotUsing - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreadedDebug - - - Windows - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - MultiThreaded - - - Windows - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters deleted file mode 100644 index edfa397e37e..00000000000 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters +++ /dev/null @@ -1,766 +0,0 @@ - - - - - src\core\surface - - - src\core\census - - - src\core\census - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\lb_policies - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\resolvers - - - src\core\client_config\resolvers - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config - - - src\core\compression - - - src\core\compression - - - src\core\debug - - - src\core\httpcli - - - src\core\httpcli - - - src\core\httpcli - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\profiling - - - src\core\profiling - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\census - - - src\core\census - - - src\core\census - - - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - include\grpc - - - - - src\core\census - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\channel - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\lb_policies - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\resolvers - - - src\core\client_config\resolvers - - - src\core\client_config - - - src\core\client_config - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config\subchannel_factory_decorators - - - src\core\client_config - - - src\core\compression - - - src\core\debug - - - src\core\httpcli - - - src\core\httpcli - - - src\core\httpcli - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\iomgr - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\json - - - src\core\profiling - - - src\core\profiling - - - src\core\statistics - - - src\core\statistics - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\surface - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport\chttp2 - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\transport - - - src\core\census - - - src\core\census - - - - - - {10076c7e-7c8e-8005-0c81-64454af2cbc8} - - - {77b9717b-b8d8-dd5f-14bb-a3e96809a70a} - - - {aaf326a1-c884-46ea-875a-cbbd9983e539} - - - {88491077-386b-2039-d14c-0c40136b5f7a} - - - {a7596ee2-afee-3a82-7e6e-bd8b8f904e04} - - - {cc102c4b-66ff-cf4c-2288-d76327e1a183} - - - {02bd7340-02ee-4337-ffa5-0b6ecc7cf60c} - - - {308af086-46c7-fa66-9021-19b1c3d4a6bd} - - - {dd617c24-6f07-fdff-80d5-c8610d6f815e} - - - {64285d1a-ebd0-7637-ae20-15df5ca6cc83} - - - {2e3aca1d-223d-10a1-b282-7f9fc68ee6f5} - - - {6d8d5774-7291-554d-fafa-583463cd3fd9} - - - {1ba3a245-47e7-89b5-b0c9-aca758bd0277} - - - {a9df8b24-ecea-ff6d-8999-d8fa54cd70bf} - - - {443ffc61-1bea-2477-6e54-1ddf8c139264} - - - {7f91d9bf-c9de-835a-d74d-b16f843b89a9} - - - {e084164c-a069-00e3-db35-4e0b1cd6f0b7} - - - {6cd0127e-c24b-d43c-38f5-198db8d4322a} - - - {6687ff98-e36e-c0b1-2756-1bc79edec406} - - - {5fcd6206-f774-9ae6-4b85-305d6a723843} - - - - From ee9d78b960f5c26181c9499412829a95fc972745 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Fri, 18 Dec 2015 09:50:34 -0800 Subject: [PATCH 21/23] Unit testing the peer from auth context functionality. --- src/core/security/security_connector.h | 2 +- test/core/security/security_connector_test.c | 55 ++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/src/core/security/security_connector.h b/src/core/security/security_connector.h index b9f31b60749..b5f3ff17f49 100644 --- a/src/core/security/security_connector.h +++ b/src/core/security/security_connector.h @@ -239,7 +239,7 @@ const tsi_peer_property *tsi_peer_get_property_by_name(const tsi_peer *peer, /* Exposed for testing only. */ grpc_auth_context *tsi_ssl_peer_to_auth_context(const tsi_peer *peer); -tsi_peer tsi_shallow_peer_from_auth_context( +tsi_peer tsi_shallow_peer_from_ssl_auth_context( const grpc_auth_context *auth_context); void tsi_shallow_peer_destruct(tsi_peer *peer); diff --git a/test/core/security/security_connector_test.c b/test/core/security/security_connector_test.c index 2f417f891e7..0dcffa40ce4 100644 --- a/test/core/security/security_connector_test.c +++ b/test/core/security/security_connector_test.c @@ -60,8 +60,39 @@ static int check_transport_security_type(const grpc_auth_context *ctx) { return 1; } +static int check_peer_property(const tsi_peer *peer, + const tsi_peer_property *expected) { + size_t i; + for (i = 0; i < peer->property_count; i++) { + const tsi_peer_property *prop = &peer->properties[i]; + if ((strcmp(prop->name, expected->name) == 0) && + (prop->value.length == expected->value.length) && + (memcmp(prop->value.data, expected->value.data, + expected->value.length) == 0)) { + return 1; + } + } + return 0; /* Not found... */ +} + +static int check_ssl_peer_equivalence(const tsi_peer *original, + const tsi_peer *reconstructed) { + /* The reconstructed peer only has CN and SAN properties. */ + size_t i; + for (i = 0; i < original->property_count; i++) { + const tsi_peer_property *prop = &original->properties[i]; + if ((strcmp(prop->name, TSI_X509_SUBJECT_COMMON_NAME_PEER_PROPERTY) == 0) || + (strcmp(prop->name, TSI_X509_SUBJECT_ALTERNATIVE_NAME_PEER_PROPERTY) == + 0)) { + if (!check_peer_property(reconstructed, prop)) return 0; + } + } + return 1; +} + static void test_unauthenticated_ssl_peer(void) { tsi_peer peer; + tsi_peer rpeer; grpc_auth_context *ctx; GPR_ASSERT(tsi_construct_peer(1, &peer) == TSI_OK); GPR_ASSERT(tsi_construct_string_peer_property_from_cstring( @@ -72,6 +103,10 @@ static void test_unauthenticated_ssl_peer(void) { GPR_ASSERT(!grpc_auth_context_peer_is_authenticated(ctx)); GPR_ASSERT(check_transport_security_type(ctx)); + rpeer = tsi_shallow_peer_from_ssl_auth_context(ctx); + GPR_ASSERT(check_ssl_peer_equivalence(&peer, &rpeer)); + + tsi_shallow_peer_destruct(&rpeer); tsi_peer_destruct(&peer); GRPC_AUTH_CONTEXT_UNREF(ctx, "test"); } @@ -128,6 +163,7 @@ static int check_x509_cn(const grpc_auth_context *ctx, static void test_cn_only_ssl_peer_to_auth_context(void) { tsi_peer peer; + tsi_peer rpeer; grpc_auth_context *ctx; const char *expected_cn = "cn1"; GPR_ASSERT(tsi_construct_peer(2, &peer) == TSI_OK); @@ -144,12 +180,17 @@ static void test_cn_only_ssl_peer_to_auth_context(void) { GPR_ASSERT(check_transport_security_type(ctx)); GPR_ASSERT(check_x509_cn(ctx, expected_cn)); + rpeer = tsi_shallow_peer_from_ssl_auth_context(ctx); + GPR_ASSERT(check_ssl_peer_equivalence(&peer, &rpeer)); + + tsi_shallow_peer_destruct(&rpeer); tsi_peer_destruct(&peer); GRPC_AUTH_CONTEXT_UNREF(ctx, "test"); } static void test_cn_and_one_san_ssl_peer_to_auth_context(void) { tsi_peer peer; + tsi_peer rpeer; grpc_auth_context *ctx; const char *expected_cn = "cn1"; const char *expected_san = "san1"; @@ -171,12 +212,17 @@ static void test_cn_and_one_san_ssl_peer_to_auth_context(void) { GPR_ASSERT(check_transport_security_type(ctx)); GPR_ASSERT(check_x509_cn(ctx, expected_cn)); + rpeer = tsi_shallow_peer_from_ssl_auth_context(ctx); + GPR_ASSERT(check_ssl_peer_equivalence(&peer, &rpeer)); + + tsi_shallow_peer_destruct(&rpeer); tsi_peer_destruct(&peer); GRPC_AUTH_CONTEXT_UNREF(ctx, "test"); } static void test_cn_and_multiple_sans_ssl_peer_to_auth_context(void) { tsi_peer peer; + tsi_peer rpeer; grpc_auth_context *ctx; const char *expected_cn = "cn1"; const char *expected_sans[] = {"san1", "san2", "san3"}; @@ -202,6 +248,10 @@ static void test_cn_and_multiple_sans_ssl_peer_to_auth_context(void) { GPR_ASSERT(check_transport_security_type(ctx)); GPR_ASSERT(check_x509_cn(ctx, expected_cn)); + rpeer = tsi_shallow_peer_from_ssl_auth_context(ctx); + GPR_ASSERT(check_ssl_peer_equivalence(&peer, &rpeer)); + + tsi_shallow_peer_destruct(&rpeer); tsi_peer_destruct(&peer); GRPC_AUTH_CONTEXT_UNREF(ctx, "test"); } @@ -209,6 +259,7 @@ static void test_cn_and_multiple_sans_ssl_peer_to_auth_context(void) { static void test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context( void) { tsi_peer peer; + tsi_peer rpeer; grpc_auth_context *ctx; const char *expected_cn = "cn1"; const char *expected_sans[] = {"san1", "san2", "san3"}; @@ -238,6 +289,10 @@ static void test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context( GPR_ASSERT(check_transport_security_type(ctx)); GPR_ASSERT(check_x509_cn(ctx, expected_cn)); + rpeer = tsi_shallow_peer_from_ssl_auth_context(ctx); + GPR_ASSERT(check_ssl_peer_equivalence(&peer, &rpeer)); + + tsi_shallow_peer_destruct(&rpeer); tsi_peer_destruct(&peer); GRPC_AUTH_CONTEXT_UNREF(ctx, "test"); } From 83405c13b6f36f2e3273722ed0c73291bfb1a649 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 18 Dec 2015 10:46:15 -0800 Subject: [PATCH 22/23] dont include grpc++ in buildtests_c --- .../vsprojects/buildtests_c.sln.template | 2 +- vsprojects/buildtests_c.sln | 50 ------------------- 2 files changed, 1 insertion(+), 51 deletions(-) diff --git a/templates/vsprojects/buildtests_c.sln.template b/templates/vsprojects/buildtests_c.sln.template index eb314a30972..af5905312e2 100644 --- a/templates/vsprojects/buildtests_c.sln.template +++ b/templates/vsprojects/buildtests_c.sln.template @@ -2,6 +2,6 @@ --- | <%namespace file="sln_defs.include" import="gen_solution"/>\ <% - solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language in ['c', 'c++'] and not (p.language == 'c++' and p.build in ['private', 'test'])] + solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language == 'c'] %>\ ${gen_solution(solution_projects, use_dlls='yes')} diff --git a/vsprojects/buildtests_c.sln b/vsprojects/buildtests_c.sln index 7225f149edb..ad636f6b79b 100644 --- a/vsprojects/buildtests_c.sln +++ b/vsprojects/buildtests_c.sln @@ -75,24 +75,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_tcp_server", "vcxproj\ {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} = {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grpc++", "vcxproj\.\grpc++\grpc++.vcxproj", "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}" - ProjectSection(myProperties) = preProject - lib = "True" - EndProjectSection - ProjectSection(ProjectDependencies) = postProject - {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} = {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} - {29D16885-7228-4C31-81ED-5F9187C7F2A9} = {29D16885-7228-4C31-81ED-5F9187C7F2A9} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grpc++_unsecure", "vcxproj\.\grpc++_unsecure\grpc++_unsecure.vcxproj", "{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}" - ProjectSection(myProperties) = preProject - lib = "True" - EndProjectSection - ProjectSection(ProjectDependencies) = postProject - {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} = {B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} - {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} = {46CEDFFF-9692-456A-AA24-38B5D6BCF4C5} - EndProjectSection -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "end2end_fixture_h2_census", "vcxproj\test\end2end_fixture_h2_census\end2end_fixture_h2_census.vcxproj", "{B347CACD-C099-EA6B-FE2D-4AF35894DD73}" ProjectSection(myProperties) = preProject lib = "True" @@ -11079,38 +11061,6 @@ Global {E3110C46-A148-FF65-08FD-3324829BE7FE}.Release-DLL|Win32.Build.0 = Release|Win32 {E3110C46-A148-FF65-08FD-3324829BE7FE}.Release-DLL|x64.ActiveCfg = Release|x64 {E3110C46-A148-FF65-08FD-3324829BE7FE}.Release-DLL|x64.Build.0 = Release|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug|Win32.ActiveCfg = Debug|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug|x64.ActiveCfg = Debug|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|Win32.ActiveCfg = Release|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|x64.ActiveCfg = Release|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug|Win32.Build.0 = Debug|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug|x64.Build.0 = Debug|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|Win32.Build.0 = Release|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|x64.Build.0 = Release|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug-DLL|Win32.ActiveCfg = Debug-DLL|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug-DLL|Win32.Build.0 = Debug-DLL|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug-DLL|x64.ActiveCfg = Debug-DLL|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Debug-DLL|x64.Build.0 = Debug-DLL|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release-DLL|Win32.ActiveCfg = Release-DLL|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release-DLL|Win32.Build.0 = Release-DLL|Win32 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release-DLL|x64.ActiveCfg = Release-DLL|x64 - {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release-DLL|x64.Build.0 = Release-DLL|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug|Win32.ActiveCfg = Debug|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug|x64.ActiveCfg = Debug|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release|Win32.ActiveCfg = Release|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release|x64.ActiveCfg = Release|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug|Win32.Build.0 = Debug|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug|x64.Build.0 = Debug|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release|Win32.Build.0 = Release|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release|x64.Build.0 = Release|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug-DLL|Win32.ActiveCfg = Debug-DLL|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug-DLL|Win32.Build.0 = Debug-DLL|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug-DLL|x64.ActiveCfg = Debug-DLL|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Debug-DLL|x64.Build.0 = Debug-DLL|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release-DLL|Win32.ActiveCfg = Release-DLL|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release-DLL|Win32.Build.0 = Release-DLL|Win32 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release-DLL|x64.ActiveCfg = Release-DLL|x64 - {6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}.Release-DLL|x64.Build.0 = Release-DLL|x64 {B347CACD-C099-EA6B-FE2D-4AF35894DD73}.Debug|Win32.ActiveCfg = Debug|Win32 {B347CACD-C099-EA6B-FE2D-4AF35894DD73}.Debug|x64.ActiveCfg = Debug|x64 {B347CACD-C099-EA6B-FE2D-4AF35894DD73}.Release|Win32.ActiveCfg = Release|Win32 From f872c6aa9fe3980df3a6d1425f83ac8bd373da7f Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Thu, 17 Dec 2015 17:48:28 -0800 Subject: [PATCH 23/23] Fix Python test timeouts We've been assuming that the server upon invoking start was started. This has been false; invoking start means that the server will eventually be started, and to make this reliably observable requires passing control to core. --- .../grpc/_cython/_cygrpc/completion_queue.pxd | 2 + .../grpc/_cython/_cygrpc/completion_queue.pyx | 72 +++++++++++++------ .../grpcio/grpc/_cython/_cygrpc/grpc.pxd | 3 + .../grpcio/grpc/_cython/_cygrpc/server.pyx | 2 + 4 files changed, 56 insertions(+), 23 deletions(-) diff --git a/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pxd b/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pxd index fd562ad75b6..1ed5d4b2299 100644 --- a/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pxd +++ b/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pxd @@ -37,3 +37,5 @@ cdef class CompletionQueue: cdef bint is_polling cdef bint is_shutting_down cdef bint is_shutdown + + cdef _interpret_event(self, grpc.grpc_event event) diff --git a/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pyx b/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pyx index 2cf49707b48..635a38fe28e 100644 --- a/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pyx +++ b/src/python/grpcio/grpc/_cython/_cygrpc/completion_queue.pyx @@ -46,35 +46,13 @@ cdef class CompletionQueue: self.poll_condition = threading.Condition() self.is_polling = False - def poll(self, records.Timespec deadline=None): - # We name this 'poll' to avoid problems with CPython's expectations for - # 'special' methods (like next and __next__). - cdef grpc.gpr_timespec c_deadline = grpc.gpr_inf_future( - grpc.GPR_CLOCK_REALTIME) + cdef _interpret_event(self, grpc.grpc_event event): cdef records.OperationTag tag = None cdef object user_tag = None cdef call.Call operation_call = None cdef records.CallDetails request_call_details = None cdef records.Metadata request_metadata = None cdef records.Operations batch_operations = None - if deadline is not None: - c_deadline = deadline.c_time - cdef grpc.grpc_event event - - # Poll within a critical section - # TODO consider making queue polling contention a hard error to enable - # easier bug discovery - with self.poll_condition: - while self.is_polling: - self.poll_condition.wait(float(deadline) - time.time()) - self.is_polling = True - with nogil: - event = grpc.grpc_completion_queue_next( - self.c_completion_queue, c_deadline, NULL) - with self.poll_condition: - self.is_polling = False - self.poll_condition.notify() - if event.type == grpc.GRPC_QUEUE_TIMEOUT: return records.Event( event.type, False, None, None, None, None, False, None) @@ -104,6 +82,54 @@ cdef class CompletionQueue: request_call_details, request_metadata, tag.is_new_request, batch_operations) + def poll(self, records.Timespec deadline=None): + # We name this 'poll' to avoid problems with CPython's expectations for + # 'special' methods (like next and __next__). + cdef grpc.gpr_timespec c_deadline = grpc.gpr_inf_future( + grpc.GPR_CLOCK_REALTIME) + if deadline is not None: + c_deadline = deadline.c_time + cdef grpc.grpc_event event + + # Poll within a critical section + # TODO(atash) consider making queue polling contention a hard error to + # enable easier bug discovery + with self.poll_condition: + while self.is_polling: + self.poll_condition.wait(float(deadline) - time.time()) + self.is_polling = True + with nogil: + event = grpc.grpc_completion_queue_next( + self.c_completion_queue, c_deadline, NULL) + with self.poll_condition: + self.is_polling = False + self.poll_condition.notify() + return self._interpret_event(event) + + def pluck(self, records.OperationTag tag, records.Timespec deadline=None): + # Plucking a 'None' tag is equivalent to passing control to GRPC core until + # the deadline. + cdef grpc.gpr_timespec c_deadline = grpc.gpr_inf_future( + grpc.GPR_CLOCK_REALTIME) + if deadline is not None: + c_deadline = deadline.c_time + cdef grpc.grpc_event event + + # Poll within a critical section + # TODO(atash) consider making queue polling contention a hard error to + # enable easier bug discovery + with self.poll_condition: + while self.is_polling: + self.poll_condition.wait(float(deadline) - time.time()) + self.is_polling = True + with nogil: + event = grpc.grpc_completion_queue_pluck( + self.c_completion_queue, tag, c_deadline, NULL) + with self.poll_condition: + self.is_polling = False + self.poll_condition.notify() + return self._interpret_event(event) + def shutdown(self): grpc.grpc_completion_queue_shutdown(self.c_completion_queue) self.is_shutting_down = True diff --git a/src/python/grpcio/grpc/_cython/_cygrpc/grpc.pxd b/src/python/grpcio/grpc/_cython/_cygrpc/grpc.pxd index 643cdc9e3d1..2b8c19d69c5 100644 --- a/src/python/grpcio/grpc/_cython/_cygrpc/grpc.pxd +++ b/src/python/grpcio/grpc/_cython/_cygrpc/grpc.pxd @@ -292,6 +292,9 @@ cdef extern from "grpc/grpc.h": grpc_event grpc_completion_queue_next(grpc_completion_queue *cq, gpr_timespec deadline, void *reserved) nogil + grpc_event grpc_completion_queue_pluck(grpc_completion_queue *cq, void *tag, + gpr_timespec deadline, + void *reserved) nogil void grpc_completion_queue_shutdown(grpc_completion_queue *cq) void grpc_completion_queue_destroy(grpc_completion_queue *cq) diff --git a/src/python/grpcio/grpc/_cython/_cygrpc/server.pyx b/src/python/grpcio/grpc/_cython/_cygrpc/server.pyx index 46df8bf77f8..b0bafbc1f49 100644 --- a/src/python/grpcio/grpc/_cython/_cygrpc/server.pyx +++ b/src/python/grpcio/grpc/_cython/_cygrpc/server.pyx @@ -89,6 +89,8 @@ cdef class Server: self.register_completion_queue(self.backup_shutdown_queue) self.is_started = True grpc.grpc_server_start(self.c_server) + # Ensure the core has gotten a chance to do the start-up work + self.backup_shutdown_queue.pluck(None, records.Timespec(None)) def add_http2_port(self, address, credentials.ServerCredentials server_credentials=None):