From 4c17c864f9a3229e2be44432f67b96150a84e2b4 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 31 Jan 2014 16:40:42 -0800 Subject: [PATCH] Added global.json --- global.json | 3 +++ solution.json | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 global.json delete mode 100644 solution.json diff --git a/global.json b/global.json new file mode 100644 index 0000000000..840c36f6ad --- /dev/null +++ b/global.json @@ -0,0 +1,3 @@ +{ + "sources": ["src"] +} \ No newline at end of file diff --git a/solution.json b/solution.json deleted file mode 100644 index ee719c01ec..0000000000 --- a/solution.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "sources": ["src"], - "packages": ["packages"] -} \ No newline at end of file