From efa2c8f41aa5cd2c27990fd9b57ea0eff06976e7 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 21 Dec 2018 11:00:28 -0500 Subject: Feature/remove app context (#765) * Remove AppContext. Use StdChannels to hold writers, and TestToolUtil to hold test tool specific functionality. * StdChannels -> StdWriters * getStdOut -> getOut, getStdError -> getError --- source/core/core.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/core/core.vcxproj') diff --git a/source/core/core.vcxproj b/source/core/core.vcxproj index 5dad716fb..bebf7350c 100644 --- a/source/core/core.vcxproj +++ b/source/core/core.vcxproj @@ -182,7 +182,6 @@ - @@ -192,9 +191,11 @@ + + @@ -204,7 +205,6 @@ - @@ -212,9 +212,11 @@ + + -- cgit v1.2.3