Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:35 +08:00
commit 2448fbf2fb
25 changed files with 2940 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"profiles": {
"{{ModuleName}}": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Standalone"
}
},
"Docker": {
"commandName": "Docker"
}
}
}