Add project files.

This commit is contained in:
Tommy Parnell
2016-07-29 18:58:46 -04:00
parent 44fa857f57
commit 60a902bde7
63 changed files with 23734 additions and 0 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview2-003121"
}
}