From 9e74a4cd609e3cc1e1c8dbd80ecd1a4a35f9f4d2 Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Fri, 8 Feb 2019 16:20:15 -0800 Subject: [PATCH] Move runincontext to src/tools This SDK-style project is causing problems on some machines with VS installs that can't build it. For now, move it to a place where it doesn't build with the tests. --- {tests/src => src/tools}/runincontext/runincontext.cs | 0 {tests/src => src/tools}/runincontext/runincontext.csproj | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tests/src => src/tools}/runincontext/runincontext.cs (100%) rename {tests/src => src/tools}/runincontext/runincontext.csproj (100%) diff --git a/tests/src/runincontext/runincontext.cs b/src/tools/runincontext/runincontext.cs similarity index 100% rename from tests/src/runincontext/runincontext.cs rename to src/tools/runincontext/runincontext.cs diff --git a/tests/src/runincontext/runincontext.csproj b/src/tools/runincontext/runincontext.csproj similarity index 100% rename from tests/src/runincontext/runincontext.csproj rename to src/tools/runincontext/runincontext.csproj -- 2.7.4