Set-Created-Date

This commit is contained in:
2023-06-28 19:57:42 -07:00
parent 5996ec2a5a
commit dd514b8873
19 changed files with 678 additions and 20 deletions

17
.vscode/launch.json vendored
View File

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