diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx b/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx index 35a7be1..f392748 100644 --- a/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx +++ b/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx @@ -4,11 +4,5 @@ - - - - - - diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj b/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj index 5fc862e..681bcd3 100644 --- a/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj +++ b/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json b/src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json new file mode 100644 index 0000000..1db0047 --- /dev/null +++ b/src/CodingWithCalvin.OpenInNotepadPlusPlus/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" + } + } +}