Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2016-04-18 21:36:12 +0300
committerMichal Strehovský <michals@microsoft.com>2016-04-22 03:08:38 +0300
commitf2fee87a54839f23d2f9ab2a0d7b33bd010f4fb5 (patch)
tree29e5d2638a1340d338fdac6793ccba875d635e0e /global.json
parentb07a75e331ccbb8b1138a4722d60c0a63491be90 (diff)
Update buildtools
This version has the "make ILPROJ project buildable from VS" fix.
Diffstat (limited to 'global.json')
-rw-r--r--global.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/global.json b/global.json
new file mode 100644
index 000000000..1acec892c
--- /dev/null
+++ b/global.json
@@ -0,0 +1,3 @@
+{
+ "projects": [ "./Tools" ]
+}