From db80a69351daec2a9540f3fd9936d82ca5cdfdaa Mon Sep 17 00:00:00 2001 From: Goran Date: Sat, 17 Jan 2026 22:07:25 +0100 Subject: [PATCH] name change from alex-api to Emberend --- alex-api.csproj => Emberend.csproj | 2 +- Emberend.sln | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) rename alex-api.csproj => Emberend.csproj (89%) create mode 100644 Emberend.sln diff --git a/alex-api.csproj b/Emberend.csproj similarity index 89% rename from alex-api.csproj rename to Emberend.csproj index 149da36..bcd877d 100644 --- a/alex-api.csproj +++ b/Emberend.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - alex_api + Emberend diff --git a/Emberend.sln b/Emberend.sln new file mode 100644 index 0000000..6056422 --- /dev/null +++ b/Emberend.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35919.96 d17.13 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emberend", "Emberend.csproj", "{404DE117-2DCE-8301-F748-F69F61C9C824}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {404DE117-2DCE-8301-F748-F69F61C9C824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {404DE117-2DCE-8301-F748-F69F61C9C824}.Debug|Any CPU.Build.0 = Debug|Any CPU + {404DE117-2DCE-8301-F748-F69F61C9C824}.Release|Any CPU.ActiveCfg = Release|Any CPU + {404DE117-2DCE-8301-F748-F69F61C9C824}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FF088A28-8C12-4130-9152-B77F2D9D2722} + EndGlobalSection +EndGlobal