Hello, i new to s&box and i am really excited.

I've been writing code in Visual Studio for a long time.

I think solution and project naming have problems.
For example, the most appropriate naming for a Solution is OrgName.ProjectName.
For a Project, the most appropriate naming would be OrgName.ProjectName, OrgName.ProjectName.Editor.

For example;
Facepunch.FooBar is solution name for the game
Facepunch.FooBar is runtime project for the game
Facepunch.FooBar.Editor is editor project.
The following change to the solution file naming convention might have been more appropriate.
* projectsurvival.slnx to Facepunch.FooBar

Base Library and Base Editor Library are incorrect project names according to Microsoft.

Thank you for this incredibly beautiful project.

More details:
learn.microsoft.com
Names of Assemblies and DLLs - Framework Design Guidelines
Learn guidelines for naming assemblies and dynamic-link libraries (DLLs). An assembly can span one or more files, but it usually maps one-to-one with a DLL.