From 07dea77a2ffc265aca98ffa42cfee719d23c18ff Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Wed, 19 Aug 2015 10:43:36 -0700 Subject: [PATCH] Correct worker dependency Now have very crude implementation of discovery that doesn't use shadow copying and doesn't lock DLLs in memory. TONS of work to be done here but beginning to get the basic pattern. First step in resolving #4 --- xunit.runner.wpf/xunit.runner.wpf.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xunit.runner.wpf/xunit.runner.wpf.csproj b/xunit.runner.wpf/xunit.runner.wpf.csproj index e32fdda..23bb83c 100644 --- a/xunit.runner.wpf/xunit.runner.wpf.csproj +++ b/xunit.runner.wpf/xunit.runner.wpf.csproj @@ -151,6 +151,10 @@ {a1f579f4-443e-4f64-bc55-998ab86ff293} xunit.runner.data + + {9df97a2b-0eb5-4b12-9f81-69dfac979814} + xunit.runner.worker +