From b737341aa83c6d0cfb838194fc85e6a663d46b24 Mon Sep 17 00:00:00 2001 From: samadala Date: Wed, 20 Sep 2017 19:26:56 +0530 Subject: [PATCH] Remove unnecessary binding redirects from app.configs --- samples/Microsoft.TestPlatform.E2ETest/testhost.exe.config | 4 ---- .../testhost.exe.config | 4 ---- src/vstest.console/app.config | 6 ------ 3 files changed, 14 deletions(-) diff --git a/samples/Microsoft.TestPlatform.E2ETest/testhost.exe.config b/samples/Microsoft.TestPlatform.E2ETest/testhost.exe.config index 90be032426..d589f18996 100644 --- a/samples/Microsoft.TestPlatform.E2ETest/testhost.exe.config +++ b/samples/Microsoft.TestPlatform.E2ETest/testhost.exe.config @@ -36,10 +36,6 @@ - - - - diff --git a/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/testhost.exe.config b/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/testhost.exe.config index 90be032426..d589f18996 100644 --- a/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/testhost.exe.config +++ b/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/testhost.exe.config @@ -36,10 +36,6 @@ - - - - diff --git a/src/vstest.console/app.config b/src/vstest.console/app.config index 5edc6ad20a..ac8e029312 100644 --- a/src/vstest.console/app.config +++ b/src/vstest.console/app.config @@ -12,11 +12,5 @@ - - - - - - \ No newline at end of file