Initial commit - framework

This commit is contained in:
2022-11-30 17:19:53 -06:00
commit 23945154d4
39 changed files with 9161 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"profiles": {
"all days": {
"commandName": "Project",
"commandLineArgs": "all"
},
"current day": {
"commandName": "Project"
},
"current day part 1": {
"commandName": "Project",
"commandLineArgs": "-part1"
},
"current day part 2": {
"commandName": "Project",
"commandLineArgs": "-part2"
},
"all days part 1": {
"commandName": "Project",
"commandLineArgs": "all -part1"
},
"all days part 2": {
"commandName": "Project",
"commandLineArgs": "all -part2"
}
}
}