From 5466768cf85b20e4adc43d51f594b3ead09ab583 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Sat, 16 May 2026 15:41:37 -0700 Subject: [PATCH] Migrate to slnx solution file format - Converted TrxLib.sln to TrxLib.slnx using dotnet sln migrate - Deleted legacy .sln file - slnx provides improved solution file format with better tooling support --- TrxLib.sln | 42 ------------------------------------------ TrxLib.slnx | 13 +++++++++++++ 2 files changed, 13 insertions(+), 42 deletions(-) delete mode 100644 TrxLib.sln create mode 100644 TrxLib.slnx diff --git a/TrxLib.sln b/TrxLib.sln deleted file mode 100644 index c3d0ee9..0000000 --- a/TrxLib.sln +++ /dev/null @@ -1,42 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrxLib", "TrxLib\TrxLib.csproj", "{A87CB29C-0A36-423F-B9B6-43053906A3CC}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrxLib.Tests", "TrxLib.Tests\TrxLib.Tests.csproj", "{DF8F9490-887C-489E-AFE0-99518CC49ECF}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{33332FBD-7EFF-4A3D-8691-21BF50B245A7}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - Directory.Build.props = Directory.Build.props - Directory.Build.targets = Directory.Build.targets - Directory.Packages.props = Directory.Packages.props - global.json = global.json - NuGet.config = NuGet.config - README.md = README.md - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A87CB29C-0A36-423F-B9B6-43053906A3CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A87CB29C-0A36-423F-B9B6-43053906A3CC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A87CB29C-0A36-423F-B9B6-43053906A3CC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A87CB29C-0A36-423F-B9B6-43053906A3CC}.Release|Any CPU.Build.0 = Release|Any CPU - {DF8F9490-887C-489E-AFE0-99518CC49ECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DF8F9490-887C-489E-AFE0-99518CC49ECF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DF8F9490-887C-489E-AFE0-99518CC49ECF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DF8F9490-887C-489E-AFE0-99518CC49ECF}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {238E4EBC-C109-47CC-B96E-5A1DE41B423D} - EndGlobalSection -EndGlobal diff --git a/TrxLib.slnx b/TrxLib.slnx new file mode 100644 index 0000000..0523140 --- /dev/null +++ b/TrxLib.slnx @@ -0,0 +1,13 @@ + + + + + + + + + + + + +