Files
yavsc/yavsc.code-workspace
Paul Schneider e95872e161 [WIP/IT] Batch interface & project controller
* the batch don't expose any format consideration for the log file
* a generated project controller, mostly to get a DbSet from db context
2018-06-22 17:52:24 +02:00

28 lines
313 B
Plaintext

{
"folders": [
{
"path": "Yavsc"
},
{
"path": "Yavsc.Abstract"
},
{
"path": "cli"
},
{
"path": "testOauthClient"
},
{
"path": "Yavsc.Server"
},
{
"path": "OAuth.AspNet.AuthServer"
},
{
"path": "OAuth.AspNet.Token"
}
],
"settings": {
"mocha.enabled": true
}
}