From 751ecf2e307fc698c05f040a419ac35037f204f2 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Tue, 3 May 2022 14:54:58 -0400 Subject: [PATCH] finally rename it --- .vscode/launch.json | 2 +- .vscode/tasks.json | 6 +++--- silverworker-discord.csproj => shtikbot-discord.csproj | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename silverworker-discord.csproj => shtikbot-discord.csproj (100%) diff --git a/.vscode/launch.json b/.vscode/launch.json index b42dcd0..cbbb635 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net6.0/silverworker-discord.dll", + "program": "${workspaceFolder}/bin/Debug/net6.0/shtikbot-discord.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 8ded0b1..af04180 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,7 +7,7 @@ "type": "process", "args": [ "build", - "${workspaceFolder}/silverworker-discord.csproj", + "${workspaceFolder}/shtikbot-discord.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], @@ -19,7 +19,7 @@ "type": "process", "args": [ "publish", - "${workspaceFolder}/silverworker-discord.csproj", + "${workspaceFolder}/shtikbot-discord.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], @@ -32,7 +32,7 @@ "args": [ "watch", "run", - "${workspaceFolder}/silverworker-discord.csproj", + "${workspaceFolder}/shtikbot-discord.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], diff --git a/silverworker-discord.csproj b/shtikbot-discord.csproj similarity index 100% rename from silverworker-discord.csproj rename to shtikbot-discord.csproj