Initial MMO server

This commit is contained in:
2026-06-23 13:18:05 +02:00
commit 13ddb3ded3
26 changed files with 298 additions and 0 deletions
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Aeldria.MMO")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Aeldria.MMO")]
[assembly: System.Reflection.AssemblyTitleAttribute("Aeldria.MMO")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.
@@ -0,0 +1 @@
7e1c348486b43a9a9a3ec4d36fbc4988d217d2b5510a081523795beecf65794e
@@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net9.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Aeldria.MMO
build_property.ProjectDir = /home/aeldria/server/Aeldria.MMO/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
@@ -0,0 +1 @@
b7eadcece59624717c4cd0494895ef1c430baff46a7e285d3bcb25cef9e7008b
@@ -0,0 +1,14 @@
/home/aeldria/server/Aeldria.MMO/bin/Debug/net9.0/Aeldria.MMO
/home/aeldria/server/Aeldria.MMO/bin/Debug/net9.0/Aeldria.MMO.deps.json
/home/aeldria/server/Aeldria.MMO/bin/Debug/net9.0/Aeldria.MMO.runtimeconfig.json
/home/aeldria/server/Aeldria.MMO/bin/Debug/net9.0/Aeldria.MMO.dll
/home/aeldria/server/Aeldria.MMO/bin/Debug/net9.0/Aeldria.MMO.pdb
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.GeneratedMSBuildEditorConfig.editorconfig
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.AssemblyInfoInputs.cache
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.AssemblyInfo.cs
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.csproj.CoreCompileInputs.cache
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.dll
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/refint/Aeldria.MMO.dll
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.pdb
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/Aeldria.MMO.genruntimeconfig.cache
/home/aeldria/server/Aeldria.MMO/obj/Debug/net9.0/ref/Aeldria.MMO.dll
Binary file not shown.
@@ -0,0 +1 @@
65dd032109ce18c3afd50cfe679c15f78a5ef14f860a688038879a93600c27d2
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.