MET08DDUPSP1TBI - v2.39.0

This commit is contained in:
2022-02-24 13:22:11 -07:00
parent f08ff295b3
commit 200bd0487e
11 changed files with 200 additions and 79 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": 11028
}
]
}