Initial implementation

This commit is contained in:
Simon Gruber
2023-08-10 09:04:36 +02:00
commit 4c4ed48e38
95 changed files with 4142 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"Test all img": {
"commandName": "Project",
"commandLineArgs": "\"img/*\""
},
"Test single img": {
"commandName": "Project",
"commandLineArgs": "\"img/historian_assistent_001.png\""
}
}
}