MET08RESIHGCV - v2.39.0

This commit is contained in:
2022-02-24 17:03:01 -07:00
parent 536652a91e
commit 7ca6604f52
15 changed files with 46 additions and 361 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": 17168
}
]
}