You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
> [!IMPORTANT]
2
-
> Slnx is now deprecated.
3
-
>
4
-
> The reason is that MSBuild now officially has support for reading/writing/building SLNX files. Additionally,
5
-
> MSBuild relies on a NuGet package: [Microsoft.VisualStudio.SolutionPersistence](https://nuget.org/packages/Microsoft.VisualStudio.SolutionPersistence), which is
6
-
> a library directly from Visual Studio that parses SLNX files with support to parse every aspect of an SLNX file, even though SLNX is an undocumented file type.
7
-
>
2
+
> It is recommended to use an official library for handling SLNX files. See Microsoft.VisualStudio.SolutionPersistence
3
+
> on [NuGet](https://nuget.org/packages/Microsoft.VisualStudio.SolutionPersistence) or [GitHub](https://github.com/microsoft/vs-solutionpersistence).
4
+
>
8
5
9
6
# Slnx
10
7
SLNX is a fast parser and writer for the (currently) new in-preview Visual Studio XML Solution format with a .slnx extension, introduced in Visual Studio 2022 17.10 Preview 3.
0 commit comments