From 84296d38a880f86e44ef9811e723db30da264bb7 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 8 Jan 2026 14:15:24 -0500 Subject: [PATCH 1/3] chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools - Upgrade CodingWithCalvin.VsixSdk from 0.3.0 to 0.4.0 - Add Microsoft.VSSDK.BuildTools 17.* package reference - Remove redundant DeployExtension property (SDK handles this) --- .../CodingWithCalvin.OpenInNotepadPlusPlus.csproj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 - - + From b8f0ecacae7e53b728e4bda0e101b88f2992e8a2 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 8 Jan 2026 14:16:09 -0500 Subject: [PATCH 2/3] chore: remove launchSettings.json (SDK handles this) --- .../Properties/launchSettings.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json 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" - } - } -} From 63f812a1744c9f43fe3695d407c0a72a71bb6eab Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 8 Jan 2026 14:24:11 -0500 Subject: [PATCH 3/3] chore: standardize solution configuration (Debug/Release + AnyCPU) --- src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ + + + + +