This repository has been archived on 2022-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
sh_gismo/cpl-workspace.json

16 lines
611 B
JSON
Raw Normal View History

2021-11-15 00:52:49 +01:00
{
"WorkspaceSettings": {
"DefaultProject": "gismo",
"Projects": {
"gismo": "src/gismo/gismo.json",
"gismo-cli": "src/gismo_cli/gismo-cli.json",
"gismo-core": "src/gismo_core/gismo-core.json",
2021-11-28 23:34:45 +01:00
"gismo-data": "src/gismo_data/gismo-data.json",
2021-11-26 07:55:13 +01:00
"cpl-extension": "src/cpl_extension/cpl-extension.json",
2021-11-15 01:22:20 +01:00
"modules-core": "src/modules_core/modules-core.json",
"boot-log": "src/modules/boot_log/boot-log.json",
2021-11-15 01:18:33 +01:00
"level-generator": "tools/level_generator/level-generator.json",
"ontime-calculator": "tools/ontime_calculator/ontime-calculator.json"
2021-11-23 19:11:00 +01:00
}
2021-11-15 00:52:49 +01:00
}
}