Save-Image-Info

This commit is contained in:
2023-06-29 22:41:09 -07:00
parent a4dd0fae45
commit 12d2779fa3
21 changed files with 681 additions and 21 deletions

17
.vscode/launch.json vendored
View File

@ -259,6 +259,23 @@
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Save-Image-Info",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Save-Image-Info/bin/Debug/net7.0/win-x64/Save-Image-Info.dll",
"args": [
"s"
],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"cwd": "${workspaceFolder}",
"console": "externalTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Set-Created-Date",
"type": "coreclr",