aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-07-19 10:26:41 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-07-19 10:26:41 -0700
commitf7350ea6b7b58d632bf4a8aafaa0354e022d9c0b (patch)
treebf1ca22ba21e82f0290f76d064df03e139614d5c /vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj
parent19fc5526b2604b3dace6ebfa7f6ffb786fd6bba2 (diff)
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
Diffstat (limited to 'vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj')
-rw-r--r--vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj b/vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj
index 9573111452..fe1f627980 100644
--- a/vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj
+++ b/vsprojects/vcxproj/test/end2end/tests/end2end_tests/end2end_tests.vcxproj
@@ -229,6 +229,8 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\core\end2end\tests\payload.c">
</ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\test\core\end2end\tests\payload_with_proxy_auth.c">
+ </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\core\end2end\tests\ping.c">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\core\end2end\tests\ping_pong_streaming.c">