diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx b/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx index 0176010..35a7be1 100644 --- a/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx +++ b/src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx @@ -1,4 +1,9 @@ + + + + + diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj b/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj index fdaac19..5fc862e 100644 --- a/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj +++ b/src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj @@ -1,4 +1,4 @@ - + net48 @@ -8,12 +8,9 @@ bin/$(Configuration)/ - - True - - + diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json b/src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json deleted file mode 100644 index 8c26749..0000000 --- a/src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "profiles": { - "Start Experimental Instance": { - "commandName": "Executable", - "executablePath": "C:\\Program Files\\Microsoft Visual Studio\\18\\Community\\Common7\\IDE\\devenv.exe", - "commandLineArgs": "/rootSuffix Exp" - } - } -}