From a78f5f0121ab900ab33e5c432a979302ad2cf7a4 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Thu, 23 Jul 2026 13:46:30 -0400 Subject: [PATCH 1/2] Migrate to slnx --- src/ServiceInsight.sln | 57 ----------------------------------------- src/ServiceInsight.slnx | 14 ++++++++++ 2 files changed, 14 insertions(+), 57 deletions(-) delete mode 100644 src/ServiceInsight.sln create mode 100644 src/ServiceInsight.slnx diff --git a/src/ServiceInsight.sln b/src/ServiceInsight.sln deleted file mode 100644 index 3e0dba4a..00000000 --- a/src/ServiceInsight.sln +++ /dev/null @@ -1,57 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.33530.505 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight.Tests", "ServiceInsight.Tests\ServiceInsight.Tests.csproj", "{61F87540-03E3-4E72-9647-FA2108AD66A2}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight", "ServiceInsight\ServiceInsight.csproj", "{C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installer", "Installer", "{5338FEE7-FEE1-49AC-839B-A6D9988F9841}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Setup", "Setup\Setup.csproj", "{AA3D4052-9083-4A3F-B151-C2E1E909D00F}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC045476-ED54-426A-AF10-BC3AAA841175}" - ProjectSection(SolutionItems) = preProject - Custom.Build.props = Custom.Build.props - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight.Sdk", "ServiceInsight.Sdk\ServiceInsight.Sdk.csproj", "{7EF919F1-B497-4478-8EB4-ECDB241F4A88}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInsight.CustomViewer.Plugin", "ServiceInsight.CustomViewer.Plugin\ServiceInsight.CustomViewer.Plugin.csproj", "{B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {61F87540-03E3-4E72-9647-FA2108AD66A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {61F87540-03E3-4E72-9647-FA2108AD66A2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {61F87540-03E3-4E72-9647-FA2108AD66A2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {61F87540-03E3-4E72-9647-FA2108AD66A2}.Release|Any CPU.Build.0 = Release|Any CPU - {C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C7EB8BB8-813B-4CFD-83DF-7F38D8DD89EF}.Release|Any CPU.Build.0 = Release|Any CPU - {AA3D4052-9083-4A3F-B151-C2E1E909D00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AA3D4052-9083-4A3F-B151-C2E1E909D00F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7EF919F1-B497-4478-8EB4-ECDB241F4A88}.Release|Any CPU.Build.0 = Release|Any CPU - {B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B626BF87-E0D0-4A56-91E9-1D6ABEFE30F9}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {AA3D4052-9083-4A3F-B151-C2E1E909D00F} = {5338FEE7-FEE1-49AC-839B-A6D9988F9841} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {91C923F6-F4BA-4431-A76D-A5D18A45E918} - EndGlobalSection -EndGlobal diff --git a/src/ServiceInsight.slnx b/src/ServiceInsight.slnx new file mode 100644 index 00000000..df10ddde --- /dev/null +++ b/src/ServiceInsight.slnx @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + From a0daf85627a394be9ba0d69c48fbe4c652719567 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Thu, 23 Jul 2026 13:50:04 -0400 Subject: [PATCH 2/2] Add Setup.csproj as file instead of project --- src/ServiceInsight.slnx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ServiceInsight.slnx b/src/ServiceInsight.slnx index df10ddde..28761e47 100644 --- a/src/ServiceInsight.slnx +++ b/src/ServiceInsight.slnx @@ -1,11 +1,7 @@ - - - - - +