name change from alex-api to Emberend

This commit is contained in:
Goran 2026-01-17 22:07:25 +01:00
parent 4ab195deb1
commit db80a69351
2 changed files with 26 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>alex_api</RootNamespace> <RootNamespace>Emberend</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

25
Emberend.sln Normal file
View File

@ -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