From 198bd8e23362220dace77b44bc438eed8c298826 Mon Sep 17 00:00:00 2001 From: barhen Date: Sun, 17 Dec 2023 19:10:41 -0500 Subject: [PATCH] Renamed solution --- Biskilog_ServerManager.sln | 31 +++++++++++++++++++ ServerManager/ServerManager.csproj | 34 +++++++++++++++++++++ Shared/Biskilog_ServerManager.Shared.csproj | 22 +++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 Biskilog_ServerManager.sln create mode 100644 ServerManager/ServerManager.csproj create mode 100644 Shared/Biskilog_ServerManager.Shared.csproj diff --git a/Biskilog_ServerManager.sln b/Biskilog_ServerManager.sln new file mode 100644 index 0000000..13ad162 --- /dev/null +++ b/Biskilog_ServerManager.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33530.505 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerManager", "ServerManager\ServerManager.csproj", "{48786C44-14A8-4510-9DC2-167C431DDE95}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biskilog_ServerManager.Shared", "Shared\Biskilog_ServerManager.Shared.csproj", "{8D3C9816-1976-4CEC-A958-6A6532B8AC14}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {48786C44-14A8-4510-9DC2-167C431DDE95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {48786C44-14A8-4510-9DC2-167C431DDE95}.Debug|Any CPU.Build.0 = Debug|Any CPU + {48786C44-14A8-4510-9DC2-167C431DDE95}.Release|Any CPU.ActiveCfg = Release|Any CPU + {48786C44-14A8-4510-9DC2-167C431DDE95}.Release|Any CPU.Build.0 = Release|Any CPU + {8D3C9816-1976-4CEC-A958-6A6532B8AC14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8D3C9816-1976-4CEC-A958-6A6532B8AC14}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8D3C9816-1976-4CEC-A958-6A6532B8AC14}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8D3C9816-1976-4CEC-A958-6A6532B8AC14}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B70A1395-0B43-467D-83F6-552CD8A92A8B} + EndGlobalSection +EndGlobal diff --git a/ServerManager/ServerManager.csproj b/ServerManager/ServerManager.csproj new file mode 100644 index 0000000..424dadc --- /dev/null +++ b/ServerManager/ServerManager.csproj @@ -0,0 +1,34 @@ + + + + net7.0 + enable + enable + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + diff --git a/Shared/Biskilog_ServerManager.Shared.csproj b/Shared/Biskilog_ServerManager.Shared.csproj new file mode 100644 index 0000000..4e8ed53 --- /dev/null +++ b/Shared/Biskilog_ServerManager.Shared.csproj @@ -0,0 +1,22 @@ + + + + net7.0 + enable + enable + + + + + + + + + + + + + + + +