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
+68
View File
@@ -0,0 +1,68 @@
{
"format": 1,
"restore": {
"/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj": {}
},
"projects": {
"/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj",
"projectName": "Aeldria.MMO",
"projectPath": "/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj",
"packagesPath": "/root/.nuget/packages/",
"outputPath": "/home/aeldria/server/Aeldria.MMO/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/root/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"/usr/lib64/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.118/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/root/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/root/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.5</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/root/.nuget/packages/" />
</ItemGroup>
</Project>
+2
View File
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
@@ -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.
+73
View File
@@ -0,0 +1,73 @@
{
"version": 3,
"targets": {
"net9.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net9.0": []
},
"packageFolders": {
"/root/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj",
"projectName": "Aeldria.MMO",
"projectPath": "/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj",
"packagesPath": "/root/.nuget/packages/",
"outputPath": "/home/aeldria/server/Aeldria.MMO/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/root/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"/usr/lib64/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.118/PortableRuntimeIdentifierGraph.json"
}
}
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "vLJ5zPERVAI=",
"success": true,
"projectFilePath": "/home/aeldria/server/Aeldria.MMO/Aeldria.MMO.csproj",
"expectedPackageFiles": [],
"logs": []
}