Recreated plugin with new project template. Started implementing server system daemon

This commit is contained in:
2026-03-01 21:09:29 +01:00
parent f6b71f4de6
commit 52dbd13fb5
350 changed files with 2795 additions and 21553 deletions

13
MoonlightServers.slnx Normal file
View File

@@ -0,0 +1,13 @@
<Solution>
<Folder Name="/Daemon/">
<Project Path="MoonlightServers.Daemon/MoonlightServers.Daemon.csproj" />
<Project Path="MoonlightServers.DaemonShared/MoonlightServers.DaemonShared.csproj" />
</Folder>
<Folder Name="/Hosts/">
<Project Path="Hosts\MoonlightServers.Api.Host\MoonlightServers.Api.Host.csproj" />
<Project Path="Hosts\MoonlightServers.Frontend.Host\MoonlightServers.Frontend.Host.csproj" />
</Folder>
<Project Path="MoonlightServers.Api\MoonlightServers.Api.csproj" />
<Project Path="MoonlightServers.Frontend\MoonlightServers.Frontend.csproj" />
<Project Path="MoonlightServers.Shared\MoonlightServers.Shared.csproj" />
</Solution>