Remove static from solution
This commit is contained in:
2025-02-21 10:46:20 -07:00
parent 141f9c084a
commit 0a529a0206
42 changed files with 30 additions and 3182 deletions

View File

@ -1,6 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "dotnetRunDebug",
"command": "dotnet OI.Metrology.Wafer.Counter.dll",
"dependsOn": "build",
"problemMatcher": [],
"type": "shell",
"options": {
"cwd": "${workspaceFolder}/bin/Debug/net8.0"
}
},
{
"label": "build",
"command": "dotnet",