도면에서 표 추출

This commit is contained in:
horu2day
2025-08-12 14:33:18 +09:00
parent 3abb3c07ce
commit f114b8b642
26 changed files with 4877 additions and 2566 deletions

View File

@@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash(dotnet build)",
"Bash(\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe\" DwgExtractorManual.csproj -p:Configuration=Debug -p:Platform=x64)",
"Bash(mkdir:*)",
"Bash(where msbuild)",
"Bash(\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\MSBuild\\Current\\Bin\\amd64\\MSBuild.exe\" DwgExtractorManual.csproj -p:Configuration=Debug -p:Platform=x64)",
"Bash(dotnet run:*)",
"Bash(echo $HOME)",
"Bash(find:*)",
"Bash(dotnet clean:*)",
"Bash(dotnet build:*)",
"Bash(taskkill:*)",
"Bash(wmic process where ProcessId=17428 delete:*)"
],
"deny": []
},
"contextFileName": "AGENTS.md"
}