Skip to content

Commit

Permalink
Switch to .slnx format
Browse files Browse the repository at this point in the history
With .NET SDK 9.0.200, the legacy GUID goop in solution files is no longer necessary.

Replace it with a concise, human-readable (and editable) XML format.
  • Loading branch information
nil4 committed Feb 12, 2025
1 parent f73a00c commit b783975
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 88 deletions.
88 changes: 0 additions & 88 deletions Beyond.NET.sln

This file was deleted.

26 changes: 26 additions & 0 deletions Beyond.NET.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<Solution>
<Folder Name="/Builder/">
<Project Path="Builder\Beyond.NET.Builder.Apple\Beyond.NET.Builder.Apple.csproj" />
<Project Path="Builder\Beyond.NET.Builder.DotNET\Beyond.NET.Builder.DotNET.csproj" />
<Project Path="Builder\Beyond.NET.Builder\Beyond.NET.Builder.csproj" />
</Folder>
<Folder Name="/Core/">
<Project Path="Core\Beyond.NET.Core\Beyond.NET.Core.csproj" />
</Folder>
<Folder Name="/Generator/">
<Project Path="Generator\Beyond.NET.CodeGenerator.CLI\Beyond.NET.CodeGenerator.CLI.csproj" />
<Project Path="Generator\Beyond.NET.CodeGenerator\Beyond.NET.CodeGenerator.csproj" />
</Folder>
<Folder Name="/Resources/">
<File Path="LICENSE" />
<File Path="README_MANUAL_BUILD.md" />
<File Path="README.md" />
<File Path="RELEASE_NOTES.md" />
</Folder>
<Folder Name="/Samples/">
<Project Path="Samples\Beyond.NET.Sample.Managed\Beyond.NET.Sample.Managed.csproj" />
<Project Path="Samples\Beyond.NET.Sample.Native\Beyond.NET.Sample.Native.csproj" />
<File Path="Samples\Beyond.NET.Sample_Config.json" />
<File Path="Samples\Beyond.NET.Sample_BuildConfig.json" />
</Folder>
</Solution>

0 comments on commit b783975

Please sign in to comment.