diff --git a/src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj b/src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj index 7b32690..ebe04bd 100644 --- a/src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj +++ b/src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/CodingWithCalvin.ProjectRenamifier/Properties/launchSettings.json b/src/CodingWithCalvin.ProjectRenamifier/Properties/launchSettings.json new file mode 100644 index 0000000..1db0047 --- /dev/null +++ b/src/CodingWithCalvin.ProjectRenamifier/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "Debug Extension": { + "commandName": "Executable", + "executablePath": "C:\\Program Files\\Microsoft Visual Studio\\18\\Community\\Common7\\IDE\\devenv.exe", + "commandLineArgs": "/rootSuffix Exp" + } + } +}