From 3a94d36dd329c31ec2926cc6ac4499faaec755e1 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 2 Jan 2026 16:07:10 -0500 Subject: [PATCH] refactor: convert solution to .slnx format Converts from legacy .sln format to the new XML-based .slnx format. Updates workflow to reference the new solution file. --- .../workflows/release_build_and_deploy.yml | 2 +- src/CodingWithCalvin.OpenBinFolder.sln | 33 ------------------- src/CodingWithCalvin.OpenBinFolder.slnx | 14 ++++++++ 3 files changed, 15 insertions(+), 34 deletions(-) delete mode 100644 src/CodingWithCalvin.OpenBinFolder.sln create mode 100644 src/CodingWithCalvin.OpenBinFolder.slnx diff --git a/.github/workflows/release_build_and_deploy.yml b/.github/workflows/release_build_and_deploy.yml index 48d7b15..81e87a8 100644 --- a/.github/workflows/release_build_and_deploy.yml +++ b/.github/workflows/release_build_and_deploy.yml @@ -27,7 +27,7 @@ jobs: extension-source-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.cs' - name: 2. Restoring Packages - run: nuget restore src/CodingWithCalvin.OpenBinFolder.sln + run: nuget restore src/CodingWithCalvin.OpenBinFolder.slnx - name: 3. Building Project run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False diff --git a/src/CodingWithCalvin.OpenBinFolder.sln b/src/CodingWithCalvin.OpenBinFolder.sln deleted file mode 100644 index 798f0b0..0000000 --- a/src/CodingWithCalvin.OpenBinFolder.sln +++ /dev/null @@ -1,33 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.33516.290 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodingWithCalvin.OpenBinFolder", "CodingWithCalvin.OpenBinFolder\CodingWithCalvin.OpenBinFolder.csproj", "{66C238AD-8111-4579-A40C-48859AB61F25}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6088E91A-FC66-421E-A439-8EE4E7D28147}" - ProjectSection(SolutionItems) = preProject - ..\resources\extension.manifest.json = ..\resources\extension.manifest.json - ..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml - ..\README.md = ..\README.md - ..\.github\workflows\release_build_and_deploy.yml = ..\.github\workflows\release_build_and_deploy.yml - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {66C238AD-8111-4579-A40C-48859AB61F25}.Debug|x64.ActiveCfg = Debug|x64 - {66C238AD-8111-4579-A40C-48859AB61F25}.Debug|x64.Build.0 = Debug|x64 - {66C238AD-8111-4579-A40C-48859AB61F25}.Release|x64.ActiveCfg = Release|x64 - {66C238AD-8111-4579-A40C-48859AB61F25}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {4E4D99DE-A112-4292-A4B3-B5A35BC23DB2} - EndGlobalSection -EndGlobal diff --git a/src/CodingWithCalvin.OpenBinFolder.slnx b/src/CodingWithCalvin.OpenBinFolder.slnx new file mode 100644 index 0000000..1a7cea4 --- /dev/null +++ b/src/CodingWithCalvin.OpenBinFolder.slnx @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +