global.json

This commit is contained in:
Stef Heyenrath
2017-02-27 12:28:07 +01:00
parent a1a98819df
commit de3884097f
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.runsettings = .runsettings
appveyor.yml = appveyor.yml
global.json = global.json
README.md = README.md
EndProjectSection
EndProject

3
global.json Normal file
View File

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