Setup standard src, test folder structure. Add unit test project.

This commit is contained in:
Karl Burtram
2016-07-17 11:31:31 -07:00
parent 921b2f5b04
commit 68999917b2
76 changed files with 6837 additions and 0 deletions

5
global.json Normal file
View File

@@ -0,0 +1,5 @@
{
"projects": [ "src", "test" ]
}