Added base structure

This commit is contained in:
Masu-Baumgartner
2024-08-30 09:15:06 +02:00
parent d5bf1a5e15
commit c4a4fbd221
15 changed files with 782 additions and 0 deletions

40
MoonlightServers.sln Normal file
View File

@@ -0,0 +1,40 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonlightServers.Shared", "MoonlightServers.Shared\MoonlightServers.Shared.csproj", "{E16B0418-F865-41A6-A532-A2FF15651894}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonlightServers.ApiServer", "MoonlightServers.ApiServer\MoonlightServers.ApiServer.csproj", "{74EB54DC-0136-4A02-A888-EB69B4905631}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonlightServers.Client", "MoonlightServers.Client\MoonlightServers.Client.csproj", "{0D44004B-087F-4F4E-9346-9D079E40755E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonlightServers.Daemon", "MoonlightServers.Daemon\MoonlightServers.Daemon.csproj", "{84E74090-85F3-4CCF-BD12-E533BDB869D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonlightServers.DaemonShared", "MoonlightServers.DaemonShared\MoonlightServers.DaemonShared.csproj", "{FCA17F9E-3734-4E94-8C6C-997012EBAB88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E16B0418-F865-41A6-A532-A2FF15651894}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E16B0418-F865-41A6-A532-A2FF15651894}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E16B0418-F865-41A6-A532-A2FF15651894}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E16B0418-F865-41A6-A532-A2FF15651894}.Release|Any CPU.Build.0 = Release|Any CPU
{74EB54DC-0136-4A02-A888-EB69B4905631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74EB54DC-0136-4A02-A888-EB69B4905631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74EB54DC-0136-4A02-A888-EB69B4905631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74EB54DC-0136-4A02-A888-EB69B4905631}.Release|Any CPU.Build.0 = Release|Any CPU
{0D44004B-087F-4F4E-9346-9D079E40755E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D44004B-087F-4F4E-9346-9D079E40755E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D44004B-087F-4F4E-9346-9D079E40755E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D44004B-087F-4F4E-9346-9D079E40755E}.Release|Any CPU.Build.0 = Release|Any CPU
{84E74090-85F3-4CCF-BD12-E533BDB869D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84E74090-85F3-4CCF-BD12-E533BDB869D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84E74090-85F3-4CCF-BD12-E533BDB869D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84E74090-85F3-4CCF-BD12-E533BDB869D8}.Release|Any CPU.Build.0 = Release|Any CPU
{FCA17F9E-3734-4E94-8C6C-997012EBAB88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCA17F9E-3734-4E94-8C6C-997012EBAB88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCA17F9E-3734-4E94-8C6C-997012EBAB88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCA17F9E-3734-4E94-8C6C-997012EBAB88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal