Rename project files and fix installer w.r.t. new paths

This commit is contained in:
2026-02-18 09:33:17 +09:00
parent f4ed36ad38
commit a466f04d20
5 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/ReceiptPDFBuilder.csproj",
"${workspaceFolder}/src/MayShow.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
@@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/src/ReceiptPDFBuilder.csproj",
"${workspaceFolder}/src/MayShow.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
@@ -33,7 +33,7 @@
"watch",
"run",
"--project",
"${workspaceFolder}/src/ReceiptPDFBuilder.csproj"
"${workspaceFolder}/src/MayShow.csproj"
],
"problemMatcher": "$msCompile"
}