Infineon.EAF.Runtime 2.49.3

Directory Trigger for OI
Viewer support
tasks.json
kanbn initialize
WSRequest alignment
This commit is contained in:
2023-08-30 17:34:07 -07:00
parent 047e457905
commit 04039ec664
13 changed files with 202 additions and 27 deletions

10
Adaptation/.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"configurations": [
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": 23636
}
]
}